diff --git a/VERSION b/VERSION index 9bbf49249edc8..f24054fd368e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.14 +2.7.15 diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 944f1020e5b12..9e5b1ee8ead3f 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.7.14 + newTag: v2.7.15 resources: - ./application-controller - ./dex diff --git a/manifests/core-install.yaml b/manifests/core-install.yaml index bcf9c79af0c26..671be29cb4c1e 100644 --- a/manifests/core-install.yaml +++ b/manifests/core-install.yaml @@ -16706,7 +16706,7 @@ spec: key: applicationsetcontroller.enable.progressive.syncs name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -16980,7 +16980,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -17032,7 +17032,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -17245,7 +17245,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/core-install/kustomization.yaml b/manifests/core-install/kustomization.yaml index 39d7728cdd1e1..8be9dea08433c 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: v2.7.14 + newTag: v2.7.15 diff --git a/manifests/ha/base/kustomization.yaml b/manifests/ha/base/kustomization.yaml index 807f1b1872b00..f059b9781f4eb 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: v2.7.14 + newTag: v2.7.15 resources: - ../../base/application-controller - ../../base/applicationset-controller diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 0427aa25b5b0a..4e505839ef260 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -17927,7 +17927,7 @@ spec: key: applicationsetcontroller.enable.progressive.syncs name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -18037,7 +18037,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: copyutil securityContext: @@ -18101,7 +18101,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -18418,7 +18418,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -18470,7 +18470,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -18752,7 +18752,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: httpGet: @@ -18997,7 +18997,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 910e29a78e677..283c05e4e084c 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -1587,7 +1587,7 @@ spec: key: applicationsetcontroller.enable.progressive.syncs name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -1697,7 +1697,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: copyutil securityContext: @@ -1761,7 +1761,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -2078,7 +2078,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -2130,7 +2130,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -2412,7 +2412,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: httpGet: @@ -2657,7 +2657,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/install.yaml b/manifests/install.yaml index 41c9eb793f751..d997fc95e2579 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -17044,7 +17044,7 @@ spec: key: applicationsetcontroller.enable.progressive.syncs name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -17154,7 +17154,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: copyutil securityContext: @@ -17218,7 +17218,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -17487,7 +17487,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -17539,7 +17539,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -17814,7 +17814,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: httpGet: @@ -18054,7 +18054,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-application-controller ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 044c06d746325..c16f113359635 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -704,7 +704,7 @@ spec: key: applicationsetcontroller.enable.progressive.syncs name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-applicationset-controller ports: @@ -814,7 +814,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: copyutil securityContext: @@ -878,7 +878,7 @@ spec: key: application.namespaces name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: tcpSocket: @@ -1147,7 +1147,7 @@ spec: value: /helm-working-dir - name: HELM_DATA_HOME value: /helm-working-dir - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -1199,7 +1199,7 @@ spec: - -n - /usr/local/bin/argocd - /var/run/argocd/argocd-cmp-server - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 name: copyutil securityContext: allowPrivilegeEscalation: false @@ -1474,7 +1474,7 @@ spec: key: server.enable.proxy.extension name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always livenessProbe: httpGet: @@ -1714,7 +1714,7 @@ spec: key: controller.kubectl.parallelism.limit name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.7.14 + image: quay.io/argoproj/argocd:v2.7.15 imagePullPolicy: Always name: argocd-application-controller ports: