Skip to content

Commit

Permalink
Merge pull request nmstate#205 from jupierce/fix_master
Browse files Browse the repository at this point in the history
name replacement must exactly match string in CSV
  • Loading branch information
openshift-ci[bot] authored Aug 4, 2021
2 parents cb1952b + a8301ec commit 5cc2b60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/art.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ updates:
- file: "{MAJOR}.{MINOR}/kubernetes-nmstate-operator.v{MAJOR}.{MINOR}.0.clusterserviceversion.yaml" # relative to this file
update_list:
# replace metadata.name value
- search: "kubernetesnmstateoperator.v{MAJOR}.{MINOR}.0"
replace: "kubernetesnmstateoperator.{FULL_VER}"
- search: "kubernetes-nmstate-operator.v{MAJOR}.{MINOR}.0"
replace: "kubernetes-nmstate-operator.{FULL_VER}"
# replace entire version line, otherwise would replace {MAJOR}.{MINOR}.0 anywhere
- search: "version: {MAJOR}.{MINOR}.0"
replace: "version: {FULL_VER}"
Expand All @@ -12,4 +12,4 @@ updates:
- file: "kubernetes-nmstate-operator.package.yaml"
update_list:
- search: "currentCSV: kubernetes-nmstate-operator.v{MAJOR}.{MINOR}.0"
replace: "currentCSV: kubernetes-nmstate-operator.{FULL_VER}"
replace: "currentCSV: kubernetes-nmstate-operator.{FULL_VER}"

0 comments on commit 5cc2b60

Please sign in to comment.