Skip to content

Commit 318b529

Browse files
authored
add helm-docs to bump script (#690)
1 parent ec754f2 commit 318b529

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bump_version.sh

+4
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ sed -i.bak -E "s/(version\: )(.+)/\1$NEW_CAHRT_VERSION/" charts/function-mesh-op
7777

7878
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
7979
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

Comments
 (0)