We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec754f2 commit 318b529Copy full SHA for 318b529
bump_version.sh
@@ -77,3 +77,7 @@ sed -i.bak -E "s/(version\: )(.+)/\1$NEW_CAHRT_VERSION/" charts/function-mesh-op
77
78
TEST_IMAGE=kind-registry:5000/streamnativeio/function-mesh-catalog:v${NEW_APP_VERSION} yq eval -i '.spec.image = strenv(TEST_IMAGE)' .ci/olm-tests/catalog.yml
79
TEST_CSV=function-mesh.v${NEW_APP_VERSION} yq eval -i '.spec.startingCSV = strenv(TEST_CSV)' .ci/olm-tests/subs.yml
80
+
81
+pushd charts
82
+helm-docs
83
+popd
0 commit comments