mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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 <madhupr007@gmail.com>
This commit is contained in:
parent
d02dfe2dfe
commit
90235c32f8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user