Skip to content

Commit

Permalink
Publish helm chart script should not modify the chart content (feast-…
Browse files Browse the repository at this point in the history
…dev#779)

Co-authored-by: Khor Shu Heng <khor.heng@gojek.com>
  • Loading branch information
2 people authored and chi zhang committed Jun 11, 2020
1 parent 9485546 commit 36f9fbb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,15 +493,6 @@ postsubmits:
mv /tmp/linux-amd64/helm /usr/bin/helm
helm init --client-only
sed -i "/version: /c\version: ${PULL_BASE_REF:1}" infra/charts/feast/Chart.yaml
sed -i "/ version: /c\ version: ${PULL_BASE_REF:1}" infra/charts/feast/requirements.yaml
sed -i "/version: /c\version: ${PULL_BASE_REF:1}" infra/charts/feast/charts/feast-core/Chart.yaml
sed -i "/ tag: /c\ tag: ${PULL_BASE_REF:1}" infra/charts/feast/charts/feast-core/values.yaml
sed -i "/version: /c\version: ${PULL_BASE_REF:1}" infra/charts/feast/charts/feast-serving/Chart.yaml
sed -i "/ tag: /c\ tag: ${PULL_BASE_REF:1}" infra/charts/feast/charts/feast-serving/values.yaml
infra/scripts/sync-helm-charts.sh
volumeMounts:
- name: service-account
Expand Down

0 comments on commit 36f9fbb

Please sign in to comment.