SIENTIAPDE-1193
Update image tag in values.yaml to 0.4.3 and fix timestamp formatting in Gates activity
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user