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