Skip to content

Commit

Permalink
Bump version to 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
argo-bot committed Jul 29, 2022
1 parent 46622b0 commit fd74756
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.2.11
newTag: v2.2.12
resources:
- ./application-controller
- ./dex
Expand Down
6 changes: 3 additions & 3 deletions manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -3073,7 +3073,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
Expand Down Expand Up @@ -3238,7 +3238,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion manifests/core-install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ resources:
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.2.11
newTag: v2.2.12
2 changes: 1 addition & 1 deletion manifests/ha/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ patchesStrategicMerge:
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.2.11
newTag: v2.2.12
resources:
- ../../base/application-controller
- ../../base/dex
Expand Down
10 changes: 5 additions & 5 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3709,7 +3709,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -3932,7 +3932,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -3981,7 +3981,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
Expand Down Expand Up @@ -4208,7 +4208,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -4404,7 +4404,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
10 changes: 5 additions & 5 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -1291,7 +1291,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -1340,7 +1340,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
Expand Down Expand Up @@ -1567,7 +1567,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1763,7 +1763,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
10 changes: 5 additions & 5 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3079,7 +3079,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -3266,7 +3266,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -3315,7 +3315,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
Expand Down Expand Up @@ -3538,7 +3538,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3728,7 +3728,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
10 changes: 5 additions & 5 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -625,7 +625,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -674,7 +674,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
name: copyutil
volumeMounts:
- mountPath: /var/run/argocd
Expand Down Expand Up @@ -897,7 +897,7 @@ spec:
key: server.http.cookie.maxnumber
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1087,7 +1087,7 @@ spec:
key: controller.default.cache.expiration
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.2.11
image: quay.io/argoproj/argocd:v2.2.12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit fd74756

Please sign in to comment.