diff --git a/VERSION b/VERSION index 916e2438f968d..7f51b23b1fa0d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-rc5 +3.0.0-rc6 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 1f0c63ec1602d..5feed1d912f40 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: quay.io/argoproj/argocd newName: quay.io/argoproj/argocd - newTag: v3.0.0-rc5 + newTag: v3.0.0-rc6 resources: - ./application-controller - ./dex diff --git a/manifests/core-install-with-hydrator.yaml b/manifests/core-install-with-hydrator.yaml index cae485d7ed015..e8c5bdca7dd75 100644 --- a/manifests/core-install-with-hydrator.yaml +++ b/manifests/core-install-with-hydrator.yaml @@ -24609,7 +24609,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24885,7 +24885,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25158,7 +25158,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25210,7 +25210,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25540,7 +25540,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index eee055fe06546..662d6da76a1b4 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -24577,7 +24577,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -24697,7 +24697,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -24970,7 +24970,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25022,7 +25022,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -25352,7 +25352,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 8e4e9039cce4e..1c819a1bdfcae 100644 --- a/manifests/core-install/kustomization.yaml +++ b/manifests/core-install/kustomization.yaml @@ -12,4 +12,4 @@ resources: images: - name: quay.io/argoproj/argocd newName: quay.io/argoproj/argocd - newTag: v3.0.0-rc5 + newTag: v3.0.0-rc6 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index 0e5b95667c48d..ce342c1948872 100644 --- a/manifests/ha/base/kustomization.yaml +++ b/manifests/ha/base/kustomization.yaml @@ -12,7 +12,7 @@ patches: images: - name: quay.io/argoproj/argocd newName: quay.io/argoproj/argocd - newTag: v3.0.0-rc5 + newTag: v3.0.0-rc6 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install-with-hydrator.yaml b/manifests/ha/install-with-hydrator.yaml index f4db33c05851b..ea50b199755cf 100644 --- a/manifests/ha/install-with-hydrator.yaml +++ b/manifests/ha/install-with-hydrator.yaml @@ -25974,7 +25974,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -26273,7 +26273,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: copyutil securityContext: @@ -26369,7 +26369,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26493,7 +26493,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -26792,7 +26792,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -26844,7 +26844,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -27218,7 +27218,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: httpGet: @@ -27584,7 +27584,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 612c15f143948..c94a074e7300d 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -25944,7 +25944,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -26087,7 +26087,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: copyutil securityContext: @@ -26183,7 +26183,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -26307,7 +26307,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -26606,7 +26606,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -26658,7 +26658,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -27032,7 +27032,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: httpGet: @@ -27398,7 +27398,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install-with-hydrator.yaml b/manifests/ha/namespace-install-with-hydrator.yaml index dde45b1e1684a..029fc1986a5fa 100644 --- a/manifests/ha/namespace-install-with-hydrator.yaml +++ b/manifests/ha/namespace-install-with-hydrator.yaml @@ -1861,7 +1861,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -2160,7 +2160,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: copyutil securityContext: @@ -2256,7 +2256,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2380,7 +2380,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2679,7 +2679,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2731,7 +2731,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -3105,7 +3105,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: httpGet: @@ -3471,7 +3471,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index c0c6ba36c2fbd..6e6cecb74fa60 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1831,7 +1831,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1974,7 +1974,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: copyutil securityContext: @@ -2070,7 +2070,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2194,7 +2194,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -2493,7 +2493,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2545,7 +2545,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2919,7 +2919,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: httpGet: @@ -3285,7 +3285,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install-with-hydrator.yaml b/manifests/install-with-hydrator.yaml index a7d20eba5b081..319e0c9f0b1b9 100644 --- a/manifests/install-with-hydrator.yaml +++ b/manifests/install-with-hydrator.yaml @@ -25069,7 +25069,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25368,7 +25368,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: copyutil securityContext: @@ -25464,7 +25464,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25566,7 +25566,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25839,7 +25839,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25891,7 +25891,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26263,7 +26263,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: httpGet: @@ -26629,7 +26629,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 59077413aeeb8..7a271d20b0dec 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -25037,7 +25037,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -25180,7 +25180,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: copyutil securityContext: @@ -25276,7 +25276,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -25378,7 +25378,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -25651,7 +25651,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -25703,7 +25703,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -26075,7 +26075,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: httpGet: @@ -26441,7 +26441,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install-with-hydrator.yaml b/manifests/namespace-install-with-hydrator.yaml index 37d0557aa6fbb..3db56f2051e64 100644 --- a/manifests/namespace-install-with-hydrator.yaml +++ b/manifests/namespace-install-with-hydrator.yaml @@ -956,7 +956,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1255,7 +1255,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: copyutil securityContext: @@ -1351,7 +1351,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1453,7 +1453,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1726,7 +1726,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1778,7 +1778,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2150,7 +2150,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: httpGet: @@ -2516,7 +2516,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index a75d03661b8a1..ee13eafa40ee6 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -924,7 +924,7 @@ spec: key: applicationsetcontroller.requeue.after name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1067,7 +1067,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: copyutil securityContext: @@ -1163,7 +1163,7 @@ spec: key: notificationscontroller.repo.server.plaintext name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1265,7 +1265,7 @@ spec: - argocd - admin - redis-initial-password - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: IfNotPresent name: secret-init securityContext: @@ -1538,7 +1538,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1590,7 +1590,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1962,7 +1962,7 @@ spec: key: server.sync.replace.allowed name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always livenessProbe: httpGet: @@ -2328,7 +2328,7 @@ spec: optional: true - name: KUBECACHEDIR value: /tmp/kubecache - image: quay.io/argoproj/argocd:v3.0.0-rc5 + image: quay.io/argoproj/argocd:v3.0.0-rc6 imagePullPolicy: Always name: argocd-application-controller ports: