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
parent
2e1d11ad69
commit
9ae3c498f3
|
@ -4,4 +4,6 @@ validate:
|
||||||
- url: https://github.com/aiyengar2/partner-charts.git
|
- url: https://github.com/aiyengar2/partner-charts.git
|
||||||
branch: migrate_to_v0.2.1_live
|
branch: migrate_to_v0.2.1_live
|
||||||
helmRepo:
|
helmRepo:
|
||||||
cname: partner-charts.rancher.io
|
cname: partner-charts.rancher.io
|
||||||
|
|
||||||
|
omitBuildMetadataOnExport: true
|
|
@ -2,4 +2,4 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git
|
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
|
Loading…
Reference in New Issue