Skip to content

Commit

Permalink
Bump version to 9.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
argo-bot committed Jan 20, 2021
1 parent 3fa9575 commit 46e5f48
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kind: Kustomization

images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: latest
newName: kshamajain99/argocd
newTag: v9.2.0-rc1
resources:
- ./application-controller
- ./dex
Expand Down
4 changes: 2 additions & 2 deletions manifests/ha/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ patchesStrategicMerge:

images:
- name: quay.io/argoproj/argocd
newName: quay.io/argoproj/argocd
newTag: latest
newName: kshamajain99/argocd
newTag: v9.2.0-rc1
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 @@ -2874,7 +2874,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -3012,7 +3012,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis-ha-haproxy:6379
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -3094,7 +3094,7 @@ spec:
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: "2"
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3170,7 +3170,7 @@ spec:
- "10"
- --redis
- argocd-redis-ha-haproxy:6379
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
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 @@ -2789,7 +2789,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2927,7 +2927,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis-ha-haproxy:6379
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -3009,7 +3009,7 @@ spec:
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: "2"
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3085,7 +3085,7 @@ spec:
- "10"
- --redis
- argocd-redis-ha-haproxy:6379
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
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 @@ -2465,7 +2465,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2565,7 +2565,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -2643,7 +2643,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2718,7 +2718,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
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 @@ -2380,7 +2380,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2480,7 +2480,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -2558,7 +2558,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2633,7 +2633,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: quay.io/argoproj/argocd:latest
image: kshamajain99/argocd:v9.2.0-rc1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 46e5f48

Please sign in to comment.