You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yq w -i $cluster_dir/main/charts/renku.yaml "spec.chart.spec.version"$CHART_VERSION
48
-
sed -i "/Renku version/c\ ### Renku version $CHART_VERSION ($date)"$cluster_dir/main/charts/renku.yaml
49
-
sed -i "/Release Notes/c\ See the [Release Notes](https://github.com/${GITHUB_REPOSITORY}/releases/tag/$CHART_VERSION)"$cluster_dir/main/charts/renku.yaml
48
+
sed -i "/Renku version/c\ ### Renku version $CHART_VERSION ($DATE)"$cluster_dir/main/charts/renku.yaml
49
+
sed -i "/Release Notes/c\ See the [Release Notes](https://github.com/${GITHUB_REPOSITORY}/releases/tag/$CHART_VERSION)"$cluster_dir/main/charts/renku.yaml
50
50
51
51
git add .
52
52
git commit -m "chore: updating ${CHART_NAME} version to ${CHART_VERSION}"
0 commit comments