Skip to content

Commit

Permalink
Fix again helm copy, was reverted during merge from release 1.1 (isti…
Browse files Browse the repository at this point in the history
…o#13337)

* Fixing copy for helm, one more time.

* Fixing copy again for master
  • Loading branch information
utka authored and istio-testing committed Apr 15, 2019
1 parent 4414da9 commit 55a1771
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release/gcb/helm_values.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ function fix_values_yaml() {
sed -i "s|hub: gcr.io/istio-release|hub: ${CB_DOCKER_HUB}|g" ./"istio-${CB_VERSION}"/install/kubernetes/helm/istio*/values.yaml
sed -i "s|tag: .*-latest-daily|tag: ${CB_VERSION}|g" ./"istio-${CB_VERSION}"/install/kubernetes/helm/istio*/values.yaml

# Copy helm charts (build by helm_charts.sh) to be packaged in the tarball.
mkdir -vp ./"istio-${CB_VERSION}"/install/kubernetes/helm/charts
cp /workspace/modification-tmp/* ./"istio-${CB_VERSION}"/install/kubernetes/helm/charts

# replace prerelease with release location for istio.io repo
if [ "${CB_PIPELINE_TYPE}" = "monthly" ]; then
sed -i.bak "s:istio-prerelease/daily-build.*$:istio-release/releases/${CB_VERSION}/charts:g" ./"istio-${CB_VERSION}"/install/kubernetes/helm/istio/README.md
Expand Down

0 comments on commit 55a1771

Please sign in to comment.