diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index c2249409c51f7..6f2466ce0f326 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: v2.1.14 + newTag: v2.1.15 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index 8f7d820e1e25d..d43873df977e1 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -2990,7 +2990,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -3187,7 +3187,7 @@ spec: key: controller.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: httpGet: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 7ca0993def622..99a8b38942473 100644 --- a/manifests/core-install/kustomization.yaml +++ b/manifests/core-install/kustomization.yaml @@ -11,4 +11,4 @@ resources: images: - name: quay.io/argoproj/argocd newName: quay.io/argoproj/argocd - newTag: v2.1.14 + newTag: v2.1.15 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index aa56faca5b6c5..7071ec1c6d113 100644 --- a/manifests/ha/base/kustomization.yaml +++ b/manifests/ha/base/kustomization.yaml @@ -11,7 +11,7 @@ patchesStrategicMerge: images: - name: quay.io/argoproj/argocd newName: quay.io/argoproj/argocd - newTag: v2.1.14 + newTag: v2.1.15 resources: - ../../base/application-controller - ../../base/dex diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 005deecde2dcb..d465bbc8eb01f 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -3686,7 +3686,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always name: copyutil volumeMounts: @@ -3903,7 +3903,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -4156,7 +4156,7 @@ spec: key: server.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: httpGet: @@ -4352,7 +4352,7 @@ spec: key: controller.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: httpGet: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index ee99603f03057..b81ac6e11aecb 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1073,7 +1073,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always name: copyutil volumeMounts: @@ -1290,7 +1290,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1543,7 +1543,7 @@ spec: key: server.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: httpGet: @@ -1739,7 +1739,7 @@ spec: key: controller.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: httpGet: diff --git a/manifests/install.yaml b/manifests/install.yaml index 0744f5a1fedc9..c57a782e2074f 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -3051,7 +3051,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always name: copyutil volumeMounts: @@ -3232,7 +3232,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -3481,7 +3481,7 @@ spec: key: server.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: httpGet: @@ -3671,7 +3671,7 @@ spec: key: controller.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: httpGet: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 344a6efd3d850..f1561b7215872 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -438,7 +438,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always name: copyutil volumeMounts: @@ -619,7 +619,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -868,7 +868,7 @@ spec: key: server.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: httpGet: @@ -1058,7 +1058,7 @@ spec: key: controller.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.14 + image: quay.io/argoproj/argocd:v2.1.15 imagePullPolicy: Always livenessProbe: httpGet: