From b7046deb7830e099465a78cdfd89325caad5b549 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 1 May 2026 02:30:41 +0000 Subject: [PATCH] chore: Update manifests after change --- .../postiz/Deployment-postiz-temporal-admintools.yaml | 2 +- .../postiz/Job-postiz-temporal-namespace-1-2-0-1.yaml | 4 ++-- .../postiz/Job-postiz-temporal-schema-1-2-0-1.yaml | 10 +++++----- .../Pod-postiz-temporal-test-cluster-health.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml index 0f075328e..8ee617073 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml @@ -33,7 +33,7 @@ spec: serviceAccountName: default containers: - name: admin-tools - image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" + image: "temporalio/admin-tools:1.31.0@sha256:3e68adcd54195a7c1222e99f2dbc32a4fdbf44ad69e3bb48e21e85c4bf417c2e" imagePullPolicy: IfNotPresent env: - name: TEMPORAL_CLI_ADDRESS diff --git a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-2-0-1.yaml b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-2-0-1.yaml index 32ea83dc9..1da27e916 100644 --- a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-2-0-1.yaml +++ b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-2-0-1.yaml @@ -29,7 +29,7 @@ spec: restartPolicy: OnFailure initContainers: - name: create-default-namespace - image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" + image: "temporalio/admin-tools:1.31.0@sha256:3e68adcd54195a7c1222e99f2dbc32a4fdbf44ad69e3bb48e21e85c4bf417c2e" imagePullPolicy: IfNotPresent command: ['/bin/sh', '-c'] args: ['temporal operator namespace describe -n default || temporal operator namespace create -n default --retention 30d'] @@ -38,6 +38,6 @@ spec: value: "postiz-temporal-frontend.postiz.svc:7233" containers: - name: done - image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" + image: "temporalio/admin-tools:1.31.0@sha256:3e68adcd54195a7c1222e99f2dbc32a4fdbf44ad69e3bb48e21e85c4bf417c2e" imagePullPolicy: IfNotPresent command: ['sh', '-c', 'echo "Namespace setup completed"'] diff --git a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-2-0-1.yaml b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-2-0-1.yaml index 4071f4608..62ec4aa51 100644 --- a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-2-0-1.yaml +++ b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-2-0-1.yaml @@ -33,7 +33,7 @@ spec: restartPolicy: OnFailure initContainers: - name: create-default-store - image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" + image: "temporalio/admin-tools:1.31.0@sha256:3e68adcd54195a7c1222e99f2dbc32a4fdbf44ad69e3bb48e21e85c4bf417c2e" imagePullPolicy: IfNotPresent command: ['temporal-sql-tool', 'create-database'] env: @@ -55,7 +55,7 @@ spec: - name: SQL_TLS value: "false" - name: manage-schema-default-store - image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" + image: "temporalio/admin-tools:1.31.0@sha256:3e68adcd54195a7c1222e99f2dbc32a4fdbf44ad69e3bb48e21e85c4bf417c2e" imagePullPolicy: IfNotPresent command: ['sh', '-c'] args: @@ -83,7 +83,7 @@ spec: mountPath: /usr/local/sbin/temporal-elasticsearch-tool subPath: temporal-elasticsearch-tool - name: create-visibility-store - image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" + image: "temporalio/admin-tools:1.31.0@sha256:3e68adcd54195a7c1222e99f2dbc32a4fdbf44ad69e3bb48e21e85c4bf417c2e" imagePullPolicy: IfNotPresent command: ['temporal-sql-tool', 'create-database'] env: @@ -105,7 +105,7 @@ spec: - name: SQL_TLS value: "false" - name: manage-schema-visibility-store - image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" + image: "temporalio/admin-tools:1.31.0@sha256:3e68adcd54195a7c1222e99f2dbc32a4fdbf44ad69e3bb48e21e85c4bf417c2e" imagePullPolicy: IfNotPresent command: ['sh', '-c'] args: @@ -134,7 +134,7 @@ spec: subPath: temporal-elasticsearch-tool containers: - name: done - image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" + image: "temporalio/admin-tools:1.31.0@sha256:3e68adcd54195a7c1222e99f2dbc32a4fdbf44ad69e3bb48e21e85c4bf417c2e" imagePullPolicy: IfNotPresent command: ['sh', '-c', 'echo "Store setup completed"'] volumes: diff --git a/clusters/cl01tl/manifests/postiz/Pod-postiz-temporal-test-cluster-health.yaml b/clusters/cl01tl/manifests/postiz/Pod-postiz-temporal-test-cluster-health.yaml index 252bb34f9..61700e73d 100644 --- a/clusters/cl01tl/manifests/postiz/Pod-postiz-temporal-test-cluster-health.yaml +++ b/clusters/cl01tl/manifests/postiz/Pod-postiz-temporal-test-cluster-health.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: default containers: - name: cluster-health - image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" + image: "temporalio/admin-tools:1.31.0@sha256:3e68adcd54195a7c1222e99f2dbc32a4fdbf44ad69e3bb48e21e85c4bf417c2e" imagePullPolicy: IfNotPresent command: ["temporal", "operator", "cluster", "health"] env: