SIENTIAPDE-1193

Update image tag in values.yaml to 0.4.3 and fix timestamp formatting in Gates activity
This commit is contained in:
vitor-aignosi
2025-08-22 16:12:44 -03:00
parent ae6d28df54
commit aba077fcc9
2 changed files with 2 additions and 2 deletions

View File

@@ -322,7 +322,7 @@ class Gates(BaseActivity):
return now().strftime(DATETIME_FORMAT_WITH_TZ) return now().strftime(DATETIME_FORMAT_WITH_TZ)
max_timestamp = max( max_timestamp = max(
data['timestamp'].values.tolist()) data['timestamp'].values.tolist()).strftime(DATETIME_FORMAT_WITH_TZ)
self.info( self.info(
f"Last timestamp: {max_timestamp}", metadata) f"Last timestamp: {max_timestamp}", metadata)

View File

@@ -11,7 +11,7 @@ image:
# This sets the pull policy for images. # This sets the pull policy for images.
pullPolicy: Always pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "0.4.2" tag: "0.4.3"
# 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/ # 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: imagePullSecrets: