File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
e2e-tests/experiments/localpv-provisioner Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828
2929 - name : Change the OpenEBS component labels to desired version in Operator yaml
3030 replace :
31- path : " {{ ndm_operator_link }}"
31+ path : " {{ ndm_operator }}"
3232 regexp : ' openebs.io/version: dev'
3333 replace : " openebs.io/version: {{ release_tag }}"
3434
3535 - name : Change the Image tag to newer version in operator yaml
3636 replace :
37- path : " {{ ndm_operator_link }}"
37+ path : " {{ ndm_operator }}"
3838 regexp : ' :ci'
3939 replace : " :{{ ndm_version }}"
4040
7171
7272- block :
7373
74- - name : Downloading openebs operator yaml for rc tag
74+ - name : Downloading openebs operator yaml for release tag
7575 get_url :
7676 url : " {{ release_operator_link }}"
7777 dest : " {{ playbook_dir }}/{{ hostpath_operator }}"
You can’t perform that action at this time.
0 commit comments