SIENTIAPDE-1174

Update image tag to 0.3.1 in values.yaml and modify write_metrics method signature in Gates activity for improved type clarity.
This commit is contained in:
vitor-aignosi
2025-08-01 08:36:08 -03:00
parent 40c57ed23d
commit 25f9d89317
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ class Gates(BaseActivity):
return data.to_dict()
@activity.defn(name="write_metrics")
async def write_metrics(self, input_data: dict[str, Any]) -> dict[str, Any]:
async def write_metrics(self, input_data: dict[str, Any]):
"""
Write metrics to the database.
input_data:

View File

@@ -11,7 +11,7 @@ image:
# This sets the pull policy for images.
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.3.0"
tag: "0.3.1"
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
imagePullSecrets: