Bump K8s version to 1.29.5

Change-Id: I4a3c7a17f32b5452145e1677e3c5072875dc9111
This commit is contained in:
Vladimir Kozhukalov 2024-05-15 13:47:28 -05:00
parent 096958388a
commit cbc4dffb30
2 changed files with 4 additions and 3 deletions

View File

@ -10,10 +10,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
kube_version_repo: "v1.28"
kube_version_repo: "v1.29"
# the list of k8s package versions are available here
# https://pkgs.k8s.io/core:/stable:/{{ kube_version_repo }}/deb/Packages
kube_version: "1.28.4-1.1"
kube_version: "1.29.5-1.1"
calico_version: "v3.27.0"
calico_manifest_url: "https://raw.githubusercontent.com/projectcalico/calico/{{ calico_version }}/manifests/calico.yaml"
helm_version: "v3.6.3"

View File

@ -100,7 +100,8 @@
loopback_device: /dev/loop100
loopback_image: "/opt/ext_vol/openstack-helm/ceph-loop.img"
ceph_osd_data_device: /dev/loop100
kube_version: "1.28.4-1.1"
kube_version_repo: "v1.29"
kube_version: "1.29.5-1.1"
calico_version: "v3.27.0"
helm_version: "v3.6.3"
yq_version: "v4.6.0"