Skip to content

Commit b3bc8ea

Browse files
nsathyaseelanKiran Mova
authored andcommitted
refactor[e2e]: Updated the path for the provisioning the localpv operator yaml
Signed-off-by: nsathyaseelan <[email protected]>
1 parent 0b57dff commit b3bc8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e-tests/experiments/localpv-provisioner/test_vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
hostpath_operator_link: "https://raw.githubusercontent.com/openebs/dynamic-localpv-provisioner/develop/deploy/kubectl/hostpath-operator.yaml"
22
ndm_operator_link: "https://raw.githubusercontent.com/openebs/node-disk-manager/master/deploy/ndm-operator.yaml"
3-
charts_hostpath_operator: "https://openebs.github.io/charts/{{ lookup('env','RELEASE_VERSION') }}/openebs-operator-lite.yaml"
4-
release_operator_link: "https://raw.githubusercontent.com/openebs/charts/{{ lookup('env','COMMIT_ID') }}/{{ lookup('env','RELEASE_VERSION') }}/openebs-operator-lite.yaml"
3+
charts_hostpath_operator: "https://raw.githubusercontent.com/openebs/charts/gh-pages/versioned/{{ lookup('env','RELEASE_VERSION') }}/openebs-operator-lite.yaml"
4+
release_operator_link: "https://raw.githubusercontent.com/openebs/charts/{{ lookup('env','COMMIT_ID') }}/versioned/{{ lookup('env','RELEASE_VERSION') }}/openebs-operator-lite.yaml"
55
localpv_version: "{{ lookup('env','LOCALPV_PROVISIONER_IMAGE') }}"
66
release_version: "{{ lookup('env','RELEASE_VERSION') }}"
77
image_type: "{{ lookup('env','IMAGE_TYPE') }}"

0 commit comments

Comments
 (0)