Skip to content

Commit

Permalink
UPSTREAM: <carry>: update naming convention
Browse files Browse the repository at this point in the history
align the correct image name

(cherry picked from commit 2e67701)
(cherry picked from commit 1a83954)
(cherry picked from commit 4f426cd)
(cherry picked from commit ec595f4)
(cherry picked from commit cb8690e)
(cherry picked from commit a4093d8)
(cherry picked from commit 49ae475)
(cherry picked from commit ea9ce10)
(cherry picked from commit 027cf98)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit f6860ef)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit a10f1f2)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit 96bd7e7)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit 052e3ea)
Signed-off-by: Mat Kowalski <mko@redhat.com>
  • Loading branch information
Ximinhan authored and mkowalski committed Jun 21, 2023
1 parent cb9039e commit e0ae977
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 e0ae977

Please sign in to comment.