Bump to v0.2.2 and add omitBuildMetadataOnExport

v0.2.2 of charts-build-scripts added the ability to remove +up annotations by setting omitBuildMetadataOnExport=true on a repository-level.

This has been enabled for partner-charts.
pull/138/head
Arvind Iyengar 2021-08-18 11:07:34 -07:00
parent 2e1d11ad69
commit 9ae3c498f3
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
2 changed files with 4 additions and 2 deletions

View File

@ -5,3 +5,5 @@ validate:
branch: migrate_to_v0.2.1_live
helmRepo:
cname: partner-charts.rancher.io
omitBuildMetadataOnExport: true

View File

@ -2,4 +2,4 @@
set -e
CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git
CHARTS_BUILD_SCRIPT_VERSION=v0.2.1
CHARTS_BUILD_SCRIPT_VERSION=v0.2.2