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 <mkjpryor@users.noreply.github.com>
Co-authored-by: Matt Pryor <matt@stackhpc.com>
This commit is contained in:
azimuth-ci-bot[bot] 2023-09-29 12:55:16 +01:00 committed by GitHub
parent 11b92001ec
commit 5996f85921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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