From 92bbb7a59fc7100c9abf51fc6a0cd9791243d00f Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Mon, 13 Apr 2026 22:01:23 +0000 Subject: [PATCH] chore: Update manifests after automerge --- .../Deployment-postiz-temporal-admintools.yaml | 2 +- .../postiz/Job-postiz-temporal-schema-1-0-0-1.yaml | 12 ++++++------ .../Pod-postiz-temporal-test-cluster-health.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml index c960ed5dd..8adb9095e 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.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741" + image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" imagePullPolicy: IfNotPresent env: - name: TEMPORAL_CLI_ADDRESS diff --git a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-0-0-1.yaml b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-0-0-1.yaml index 09b1b151f..60eb74260 100644 --- a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-0-0-1.yaml +++ b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-0-0-1.yaml @@ -29,7 +29,7 @@ spec: restartPolicy: OnFailure initContainers: - name: create-default-store - image: "temporalio/admin-tools:1.30.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741" + image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" imagePullPolicy: IfNotPresent command: ['temporal-sql-tool', 'create-database'] env: @@ -51,7 +51,7 @@ spec: - name: SQL_TLS value: "false" - name: manage-schema-default-store - image: "temporalio/admin-tools:1.30.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741" + image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" imagePullPolicy: IfNotPresent command: ['sh', '-c'] args: @@ -79,7 +79,7 @@ spec: mountPath: /usr/local/sbin/temporal-elasticsearch-tool subPath: temporal-elasticsearch-tool - name: create-visibility-store - image: "temporalio/admin-tools:1.30.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741" + image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" imagePullPolicy: IfNotPresent command: ['temporal-sql-tool', 'create-database'] env: @@ -101,7 +101,7 @@ spec: - name: SQL_TLS value: "false" - name: manage-schema-visibility-store - image: "temporalio/admin-tools:1.30.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741" + image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" imagePullPolicy: IfNotPresent command: ['sh', '-c'] args: @@ -129,7 +129,7 @@ spec: mountPath: /usr/local/sbin/temporal-elasticsearch-tool subPath: temporal-elasticsearch-tool - name: create-default-namespace - image: "temporalio/admin-tools:1.30.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741" + image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" imagePullPolicy: IfNotPresent command: ['/bin/sh', '-c'] args: ['temporal operator namespace describe -n default || temporal operator namespace create -n default --retention 30d'] @@ -138,7 +138,7 @@ spec: value: "postiz-temporal-frontend.postiz.svc:7233" containers: - name: done - image: "temporalio/admin-tools:1.30.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741" + image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" 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 c083332a3..7d78af095 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.3@sha256:2c2272b008f1af295b3719963e6feeef64f838d1105d895cf6acfcf96dd31741" + image: "temporalio/admin-tools:1.30.4@sha256:9ac15d500f4020f7cc694ecc17085dfcfc2d4b1d0d2020dbe83b6f3d49e156e0" imagePullPolicy: IfNotPresent command: ["temporal", "operator", "cluster", "health"] env: