From 5996f859210298eddf8da819d06385de0432bc0d Mon Sep 17 00:00:00 2001 From: "azimuth-ci-bot[bot]" <142236172+azimuth-ci-bot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:55:16 +0100 Subject: [PATCH] Update openstack-ccm addon to 2.28.0 (#121) * Update openstack-ccm addon to 2.28.0 * Update image repository for OCCM --------- Co-authored-by: mkjpryor Co-authored-by: Matt Pryor --- charts/cluster-addons/templates/openstack/ccm.yaml | 2 +- charts/cluster-addons/values.yaml | 2 +- charts/openstack-cluster/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cluster-addons/templates/openstack/ccm.yaml b/charts/cluster-addons/templates/openstack/ccm.yaml index 2c8bae6..425ac83 100644 --- a/charts/cluster-addons/templates/openstack/ccm.yaml +++ b/charts/cluster-addons/templates/openstack/ccm.yaml @@ -10,7 +10,7 @@ metadata: stringData: defaults: | image: - repository: {{ include "cluster-addons.imagePrefix" . }}docker.io/k8scloudprovider/openstack-cloud-controller-manager + repository: {{ include "cluster-addons.imagePrefix" . }}registry.k8s.io/provider-os/openstack-cloud-controller-manager secret: create: false cluster: diff --git a/charts/cluster-addons/values.yaml b/charts/cluster-addons/values.yaml index 95edf63..818779d 100644 --- a/charts/cluster-addons/values.yaml +++ b/charts/cluster-addons/values.yaml @@ -85,7 +85,7 @@ openstack: chart: repo: https://kubernetes.github.io/cloud-provider-openstack name: openstack-cloud-controller-manager - version: 1.4.0 + version: 2.28.0 values: {} # Settings for the Cinder CSI plugin csiCinder: diff --git a/charts/openstack-cluster/values.yaml b/charts/openstack-cluster/values.yaml index aa3377b..8fe9fa1 100644 --- a/charts/openstack-cluster/values.yaml +++ b/charts/openstack-cluster/values.yaml @@ -313,7 +313,7 @@ autoscaler: image: # Defaults to the global image prefix if not given prefix: - repository: k8s.gcr.io/autoscaling/cluster-autoscaler + repository: registry.k8s.io/autoscaling/cluster-autoscaler pullPolicy: IfNotPresent # The cluster-autoscaler docs recommend using a version that matches the # Kubernetes version, but versions should be (mostly) backwards-compatible