Skip to content

Commit

Permalink
updated ArgoCD to v2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asiyani committed Jan 6, 2025
1 parent d1a91e9 commit 2cca355
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion argocd/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := get-upstream

# https://github.com/argoproj/argo-cd
VERSION=v2.13.1
VERSION=v2.13.3

# tool 'yq' can be downloaded from https://github.com/mikefarah/yq

Expand Down
1 change: 0 additions & 1 deletion argocd/cluster/upstream/ClusterRole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ rules:
- delete
- get
- patch
- list
- apiGroups:
- ""
resources:
Expand Down
10 changes: 5 additions & 5 deletions argocd/namespaced/upstream/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
key: notificationscontroller.repo.server.plaintext
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.13.1
image: quay.io/argoproj/argocd:v2.13.3
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -170,7 +170,7 @@ spec:
- argocd
- admin
- redis-initial-password
image: quay.io/argoproj/argocd:v2.13.1
image: quay.io/argoproj/argocd:v2.13.3
imagePullPolicy: IfNotPresent
name: secret-init
securityContext:
Expand Down Expand Up @@ -451,7 +451,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:v2.13.1
image: quay.io/argoproj/argocd:v2.13.3
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -503,7 +503,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:v2.13.1
image: quay.io/argoproj/argocd:v2.13.3
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -857,7 +857,7 @@ spec:
key: applicationsetcontroller.enable.scm.providers
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.13.1
image: quay.io/argoproj/argocd:v2.13.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion argocd/namespaced/upstream/StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ spec:
key: controller.ignore.normalizer.jq.timeout
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:v2.13.1
image: quay.io/argoproj/argocd:v2.13.3
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down

0 comments on commit 2cca355

Please sign in to comment.