Skip to content

Commit c8c0623

Browse files
committed
Fix helm chart version from 0.1.0 to 0.1.2
1 parent 6860063 commit c8c0623

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.prow/scripts/sync-helm-charts.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ repo_url=https://feast-charts.storage.googleapis.com/
1818
sync_dir=/tmp/syncdir
1919
index_dir=/tmp/indexdir
2020

21+
rm -rf $sync_dir $index_dir
22+
2123
echo "Syncing repo '$repo_dir'..."
2224

2325
mkdir -p "$sync_dir"

charts/feast/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "0.1.0"
2+
appVersion: "0.1.2"
33
description: A Helm chart to install Feast on kubernetes
44
name: feast
5-
version: 0.1.0
5+
version: 0.1.2

0 commit comments

Comments
 (0)