From 90235c32f81728807cb85b5d256c4cf2e857058a Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 11 Feb 2020 14:19:53 +0530 Subject: [PATCH] Fix branch name in notes.txt currently notes.txt container old branch name. This PR updated the branch name with release Signed-off-by: Madhu Rajanna --- charts/ceph-csi-cephfs/templates/NOTES.txt | 2 +- charts/ceph-csi-rbd/templates/NOTES.txt | 2 +- deploy.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/ceph-csi-cephfs/templates/NOTES.txt b/charts/ceph-csi-cephfs/templates/NOTES.txt index 3af9f2b57..c603c5741 100644 --- a/charts/ceph-csi-cephfs/templates/NOTES.txt +++ b/charts/ceph-csi-cephfs/templates/NOTES.txt @@ -1,2 +1,2 @@ Examples on how to configure a storage class and start using the driver are here: -https://github.com/ceph/ceph-csi/tree/csi-v1.0/examples/cephfs +https://github.com/ceph/ceph-csi/tree/master/examples/cephfs diff --git a/charts/ceph-csi-rbd/templates/NOTES.txt b/charts/ceph-csi-rbd/templates/NOTES.txt index fc1e29ca5..b067d95eb 100644 --- a/charts/ceph-csi-rbd/templates/NOTES.txt +++ b/charts/ceph-csi-rbd/templates/NOTES.txt @@ -1,2 +1,2 @@ Examples on how to configure a storage class and start using the driver are here: -https://github.com/ceph/ceph-csi/tree/csi-v1.0/examples/rbd +https://github.com/ceph/ceph-csi/tree/master/examples/rbd diff --git a/deploy.sh b/deploy.sh index f9f49308f..1aa646bf2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -14,6 +14,7 @@ push_helm_charts() { sed -i "s/master/$TRAVIS_BRANCH/" "charts/ceph-csi-$PACKAGE/Chart.yaml" else # This is not a canary release, replace master with the tagged branch + sed -i "s/master/v$VERSION/" "charts/ceph-csi-$PACKAGE/templates/NOTES.txt" sed -i "s/master/v$VERSION/" "charts/ceph-csi-$PACKAGE/Chart.yaml" fi