Skip to content

Commit

Permalink
[NS-81] Bump OpenStack CCM to latest release
Browse files Browse the repository at this point in the history
Upgrade the CCM to the latest release, commensurate with the current
version of Kubernetes.

Explicitly set the value for `dnsPolicy` to skirt this issue:
kubernetes/cloud-provider-openstack#2594
  • Loading branch information
yankcrime committed Jun 21, 2024
1 parent 90b45da commit 2bdcf8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kubernetes/templates/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ spec:
tags:
- infrastructure
versions:
- version: 2.28.0
- version: 2.30.1
repo: https://kubernetes.github.io/cloud-provider-openstack
chart: openstack-cloud-controller-manager
createNamespace: true
Expand All @@ -215,7 +215,7 @@ spec:
- infrastructure
- storage
versions:
- version: 2.28.0
- version: 2.30.0
repo: https://kubernetes.github.io/cloud-provider-openstack
chart: openstack-cinder-csi
createNamespace: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ spec:
reference:
kind: HelmApplication
name: {{ include "resource.id" "openstack-cloud-provider" }}
version: 2.28.0
version: 2.30.1
- name: openstack-plugin-cinder-csi
reference:
kind: HelmApplication
name: {{ include "resource.id" "openstack-plugin-cinder-csi" }}
version: 2.28.0
version: 2.30.0
- name: metrics-server
reference:
kind: HelmApplication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ func (p *Provisioner) Values(ctx context.Context, _ *string) (interface{}, error
// See https://github.com/kubernetes/cloud-provider-openstack/issues/2049 for
// more details, and no-one doing anything about it.
"controllerExtraArgs": `{{list "--use-service-account-credentials=false" | toYaml}}`,
// See https://github.com/kubernetes/cloud-provider-openstack/issues/2611
"dnsPolicy": "Default",
}

return values, nil
Expand Down

0 comments on commit 2bdcf8f

Please sign in to comment.