Skip to content

Commit

Permalink
Bump version to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
argo-bot committed Jan 21, 2021
1 parent 3ea3c13 commit 0f9c684
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: argoproj/argocd
newName: argoproj/argocd
newTag: v1.8.2
newTag: v1.8.3
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: argoproj/argocd
newName: argoproj/argocd
newTag: v1.8.2
newTag: v1.8.3
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 @@ -2864,7 +2864,7 @@ spec:
- -n
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -3002,7 +3002,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis-ha-haproxy:6379
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -3084,7 +3084,7 @@ spec:
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: "2"
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3160,7 +3160,7 @@ spec:
- "10"
- --redis
- argocd-redis-ha-haproxy:6379
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
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 @@ -2779,7 +2779,7 @@ spec:
- -n
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2917,7 +2917,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis-ha-haproxy:6379
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -2999,7 +2999,7 @@ spec:
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: "2"
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3075,7 +3075,7 @@ spec:
- "10"
- --redis
- argocd-redis-ha-haproxy:6379
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
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 @@ -2453,7 +2453,7 @@ spec:
- -n
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2553,7 +2553,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -2631,7 +2631,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2706,7 +2706,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
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 @@ -2368,7 +2368,7 @@ spec:
- -n
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -2468,7 +2468,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -2546,7 +2546,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2621,7 +2621,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: argoproj/argocd:v1.8.2
image: argoproj/argocd:v1.8.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 0f9c684

Please sign in to comment.