Skip to content

Commit d606dc0

Browse files
chore(deps): update quay.io/argoproj/argocd docker tag to v3.2.4 (#263)
Signed-off-by: Renovate Bot <[email protected]>
1 parent fd9c2eb commit d606dc0

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ parameters:
4747
argocd:
4848
registry: quay.io
4949
repository: argoproj/argocd
50-
tag: v3.2.3
50+
tag: v3.2.4
5151
redis:
5252
registry: docker.io
5353
repository: library/redis

tests/golden/defaults/argocd/argocd/10_operator/apps_v1_deployment_syn-argocd-operator-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
5151
value: syn
5252
- name: ARGOCD_IMAGE
53-
value: quay.io/argoproj/argocd:v3.2.3
53+
value: quay.io/argoproj/argocd:v3.2.4
5454
image: quay.io/argoprojlabs/argocd-operator:v0.16.0
5555
livenessProbe:
5656
httpGet:

tests/golden/defaults/argocd/argocd/30_argocd/10_argocd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ spec:
120120
name: vault-config
121121
- mountPath: /home/vault/
122122
name: vault-token
123-
version: v3.2.3
123+
version: v3.2.4
124124
volumeMounts:
125125
- mountPath: /home/argocd/
126126
name: vault-token
@@ -270,4 +270,4 @@ spec:
270270
requests:
271271
cpu: 10m
272272
memory: 32Mi
273-
version: v3.2.3
273+
version: v3.2.4

tests/golden/https-catalog/argocd/argocd/10_operator/apps_v1_deployment_syn-argocd-operator-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
5151
value: syn
5252
- name: ARGOCD_IMAGE
53-
value: quay.io/argoproj/argocd:v3.2.3
53+
value: quay.io/argoproj/argocd:v3.2.4
5454
image: quay.io/argoprojlabs/argocd-operator:v0.16.0
5555
livenessProbe:
5656
httpGet:

tests/golden/https-catalog/argocd/argocd/30_argocd/10_argocd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ spec:
120120
name: vault-config
121121
- mountPath: /home/vault/
122122
name: vault-token
123-
version: v3.2.3
123+
version: v3.2.4
124124
volumeMounts:
125125
- mountPath: /home/argocd/
126126
name: vault-token
@@ -270,4 +270,4 @@ spec:
270270
requests:
271271
cpu: 10m
272272
memory: 32Mi
273-
version: v3.2.3
273+
version: v3.2.4

tests/golden/openshift/argocd/argocd/10_operator/apps_v1_deployment_syn-argocd-operator-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
5151
value: syn
5252
- name: ARGOCD_IMAGE
53-
value: quay.io/argoproj/argocd:v3.2.3
53+
value: quay.io/argoproj/argocd:v3.2.4
5454
image: quay.io/argoprojlabs/argocd-operator:v0.16.0
5555
livenessProbe:
5656
httpGet:

tests/golden/openshift/argocd/argocd/30_argocd/10_argocd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ spec:
123123
name: vault-config
124124
- mountPath: /home/vault/
125125
name: vault-token
126-
version: v3.2.3
126+
version: v3.2.4
127127
volumeMounts:
128128
- mountPath: /home/argocd/
129129
name: vault-token
@@ -288,4 +288,4 @@ spec:
288288
- openshiftrootswissonly
289289
openShiftOAuth: true
290290
provider: dex
291-
version: v3.2.3
291+
version: v3.2.4

tests/golden/params/argocd/argocd/10_operator/apps_v1_deployment_syn-argocd-operator-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
5151
value: syn
5252
- name: ARGOCD_IMAGE
53-
value: quay.io/argoproj/argocd:v3.2.3
53+
value: quay.io/argoproj/argocd:v3.2.4
5454
- name: FOO
5555
value: bar
5656
- name: CONTROLLER_CLUSTER_ROLE

tests/golden/params/argocd/argocd/30_argocd/10_argocd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
name: vault-config
100100
- mountPath: /home/vault/
101101
name: vault-token
102-
version: v3.2.3
102+
version: v3.2.4
103103
volumeMounts:
104104
- mountPath: /home/argocd/
105105
name: vault-token
@@ -251,4 +251,4 @@ spec:
251251
insecure: true
252252
logFormat: text
253253
logLevel: info
254-
version: v3.2.3
254+
version: v3.2.4

tests/golden/prometheus/argocd/argocd/10_operator/apps_v1_deployment_syn-argocd-operator-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- name: ARGOCD_CLUSTER_CONFIG_NAMESPACES
5151
value: syn
5252
- name: ARGOCD_IMAGE
53-
value: quay.io/argoproj/argocd:v3.2.3
53+
value: quay.io/argoproj/argocd:v3.2.4
5454
image: quay.io/argoprojlabs/argocd-operator:v0.16.0
5555
livenessProbe:
5656
httpGet:

0 commit comments

Comments
 (0)