Skip to content

Commit

Permalink
Fixing copy for helm, one more time. (istio#13186)
Browse files Browse the repository at this point in the history
  • Loading branch information
utka authored and istio-testing committed Apr 9, 2019
1 parent ae6556a commit fd96ebf
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 /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 fd96ebf

Please sign in to comment.