Skip to content

Commit

Permalink
Revert "Bump version to 2.5.17 (#13717)" (#13727)
Browse files Browse the repository at this point in the history
This reverts commit 20a5873.

Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev committed May 24, 2023
1 parent 20a5873 commit f8e5340
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.17
2.5.16
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.5.17
newTag: v2.5.16
resources:
- ./application-controller
- ./dex
Expand Down
8 changes: 4 additions & 4 deletions manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9635,7 +9635,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -9893,7 +9893,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -9944,7 +9944,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -10151,7 +10151,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-application-controller
ports:
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 @@ -12,4 +12,4 @@ resources:
images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: v2.5.17
newTag: v2.5.16
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.5.17
newTag: v2.5.16
resources:
- ../../base/application-controller
- ../../base/applicationset-controller
Expand Down
14 changes: 7 additions & 7 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10836,7 +10836,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -10946,7 +10946,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: copyutil
securityContext:
Expand Down Expand Up @@ -10999,7 +10999,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -11296,7 +11296,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -11347,7 +11347,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -11620,7 +11620,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -11855,7 +11855,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down
14 changes: 7 additions & 7 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -1612,7 +1612,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: copyutil
securityContext:
Expand Down Expand Up @@ -1665,7 +1665,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -1962,7 +1962,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -2013,7 +2013,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -2286,7 +2286,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2521,7 +2521,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down
14 changes: 7 additions & 7 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9955,7 +9955,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -10065,7 +10065,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: copyutil
securityContext:
Expand Down Expand Up @@ -10118,7 +10118,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -10371,7 +10371,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -10422,7 +10422,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -10691,7 +10691,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -10924,7 +10924,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down
14 changes: 7 additions & 7 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -731,7 +731,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: copyutil
securityContext:
Expand Down Expand Up @@ -784,7 +784,7 @@ spec:
containers:
- command:
- argocd-notifications
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -1037,7 +1037,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -1088,7 +1088,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -1357,7 +1357,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1590,7 +1590,7 @@ spec:
key: application.namespaces
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.5.17
image: quay.io/argoproj/argocd:v2.5.16
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down

0 comments on commit f8e5340

Please sign in to comment.