Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions common/argocd/argocd.install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23154,7 +23154,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: applicationset-controller
image: quay.io/argoproj/argocd:v2.13.2
image: quay.io/argoproj/argocd:v3.0.5
imagePullPolicy: IfNotPresent
args:
- /usr/local/bin/argocd-applicationset-controller
Expand Down Expand Up @@ -23407,7 +23407,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: notifications-controller
image: quay.io/argoproj/argocd:v2.13.2
image: quay.io/argoproj/argocd:v3.0.5
imagePullPolicy: IfNotPresent
args:
- /usr/local/bin/argocd-notifications
Expand Down Expand Up @@ -23535,7 +23535,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: repo-server
image: quay.io/argoproj/argocd:v2.13.2
image: quay.io/argoproj/argocd:v3.0.5
imagePullPolicy: IfNotPresent
args:
- /usr/local/bin/argocd-repo-server
Expand Down Expand Up @@ -23813,7 +23813,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.13.2
image: quay.io/argoproj/argocd:v3.0.5
imagePullPolicy: IfNotPresent
name: copyutil
resources:
Expand Down Expand Up @@ -23912,7 +23912,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: server
image: quay.io/argoproj/argocd:v2.13.2
image: quay.io/argoproj/argocd:v3.0.5
imagePullPolicy: IfNotPresent
args:
- /usr/local/bin/argocd-server
Expand Down Expand Up @@ -24411,7 +24411,7 @@ spec:
mountPath: /tls
initContainers:
- name: copyutil
image: quay.io/argoproj/argocd:v2.13.2
image: quay.io/argoproj/argocd:v3.0.5
imagePullPolicy: IfNotPresent
command:
- /bin/cp
Expand Down Expand Up @@ -24590,7 +24590,7 @@ spec:
- args:
- /usr/local/bin/argocd-application-controller
- --metrics-port=8082
image: quay.io/argoproj/argocd:v2.13.2
image: quay.io/argoproj/argocd:v3.0.5
imagePullPolicy: IfNotPresent
name: application-controller
env:
Expand Down Expand Up @@ -24996,7 +24996,7 @@ spec:
- argocd
- admin
- redis-initial-password
image: quay.io/argoproj/argocd:v2.13.2
image: quay.io/argoproj/argocd:v3.0.5
imagePullPolicy: IfNotPresent
name: secret-init
resources:
Expand Down
6 changes: 3 additions & 3 deletions common/argocd/vault-argocd/argocd-repo-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
containers:
- name: avp-helm
command: [/var/run/argocd/argocd-cmp-server]
image: quay.io/argoproj/argocd:v2.7.9
image: quay.io/argoproj/argocd:v3.0.5
envFrom:
- secretRef:
name: vault-credentials
Expand All @@ -56,7 +56,7 @@ spec:

- name: avp-kustomize
command: [/var/run/argocd/argocd-cmp-server]
image: quay.io/argoproj/argocd:v2.7.9
image: quay.io/argoproj/argocd:v3.0.5
envFrom:
- secretRef:
name: vault-credentials
Expand All @@ -79,7 +79,7 @@ spec:

- name: avp
command: [/var/run/argocd/argocd-cmp-server]
image: quay.io/argoproj/argocd:v2.7.9
image: quay.io/argoproj/argocd:v3.0.5
envFrom:
- secretRef:
name: vault-credentials
Expand Down