Skip to content

Commit

Permalink
Bump version to 2.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
argo-bot committed Mar 29, 2021
1 parent 983f475 commit 9603ae3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 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.0.0-rc1
newTag: v2.0.0-rc2
resources:
- ./application-controller
- ./dex
Expand Down
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.0.0-rc1
newTag: v2.0.0-rc2
resources:
- ../../base/application-controller
- ../../base/dex
Expand Down
8 changes: 4 additions & 4 deletions manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3176,7 +3176,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -3310,7 +3310,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis-ha-haproxy:6379
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -3411,7 +3411,7 @@ spec:
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: "2"
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3506,7 +3506,7 @@ spec:
- "10"
- --redis
- argocd-redis-ha-haproxy:6379
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
8 changes: 4 additions & 4 deletions manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3091,7 +3091,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -3225,7 +3225,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis-ha-haproxy:6379
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -3326,7 +3326,7 @@ spec:
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: "2"
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3421,7 +3421,7 @@ spec:
- "10"
- --redis
- argocd-redis-ha-haproxy:6379
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
8 changes: 4 additions & 4 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2644,7 +2644,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -2740,7 +2740,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2833,7 +2833,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
8 changes: 4 additions & 4 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2559,7 +2559,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -2655,7 +2655,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2748,7 +2748,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: quay.io/argoproj/argocd:v2.0.0-rc1
image: quay.io/argoproj/argocd:v2.0.0-rc2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 9603ae3

Please sign in to comment.