Skip to content

Commit 9048c48

Browse files
w3amanprateekpandey14
authored andcommitted
Merge pull request #79 from nsathyaseelan/fix-jiva-operator
fix[e2e]: Fixed the util to provision the localpv operator for release-tag
1 parent d5be523 commit 9048c48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
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

@@ -71,7 +71,7 @@
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 }}"

0 commit comments

Comments
 (0)