Skip to content

Commit 8ee83ce

Browse files
committed
Fixing copy for helm, one more time.
1 parent 7e69fec commit 8ee83ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

release/gcb/helm_values.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ function fix_values_yaml() {
3434
sed -i "s|hub: gcr.io/istio-release|hub: ${CB_DOCKER_HUB}|g" ./"istio-${CB_VERSION}"/install/kubernetes/helm/istio*/values.yaml
3535
sed -i "s|tag: .*-latest-daily|tag: ${CB_VERSION}|g" ./"istio-${CB_VERSION}"/install/kubernetes/helm/istio*/values.yaml
3636

37-
# Copy helm charts (build by helm_charts.sh) to be packaged in the tarball.
38-
mkdir -vp ./"istio-${CB_VERSION}"/install/kubernetes/helm/charts
39-
cp /modification-tmp/* ./"istio-${CB_VERSION}"/install/kubernetes/helm/charts
40-
4137
# replace prerelease with release location for istio.io repo
4238
if [ "${CB_PIPELINE_TYPE}" = "monthly" ]; then
4339
sed -i.bak "s:istio-prerelease/daily-build.*$:istio-release/releases/${CB_VERSION}/charts:g" ./"istio-${CB_VERSION}"/install/kubernetes/helm/istio/README.md

0 commit comments

Comments
 (0)