Skip to content

Commit

Permalink
undo unnecessary manifest changes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev committed Oct 6, 2023
1 parent b45c3e5 commit 8f09cca
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
name: argocd-cmd-params-cm
key: controller.kubectl.parallelism.limit
optional: true
image: quay.io/argoproj/argocd:v2.8.4
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- args:
- /usr/local/bin/argocd-applicationset-controller
image: quay.io/argoproj/argocd:v2.8.4
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/dex/argocd-dex-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: argocd-dex-server
initContainers:
- name: copyutil
image: quay.io/argoproj/argocd:v2.8.4
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
command: [/bin/cp, -n, /usr/local/bin/argocd, /shared/argocd-dex]
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
livenessProbe:
tcpSocket:
port: 9001
image: quay.io/argoproj/argocd:v2.8.4
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
name: argocd-notifications-controller
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions manifests/base/repo-server/argocd-repo-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: argocd-repo-server
image: quay.io/argoproj/argocd:v2.8.4
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
args:
- /usr/local/bin/argocd-repo-server
Expand Down Expand Up @@ -223,7 +223,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.8.4
image: quay.io/argoproj/argocd:latest
name: copyutil
securityContext:
runAsNonRoot: true
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/server/argocd-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: argocd-server
containers:
- name: argocd-server
image: quay.io/argoproj/argocd:v2.8.4
image: quay.io/argoproj/argocd:latest
imagePullPolicy: Always
args:
- /usr/local/bin/argocd-server
Expand Down
2 changes: 1 addition & 1 deletion test/remote/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:

images:
- name: argocd-e2e-cluster
newTag: v2.8.4
newTag: latest

0 comments on commit 8f09cca

Please sign in to comment.