From 31353cf5cf404409260f851690c63bd028c2dadb Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Fri, 1 May 2026 02:22:26 +0000 Subject: [PATCH] chore: Update manifests after change --- .../postiz/ConfigMap-postiz-temporal-config.yaml | 4 ++-- .../ConfigMap-postiz-temporal-dynamic-config.yaml | 4 ++-- .../postiz/ConfigMap-postiz-temporal-shims.yaml | 4 ++-- .../Deployment-postiz-temporal-admintools.yaml | 8 ++++---- .../postiz/Deployment-postiz-temporal-frontend.yaml | 10 +++++----- .../postiz/Deployment-postiz-temporal-history.yaml | 10 +++++----- .../postiz/Deployment-postiz-temporal-matching.yaml | 10 +++++----- .../postiz/Deployment-postiz-temporal-web.yaml | 8 ++++---- .../postiz/Deployment-postiz-temporal-worker.yaml | 10 +++++----- ...ml => Job-postiz-temporal-namespace-1-2-0-1.yaml} | 12 ++++++------ ....yaml => Job-postiz-temporal-schema-1-2-0-1.yaml} | 12 ++++++------ .../Pod-postiz-temporal-test-cluster-health.yaml | 4 ++-- .../Service-postiz-temporal-frontend-headless.yaml | 4 ++-- .../postiz/Service-postiz-temporal-frontend.yaml | 4 ++-- .../Service-postiz-temporal-history-headless.yaml | 4 ++-- .../Service-postiz-temporal-matching-headless.yaml | 4 ++-- .../postiz/Service-postiz-temporal-web.yaml | 4 ++-- .../Service-postiz-temporal-worker-headless.yaml | 4 ++-- .../ServiceMonitor-postiz-temporal-frontend.yaml | 4 ++-- .../ServiceMonitor-postiz-temporal-history.yaml | 4 ++-- .../ServiceMonitor-postiz-temporal-matching.yaml | 4 ++-- .../ServiceMonitor-postiz-temporal-worker.yaml | 4 ++-- 22 files changed, 68 insertions(+), 68 deletions(-) rename clusters/cl01tl/manifests/postiz/{Job-postiz-temporal-namespace-1-1-1-1.yaml => Job-postiz-temporal-namespace-1-2-0-1.yaml} (85%) rename clusters/cl01tl/manifests/postiz/{Job-postiz-temporal-schema-1-1-1-1.yaml => Job-postiz-temporal-schema-1-2-0-1.yaml} (95%) diff --git a/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-config.yaml b/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-config.yaml index a129698e8..2da45bd40 100644 --- a/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-config.yaml +++ b/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-config.yaml @@ -4,10 +4,10 @@ metadata: name: "postiz-temporal-config" labels: app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal data: config_template.yaml: |- diff --git a/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-dynamic-config.yaml b/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-dynamic-config.yaml index 922dd3431..81a2bfec0 100644 --- a/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-dynamic-config.yaml +++ b/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-dynamic-config.yaml @@ -4,10 +4,10 @@ metadata: name: "postiz-temporal-dynamic-config" labels: app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal data: dynamic_config.yaml: "" diff --git a/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-shims.yaml b/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-shims.yaml index 3382d5f7c..1f4fb1c7b 100644 --- a/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-shims.yaml +++ b/clusters/cl01tl/manifests/postiz/ConfigMap-postiz-temporal-shims.yaml @@ -4,10 +4,10 @@ metadata: name: "postiz-temporal-shims" labels: app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal annotations: "helm.sh/hook": pre-install,pre-upgrade diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml index 4e8f172a8..0f075328e 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-admintools.yaml @@ -6,10 +6,10 @@ metadata: labels: app.kubernetes.io/component: admintools app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: replicas: 1 @@ -24,10 +24,10 @@ spec: labels: app.kubernetes.io/component: admintools app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: serviceAccountName: default diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-frontend.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-frontend.yaml index acb190dbd..16673a5c5 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-frontend.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-frontend.yaml @@ -6,10 +6,10 @@ metadata: labels: app.kubernetes.io/component: frontend app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: replicas: 1 @@ -21,7 +21,7 @@ spec: template: metadata: annotations: - checksum/config: 84f22ac09909ebb23b2f0798384252702b8580b27057ab018efa36671258d155 + checksum/config: 0c87edbe543cc8ef1a5462ddd0ed99fe918cf9e82248009f1bfd7616d667dc19 prometheus.io/job: temporal-frontend prometheus.io/scrape: 'true' prometheus.io/scheme: http @@ -29,10 +29,10 @@ spec: labels: app.kubernetes.io/component: frontend app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: serviceAccountName: default diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-history.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-history.yaml index 0b058c604..c497184c2 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-history.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-history.yaml @@ -6,10 +6,10 @@ metadata: labels: app.kubernetes.io/component: history app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: replicas: 1 @@ -21,7 +21,7 @@ spec: template: metadata: annotations: - checksum/config: 84f22ac09909ebb23b2f0798384252702b8580b27057ab018efa36671258d155 + checksum/config: 0c87edbe543cc8ef1a5462ddd0ed99fe918cf9e82248009f1bfd7616d667dc19 prometheus.io/job: temporal-history prometheus.io/scrape: 'true' prometheus.io/scheme: http @@ -29,10 +29,10 @@ spec: labels: app.kubernetes.io/component: history app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: serviceAccountName: default diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-matching.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-matching.yaml index 65f8ab2e9..81b48af12 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-matching.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-matching.yaml @@ -6,10 +6,10 @@ metadata: labels: app.kubernetes.io/component: matching app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: replicas: 1 @@ -21,7 +21,7 @@ spec: template: metadata: annotations: - checksum/config: 84f22ac09909ebb23b2f0798384252702b8580b27057ab018efa36671258d155 + checksum/config: 0c87edbe543cc8ef1a5462ddd0ed99fe918cf9e82248009f1bfd7616d667dc19 prometheus.io/job: temporal-matching prometheus.io/scrape: 'true' prometheus.io/scheme: http @@ -29,10 +29,10 @@ spec: labels: app.kubernetes.io/component: matching app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: serviceAccountName: default diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-web.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-web.yaml index 2725825aa..f860d51c8 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-web.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-web.yaml @@ -6,10 +6,10 @@ metadata: labels: app.kubernetes.io/component: web app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: replicas: 1 @@ -24,10 +24,10 @@ spec: labels: app.kubernetes.io/component: web app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: serviceAccountName: default diff --git a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-worker.yaml b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-worker.yaml index 5dd393447..5dd022c25 100644 --- a/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-worker.yaml +++ b/clusters/cl01tl/manifests/postiz/Deployment-postiz-temporal-worker.yaml @@ -6,10 +6,10 @@ metadata: labels: app.kubernetes.io/component: worker app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: replicas: 1 @@ -21,7 +21,7 @@ spec: template: metadata: annotations: - checksum/config: 84f22ac09909ebb23b2f0798384252702b8580b27057ab018efa36671258d155 + checksum/config: 0c87edbe543cc8ef1a5462ddd0ed99fe918cf9e82248009f1bfd7616d667dc19 prometheus.io/job: temporal-worker prometheus.io/scrape: 'true' prometheus.io/scheme: http @@ -29,10 +29,10 @@ spec: labels: app.kubernetes.io/component: worker app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: serviceAccountName: default diff --git a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-1-1-1.yaml b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-2-0-1.yaml similarity index 85% rename from clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-1-1-1.yaml rename to clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-2-0-1.yaml index 858611049..32ea83dc9 100644 --- a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-1-1-1.yaml +++ b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-namespace-1-2-0-1.yaml @@ -1,28 +1,28 @@ apiVersion: batch/v1 kind: Job metadata: - name: postiz-temporal-namespace-1-1-1-1 + name: postiz-temporal-namespace-1-2-0-1 labels: app.kubernetes.io/component: database app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: backoffLimit: 100 ttlSecondsAfterFinished: 86400 template: metadata: - name: postiz-temporal-namespace-1-1-1-1 + name: postiz-temporal-namespace-1-2-0-1 labels: app.kubernetes.io/component: database app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: serviceAccountName: default diff --git a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-1-1-1.yaml b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-2-0-1.yaml similarity index 95% rename from clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-1-1-1.yaml rename to clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-2-0-1.yaml index bf1842fa3..4071f4608 100644 --- a/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-1-1-1.yaml +++ b/clusters/cl01tl/manifests/postiz/Job-postiz-temporal-schema-1-2-0-1.yaml @@ -1,14 +1,14 @@ apiVersion: batch/v1 kind: Job metadata: - name: postiz-temporal-schema-1-1-1-1 + name: postiz-temporal-schema-1-2-0-1 labels: app.kubernetes.io/component: database app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal annotations: "helm.sh/hook": pre-install,pre-upgrade @@ -19,14 +19,14 @@ spec: ttlSecondsAfterFinished: 86400 template: metadata: - name: postiz-temporal-schema-1-1-1-1 + name: postiz-temporal-schema-1-2-0-1 labels: app.kubernetes.io/component: database app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: serviceAccountName: default 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 60b1c38cb..252bb34f9 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 @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: test app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal annotations: "helm.sh/hook": test diff --git a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-frontend-headless.yaml b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-frontend-headless.yaml index 251d704da..6a58d0e27 100644 --- a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-frontend-headless.yaml +++ b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-frontend-headless.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: frontend app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal app.kubernetes.io/headless: 'true' annotations: diff --git a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-frontend.yaml b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-frontend.yaml index efa222f51..30a48e109 100644 --- a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-frontend.yaml +++ b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-frontend.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: frontend app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: type: ClusterIP diff --git a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-history-headless.yaml b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-history-headless.yaml index 77e0b3852..8da580aba 100644 --- a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-history-headless.yaml +++ b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-history-headless.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: history app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal app.kubernetes.io/headless: 'true' annotations: diff --git a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-matching-headless.yaml b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-matching-headless.yaml index 720dcd44e..018cc91e1 100644 --- a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-matching-headless.yaml +++ b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-matching-headless.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: matching app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal app.kubernetes.io/headless: 'true' annotations: diff --git a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-web.yaml b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-web.yaml index 978fa1cb8..d184fe557 100644 --- a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-web.yaml +++ b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-web.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: web app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: type: ClusterIP diff --git a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-worker-headless.yaml b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-worker-headless.yaml index 7c8fe2269..ddac93b8b 100644 --- a/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-worker-headless.yaml +++ b/clusters/cl01tl/manifests/postiz/Service-postiz-temporal-worker-headless.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: worker app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal app.kubernetes.io/headless: 'true' annotations: diff --git a/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-frontend.yaml b/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-frontend.yaml index 4663fd35a..835c2845f 100644 --- a/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-frontend.yaml +++ b/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-frontend.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: frontend app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: endpoints: diff --git a/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-history.yaml b/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-history.yaml index 9a58c66c9..cc61ca766 100644 --- a/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-history.yaml +++ b/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-history.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: history app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: endpoints: diff --git a/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-matching.yaml b/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-matching.yaml index 192d1d9f7..d04d40c8d 100644 --- a/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-matching.yaml +++ b/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-matching.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: matching app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: endpoints: diff --git a/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-worker.yaml b/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-worker.yaml index accc03a45..502fc86a6 100644 --- a/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-worker.yaml +++ b/clusters/cl01tl/manifests/postiz/ServiceMonitor-postiz-temporal-worker.yaml @@ -5,10 +5,10 @@ metadata: labels: app.kubernetes.io/component: worker app.kubernetes.io/name: temporal - helm.sh/chart: temporal-1.1.1 + helm.sh/chart: temporal-1.2.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: postiz - app.kubernetes.io/version: "1.30.3" + app.kubernetes.io/version: "1.31.0" app.kubernetes.io/part-of: temporal spec: endpoints: