Skip to content

Commit

Permalink
Fix ArgoCD version to v2.7.10 (#653)
Browse files Browse the repository at this point in the history
* Fix ArgoCD version to v2.7.10

* Upgrade yorkie-argocd helm chart version to 0.4.7
  • Loading branch information
krapie authored Oct 24, 2023
1 parent 37ef0ea commit 023cd4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build/charts/yorkie-argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ maintainers:

sources:
- https://github.com/yorkie-team/yorkie
version: 0.4.0
appVersion: "0.4.0"
version: 0.4.7
appVersion: "0.4.7"
kubeVersion: ">=1.24.0-0"

keywords:
Expand Down
14 changes: 7 additions & 7 deletions build/charts/yorkie-argocd/templates/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ spec:
key: applicationsetcontroller.enable.progressive.syncs
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.7.10
imagePullPolicy: Always
name: argocd-applicationset-controller
ports:
Expand Down Expand Up @@ -901,7 +901,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /shared/argocd-dex
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.7.10
imagePullPolicy: Always
name: copyutil
securityContext:
Expand Down Expand Up @@ -958,7 +958,7 @@ spec:
containers:
- args:
- /usr/local/bin/argocd-notifications
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.7.10
imagePullPolicy: Always
livenessProbe:
tcpSocket:
Expand Down Expand Up @@ -1217,7 +1217,7 @@ spec:
value: /helm-working-dir
- name: HELM_DATA_HOME
value: /helm-working-dir
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.7.10
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -1269,7 +1269,7 @@ spec:
- -n
- /usr/local/bin/argocd
- /var/run/argocd/argocd-cmp-server
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.7.10
name: copyutil
securityContext:
allowPrivilegeEscalation: false
Expand Down Expand Up @@ -1549,7 +1549,7 @@ spec:
key: server.enable.proxy.extension
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.7.10
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -1789,7 +1789,7 @@ spec:
key: controller.kubectl.parallelism.limit
name: argocd-cmd-params-cm
optional: true
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.7.10
imagePullPolicy: Always
name: argocd-application-controller
ports:
Expand Down

0 comments on commit 023cd4b

Please sign in to comment.