diff --git a/ceph-provisioners/Chart.yaml b/ceph-provisioners/Chart.yaml index b714ea5b8..be6716506 100644 --- a/ceph-provisioners/Chart.yaml +++ b/ceph-provisioners/Chart.yaml @@ -15,6 +15,6 @@ apiVersion: v1 appVersion: v1.0.0 description: OpenStack-Helm Ceph Provisioner name: ceph-provisioners -version: 0.1.4 +version: 0.1.5 home: https://github.com/ceph/ceph ... diff --git a/ceph-provisioners/templates/bin/_helm-tests.sh.tpl b/ceph-provisioners/templates/bin/_helm-tests.sh.tpl index 0c8c2be57..b22916d5e 100644 --- a/ceph-provisioners/templates/bin/_helm-tests.sh.tpl +++ b/ceph-provisioners/templates/bin/_helm-tests.sh.tpl @@ -130,6 +130,8 @@ apiVersion: v1 metadata: name: $pod_name spec: + nodeSelector: + {{ .Values.labels.test.node_selector_key }}: {{ .Values.labels.test.node_selector_value }} containers: - name: task-pv-storage image: {{ .Values.images.tags.ceph_config_helper }} diff --git a/releasenotes/notes/ceph-provisioners.yaml b/releasenotes/notes/ceph-provisioners.yaml index 30f9762cb..6fa2ec4b7 100644 --- a/releasenotes/notes/ceph-provisioners.yaml +++ b/releasenotes/notes/ceph-provisioners.yaml @@ -5,4 +5,5 @@ ceph-provisioners: - 0.1.2 Validate each storageclass created - 0.1.3 Uplift from Nautilus to Octopus release - 0.1.4 Add Ceph CSI plugin + - 0.1.5 Fix Helm tests for the Ceph provisioners ...