Skip to content

Commit

Permalink
add helm-docs to bump script (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet authored Sep 20, 2023
1 parent ec754f2 commit 318b529
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ sed -i.bak -E "s/(version\: )(.+)/\1$NEW_CAHRT_VERSION/" charts/function-mesh-op

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
TEST_CSV=function-mesh.v${NEW_APP_VERSION} yq eval -i '.spec.startingCSV = strenv(TEST_CSV)' .ci/olm-tests/subs.yml

pushd charts
helm-docs
popd

0 comments on commit 318b529

Please sign in to comment.