Skip to content

Commit

Permalink
change docker image name for initContainers
Browse files Browse the repository at this point in the history
Signed-off-by: May Zhang <may_zhang@intuit.com>
  • Loading branch information
mayzhang2000 committed Apr 17, 2024
1 parent b9b23c8 commit e01f55d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
value:
name: secret-init
command: [ 'argocd', 'admin', 'redis-initial-password' ]
image: docker.intuit.com/dev/deploy/argo-cd-tools/service/maycmpserver:0412
image: quay.io/argoproj/argocd:latest
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion manifests/ha/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22877,7 +22877,7 @@ spec:
- argocd
- admin
- redis-initial-password
image: docker.intuit.com/dev/deploy/argo-cd-tools/service/maycmpserver:0412
image: quay.io/argoproj/argocd:latest
imagePullPolicy: IfNotPresent
name: secret-init
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion manifests/ha/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1998,7 +1998,7 @@ spec:
- argocd
- admin
- redis-initial-password
image: docker.intuit.com/dev/deploy/argo-cd-tools/service/maycmpserver:0412
image: quay.io/argoproj/argocd:latest
imagePullPolicy: IfNotPresent
name: secret-init
securityContext:
Expand Down

0 comments on commit e01f55d

Please sign in to comment.