Mohamed Omar Zaian
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
6 additions and
4 deletions
-
README.md
-
inventory/sample/group_vars/k8s_cluster/addons.yml
-
roles/download/defaults/main.yml
-
roles/kubernetes-apps/argocd/defaults/main.yml
|
@ -175,7 +175,7 @@ Note: Upstart/SysV init based OS types are not supported. |
|
|
- [coredns](https://github.com/coredns/coredns) v1.9.3 |
|
|
- [coredns](https://github.com/coredns/coredns) v1.9.3 |
|
|
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.7.0 |
|
|
- [ingress-nginx](https://github.com/kubernetes/ingress-nginx) v1.7.0 |
|
|
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3 |
|
|
- [krew](https://github.com/kubernetes-sigs/krew) v0.4.3 |
|
|
- [argocd](https://argoproj.github.io/) v2.6.3 |
|
|
|
|
|
|
|
|
- [argocd](https://argoproj.github.io/) v2.6.7 |
|
|
- [helm](https://helm.sh/) v3.11.2 |
|
|
- [helm](https://helm.sh/) v3.11.2 |
|
|
- [metallb](https://metallb.universe.tf/) v0.12.1 |
|
|
- [metallb](https://metallb.universe.tf/) v0.12.1 |
|
|
- [registry](https://github.com/distribution/distribution) v2.8.1 |
|
|
- [registry](https://github.com/distribution/distribution) v2.8.1 |
|
|
|
@ -218,7 +218,7 @@ metallb_speaker_enabled: "{{ metallb_enabled }}" |
|
|
# my_asn: 4200000000 |
|
|
# my_asn: 4200000000 |
|
|
|
|
|
|
|
|
argocd_enabled: false |
|
|
argocd_enabled: false |
|
|
# argocd_version: v2.6.3 |
|
|
|
|
|
|
|
|
# argocd_version: v2.6.7 |
|
|
# argocd_namespace: argocd |
|
|
# argocd_namespace: argocd |
|
|
# Default password: |
|
|
# Default password: |
|
|
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli |
|
|
# - https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli |
|
|
|
@ -153,7 +153,7 @@ crio_supported_versions: |
|
|
v1.24: v1.24.3 |
|
|
v1.24: v1.24.3 |
|
|
crio_version: "{{ crio_supported_versions[kube_major_version] }}" |
|
|
crio_version: "{{ crio_supported_versions[kube_major_version] }}" |
|
|
|
|
|
|
|
|
yq_version: "v4.30.6" |
|
|
|
|
|
|
|
|
yq_version: "v4.33.2" |
|
|
|
|
|
|
|
|
# Download URLs |
|
|
# Download URLs |
|
|
kubelet_download_url: "https://storage.googleapis.com/kubernetes-release/release/{{ kube_version }}/bin/linux/{{ image_arch }}/kubelet" |
|
|
kubelet_download_url: "https://storage.googleapis.com/kubernetes-release/release/{{ kube_version }}/bin/linux/{{ image_arch }}/kubelet" |
|
@ -953,9 +953,11 @@ skopeo_binary_checksums: |
|
|
|
|
|
|
|
|
yq_checksums: |
|
|
yq_checksums: |
|
|
arm64: |
|
|
arm64: |
|
|
|
|
|
v4.33.2: aa86e5f36850f9350a7393c7cf654ee726df99ae985b663eb3605ca2bdd24692 |
|
|
v4.30.6: 40ee3000d5b65703caffb0263a7d5e75164f10afd2c9a3c879b6016f0300ac25 |
|
|
v4.30.6: 40ee3000d5b65703caffb0263a7d5e75164f10afd2c9a3c879b6016f0300ac25 |
|
|
v4.27.5: ea360a0ecdff30c8625ccd0b97f8714b8308a429fd839cf8ccc481f311e217c6 |
|
|
v4.27.5: ea360a0ecdff30c8625ccd0b97f8714b8308a429fd839cf8ccc481f311e217c6 |
|
|
amd64: |
|
|
amd64: |
|
|
|
|
|
v4.33.2: fbcc9551afd66622ffd68ad417837139741b2ad0eef9af1bb4b64e3596679ffa |
|
|
v4.30.6: 2aabdd748d301fc2286ea9f73eb20477b4ce173fbf072e0102fff1fcbed05985 |
|
|
v4.30.6: 2aabdd748d301fc2286ea9f73eb20477b4ce173fbf072e0102fff1fcbed05985 |
|
|
v4.27.5: 9a54846e81720ae22814941905cd3b056ebdffb76bf09acffa30f5e90b22d615 |
|
|
v4.27.5: 9a54846e81720ae22814941905cd3b056ebdffb76bf09acffa30f5e90b22d615 |
|
|
|
|
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
--- |
|
|
--- |
|
|
argocd_enabled: false |
|
|
argocd_enabled: false |
|
|
argocd_version: v2.6.3 |
|
|
|
|
|
|
|
|
argocd_version: v2.6.7 |
|
|
argocd_namespace: argocd |
|
|
argocd_namespace: argocd |
|
|
# argocd_admin_password: |
|
|
# argocd_admin_password: |