From 9ae3c498f3db03ccac4cb80d43c53906d1ce1890 Mon Sep 17 00:00:00 2001 From: Arvind Iyengar Date: Wed, 18 Aug 2021 11:07:34 -0700 Subject: [PATCH] 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. --- configuration.yaml | 4 +++- scripts/version | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 2598fdb45..7ccd26d7e 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -4,4 +4,6 @@ validate: - url: https://github.com/aiyengar2/partner-charts.git branch: migrate_to_v0.2.1_live helmRepo: - cname: partner-charts.rancher.io \ No newline at end of file + cname: partner-charts.rancher.io + +omitBuildMetadataOnExport: true \ No newline at end of file diff --git a/scripts/version b/scripts/version index 9cb263a16..6a93f5c8d 100755 --- a/scripts/version +++ b/scripts/version @@ -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 \ No newline at end of file +CHARTS_BUILD_SCRIPT_VERSION=v0.2.2 \ No newline at end of file