Skip to content

Commit 88768ed

Browse files
committed
bump k8s ver
1 parent dc1a371 commit 88768ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

group_vars/all/addons.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pre_helm_manifests: []
1919
## HELM & CHARTS ##
2020
###################
2121
helm:
22-
helm_version: v3.12.0 # or "latest" #https://github.com/kubernetes/helm/releases
22+
helm_version: v3.12.1 # or "latest" #https://github.com/kubernetes/helm/releases
2323
#install_script_url: 'https://github.com/kubernetes/helm/raw/master/scripts/get-helm-3' # OBSOLETE
2424
archive_url: 'https://get.helm.sh' # it expects there the archive: /helm-{{ helm.helm_version }}-linux-{{ HOST_ARCH }}.tar.gz
2525
repos: ## stable repo is installed by helm by default, no need for its entry here, add only new ones

group_vars/all/global.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# 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'
1515
#####
1616

17-
KUBERNETES_VERSION: "{{ KUBERNETES_VERSION_CUSTOM | default ('1.27.1') }}"
17+
KUBERNETES_VERSION: "{{ KUBERNETES_VERSION_CUSTOM | default ('1.27.2') }}"
1818
# Software versions (used by installation, package manager, image pull, etc. )
1919

2020
KEEPALIVED_VERSION: "1.3.5"

0 commit comments

Comments
 (0)