From 8fbc27bbf977dedf0588bcde68528b69db719ece Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Thu, 11 Dec 2025 21:47:12 +0000 Subject: [PATCH] chore: Update manifests after change --- .../argo-workflows/ClusterRole-argo-workflows-server.yaml | 4 ++-- .../ClusterRole-argo-workflows-workflow-controller.yaml | 4 ++-- ...figMap-argo-workflows-workflow-controller-configmap.yaml | 6 +++--- .../argo-workflows/Deployment-argo-workflows-server.yaml | 2 +- ...rkflows-postgresql-18-daily-backup-scheduled-backup.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server.yaml index 14ea30cd0..9c651a541 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server.yaml @@ -69,8 +69,8 @@ rules: resources: - secrets resourceNames: - - argo-workflows-postgresql-17-cluster-app - - argo-workflows-postgresql-17-cluster-app + - argo-workflows-postgresql-18-cluster-app + - argo-workflows-postgresql-18-cluster-app verbs: - get - apiGroups: diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller.yaml index 37bfa1a10..01f04067c 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller.yaml @@ -122,8 +122,8 @@ rules: resources: - secrets resourceNames: - - argo-workflows-postgresql-17-cluster-app - - argo-workflows-postgresql-17-cluster-app + - argo-workflows-postgresql-18-cluster-app + - argo-workflows-postgresql-18-cluster-app verbs: - get - apiGroups: diff --git a/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml b/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml index 4e1562869..898f844c9 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml @@ -27,17 +27,17 @@ data: nodeStatusOffLoad: true postgresql: database: app - host: argo-workflows-postgresql-17-cluster-rw + host: argo-workflows-postgresql-18-cluster-rw passwordSecret: key: password - name: argo-workflows-postgresql-17-cluster-app + name: argo-workflows-postgresql-18-cluster-app port: 5432 ssl: false sslMode: disable tableName: app userNameSecret: key: username - name: argo-workflows-postgresql-17-cluster-app + name: argo-workflows-postgresql-18-cluster-app sso: issuer: https://authentik.alexlebens.net/application/o/argo-workflows/ clientId: diff --git a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml index 1bf6f85da..ea65f5463 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml @@ -31,7 +31,7 @@ spec: app.kubernetes.io/part-of: argo-workflows app.kubernetes.io/version: "v3.7.6" annotations: - checksum/cm: 25b1c40b950432e3a2f9f7f8a2ae2f08a5b3444d103cdfaedda7eb4d66b85161 + checksum/cm: f1f372e86f83edd2d2b70ff6bc448cf6bd9b0aa21f955705de61b956301e118c spec: serviceAccountName: argo-workflows-server containers: diff --git a/clusters/cl01tl/manifests/argo-workflows/ScheduledBackup-argo-workflows-postgresql-18-daily-backup-scheduled-backup.yaml b/clusters/cl01tl/manifests/argo-workflows/ScheduledBackup-argo-workflows-postgresql-18-daily-backup-scheduled-backup.yaml index 091cfd215..3b4b25233 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ScheduledBackup-argo-workflows-postgresql-18-daily-backup-scheduled-backup.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ScheduledBackup-argo-workflows-postgresql-18-daily-backup-scheduled-backup.yaml @@ -11,7 +11,7 @@ metadata: app.kubernetes.io/version: "6.16.1" app.kubernetes.io/managed-by: Helm spec: - immediate: false + immediate: true suspend: false schedule: "0 0 0 * * *" backupOwnerReference: self