From 55cdcdcd475c4efdbc259f14eb39b70c9675da6c Mon Sep 17 00:00:00 2001 From: ReSearchITEng Date: Fri, 26 Jul 2024 11:04:08 +0300 Subject: [PATCH] 1.31.3 --- group_vars/all/addons.yaml | 2 +- group_vars/all/global.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all/addons.yaml b/group_vars/all/addons.yaml index 18924be..c56cfb6 100644 --- a/group_vars/all/addons.yaml +++ b/group_vars/all/addons.yaml @@ -19,7 +19,7 @@ pre_helm_manifests: [] ## HELM & CHARTS ## ################### helm: - helm_version: v3.15.2 # or "latest" #https://github.com/kubernetes/helm/releases + helm_version: v3.15.3 # 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 diff --git a/group_vars/all/global.yaml b/group_vars/all/global.yaml index 9b13ba1..6ff1b33 100644 --- a/group_vars/all/global.yaml +++ b/group_vars/all/global.yaml @@ -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.30.0') }}" +KUBERNETES_VERSION: "{{ KUBERNETES_VERSION_CUSTOM | default ('1.30.3') }}" # Software versions (used by installation, package manager, image pull, etc. ) KEEPALIVED_VERSION: "1.3.5"