Skip to content

Commit

Permalink
k8s 1.22 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ReSearchITEng committed Jun 3, 2022
1 parent 191326d commit 4bc054b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions group_vars/all/addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
pre_helm_manifests:
## cert-manager crds:
#- https://raw.githubusercontent.com/jetstack/cert-manager/release-0.14/deploy/manifests/00-crds.yaml
- https://github.com/jetstack/cert-manager/releases/download/v1.7.0/cert-manager.crds.yaml
- https://github.com/jetstack/cert-manager/releases/download/v1.8.0/cert-manager.crds.yaml

###################
## HELM & CHARTS ##
###################
helm:
helm_version: v3.8.0 # or "latest" #https://github.com/kubernetes/helm/releases
helm_version: v3.9.0 # or "latest" #https://github.com/kubernetes/helm/releases
#install_script_url: 'https://github.com/kubernetes/helm/raw/master/scripts/get-helm-3' # OBSOLETE
archive_url: 'https://get.helm.sh' # it expects there the archive: /helm-{{ helm.helm_version }}-linux-{{ HOST_ARCH }}.tar.gz
repos: ## stable repo is installed by helm by default, no need for its entry here, add only new ones
Expand Down
2 changes: 1 addition & 1 deletion group_vars/all/global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# no_proxy: '127.0.0.1,localhost,.example.com,.svc,.local,.localdomain,.internal,127.0.1.1,127.254.254.254,169.254.169.254,169.254.169.253,169.254.169.123,/var/run/docker.sock,.sock,sock,.socket'
#####

KUBERNETES_VERSION: "1.21.11"
KUBERNETES_VERSION: "1.22.10"
# Software versions (used by installation, package manager, image pull, etc. )

KEEPALIVED_VERSION: "1.3.5"
Expand Down

0 comments on commit 4bc054b

Please sign in to comment.