Skip to content

Commit

Permalink
[argocd] update argocd to v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mzaian committed Jun 19, 2023
1 parent d79ada9 commit 62a71b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,9 @@ Note: Upstart/SysV init based OS types are not supported.
- [coredns](https://github.com/coredns/coredns) v1.9.3
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.8.0
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3
- [argocd](https://argoproj.github.io/) v2.7.2
- [argocd](https://argoproj.github.io/) v2.7.4
- [helm](https://helm.sh/) v3.12.1
>>>>>>> 3fec73b91 ([argocd] update argocd to v2.7.4)
- [metallb](https://metallb.universe.tf/) v0.13.9
- [registry](https://github.com/distribution/distribution) v2.8.1
- Storage Plugin
Expand Down
2 changes: 1 addition & 1 deletion inventory/sample/group_vars/k8s_cluster/addons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ metallb_speaker_enabled: "{{ metallb_enabled }}"
# - pool2

argocd_enabled: false
# argocd_version: v2.7.2
# argocd_version: v2.7.4
# argocd_namespace: argocd
# Default password:
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli
Expand Down
8 changes: 3 additions & 5 deletions roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ crio_supported_versions:
v1.24: v1.24.5
crio_version: "{{ crio_supported_versions[kube_major_version] }}"

yq_version: "v4.33.3"
yq_version: "v4.34.1"

# Download URLs
kubelet_download_url: "https://dl.k8s.io/release/{{ kube_version }}/bin/linux/{{ image_arch }}/kubelet"
Expand Down Expand Up @@ -972,13 +972,11 @@ skopeo_binary_checksums:

yq_checksums:
arm64:
v4.34.1: c1410df7b1266d34a89a91dcfeaf8eb27cb1c3f69822d72040d167ec61917ba0
v4.33.3: 15925a972d268bcb0a7aa2236c7e5925b7a3ba4b5569bb57e943db7e8c6f834f
v4.33.2: aa86e5f36850f9350a7393c7cf654ee726df99ae985b663eb3605ca2bdd24692
v4.30.6: 40ee3000d5b65703caffb0263a7d5e75164f10afd2c9a3c879b6016f0300ac25
amd64:
v4.34.1: c5a92a572b3bd0024c7b1fe8072be3251156874c05f017c23f9db7b3254ae71a
v4.33.3: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
v4.33.2: fbcc9551afd66622ffd68ad417837139741b2ad0eef9af1bb4b64e3596679ffa
v4.30.6: 2aabdd748d301fc2286ea9f73eb20477b4ce173fbf072e0102fff1fcbed05985

etcd_binary_checksum: "{{ etcd_binary_checksums[image_arch][etcd_version] }}"
cni_binary_checksum: "{{ cni_binary_checksums[image_arch][cni_version] }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/kubernetes-apps/argocd/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
argocd_enabled: false
argocd_version: v2.6.7
argocd_version: v2.7.4
argocd_namespace: argocd
# argocd_admin_password:
argocd_install_url: "https://raw.githubusercontent.com/argoproj/argo-cd/{{ argocd_version }}/manifests/install.yaml"

0 comments on commit 62a71b7

Please sign in to comment.