Skip to content

Commit

Permalink
Re-apply new provisioner value for OpenStack SC
Browse files Browse the repository at this point in the history
This got incorrectly reverted in #171. Also pin to the release tag
rather than the branch, since point releases might re-use the branch.

Fixes https://bugs.launchpad.net/cdk-addons/+bug/1871945
  • Loading branch information
johnsca committed Apr 9, 2020
1 parent 0f8e464 commit a6bb722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ PWD=$(shell pwd)
# https://github.com/ceph/ceph-csi/issues/278
CEPH_CSI_COMMIT=a4dd8457350b4c4586743d78cbd5776437e618b6
COREDNS_COMMIT=b0a81f926196cc750ea329476169ac89f0bfd78b
# pin cloud-provider-openstack to currently available release branch
OPENSTACK_PROVIDER_VERSION=release-1.17
# pin cloud-provider-openstack to currently available release tag
OPENSTACK_PROVIDER_VERSION=v1.17.0
# pin dashboard to latest v2 tag (https://github.com/kubernetes/dashboard)
KUBE_DASHBOARD_VERSION=v2.0.0-rc5
# pin state metrics to 1.9.x branch (https://github.com/kubernetes/kube-state-metrics)
Expand Down
2 changes: 1 addition & 1 deletion bundled-templates/storageclass-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: cdk-cinder
annotations:
juju.io/workload-storage: "true"
provisioner: csi-cinderplugin
provisioner: cinder.csi.openstack.org

0 comments on commit a6bb722

Please sign in to comment.