Skip to content

Commit 7c3e789

Browse files
committed
Publish helm chart script should not modify the chart content
1 parent 4be0eff commit 7c3e789

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.prow/config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -493,15 +493,6 @@ postsubmits:
493493
mv /tmp/linux-amd64/helm /usr/bin/helm
494494
helm init --client-only
495495
496-
sed -i "/version: /c\version: ${PULL_BASE_REF:1}" infra/charts/feast/Chart.yaml
497-
sed -i "/ version: /c\ version: ${PULL_BASE_REF:1}" infra/charts/feast/requirements.yaml
498-
499-
sed -i "/version: /c\version: ${PULL_BASE_REF:1}" infra/charts/feast/charts/feast-core/Chart.yaml
500-
sed -i "/ tag: /c\ tag: ${PULL_BASE_REF:1}" infra/charts/feast/charts/feast-core/values.yaml
501-
502-
sed -i "/version: /c\version: ${PULL_BASE_REF:1}" infra/charts/feast/charts/feast-serving/Chart.yaml
503-
sed -i "/ tag: /c\ tag: ${PULL_BASE_REF:1}" infra/charts/feast/charts/feast-serving/values.yaml
504-
505496
infra/scripts/sync-helm-charts.sh
506497
volumeMounts:
507498
- name: service-account

0 commit comments

Comments
 (0)