Skip to content

Commit

Permalink
bump k8s ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ReSearchITEng committed Jul 4, 2023
1 parent dc1a371 commit 88768ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion group_vars/all/addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pre_helm_manifests: []
## HELM & CHARTS ##
###################
helm:
helm_version: v3.12.0 # or "latest" #https://github.com/kubernetes/helm/releases
helm_version: v3.12.1 # 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: "{{ KUBERNETES_VERSION_CUSTOM | default ('1.27.1') }}"
KUBERNETES_VERSION: "{{ KUBERNETES_VERSION_CUSTOM | default ('1.27.2') }}"
# Software versions (used by installation, package manager, image pull, etc. )

KEEPALIVED_VERSION: "1.3.5"
Expand Down

0 comments on commit 88768ed

Please sign in to comment.