Skip to content

Commit

Permalink
Right place to copy data from (istio#13149)
Browse files Browse the repository at this point in the history
* Right place to copy data from

* Copy riught place
  • Loading branch information
utka authored and Joshua Blatt committed Apr 11, 2019
1 parent 3b3992b commit 32d5b97
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 32d5b97

Please sign in to comment.