mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
fix(version): auto update the version label in the operator yaml (#340)
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
7e211d105a
commit
53f872fcf1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -73,7 +73,9 @@ jobs:
|
|||
run: |
|
||||
echo "update the operator yaml with the image tag"
|
||||
sed -i "s/zfs-driver:ci/zfs-driver:${RELEASE_TAG}/" deploy/yamls/zfs-driver.yaml
|
||||
sed -i "s/openebs.io\/version: ci/openebs.io\/version: ${RELEASE_TAG}/" deploy/yamls/zfs-driver.yaml
|
||||
sed -i "s/zfs-driver:ci/zfs-driver:${RELEASE_TAG}/" deploy/zfs-operator.yaml
|
||||
sed -i "s/openebs.io\/version: ci/openebs.io\/version: ${RELEASE_TAG}/" deploy/zfs-operator.yaml
|
||||
sed -i "s/newTag: ci/newTag: ${RELEASE_TAG}/" deploy/yamls/kustomization.yaml
|
||||
|
||||
git diff --quiet deploy/ || CHANGED=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue