Skip to content

Commit 7e6ba6d

Browse files
committed
chore(helm): tweak feast chart values and helm scripts
1 parent 0f03085 commit 7e6ba6d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

infra/charts/feast/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ global:
2020
cache_ttl_seconds: 0
2121

2222
# global.project -- Project from feature_store.yaml
23-
project: default
23+
project: default

infra/scripts/helm/push-helm-charts.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ helm repo add feast-helm-chart-repo $bucket
1717
cd infra/charts
1818
helm package feast
1919
helm package feast-feature-server
20+
helm package feast-operator
2021

2122
helm gcs push --public feast-${1}.tgz feast-helm-chart-repo --force
2223
helm gcs push --public feast-feature-server-${1}.tgz feast-helm-chart-repo --force
23-
rm -f ./*.tgz
24+
helm gcs push --public feast-operator-${1}.tgz feast-helm-chart-repo --force
25+
rm -f ./*.tgz

infra/scripts/helm/validate-helm-chart-versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Amount of file locations that need to be bumped in unison when versions increment
6-
UNIQUE_VERSIONS_COUNT=20 # Change in release 0.27.0
6+
UNIQUE_VERSIONS_COUNT=32 # Updated to include feast-operator chart (added 12 version references)
77

88
if [ $# -ne 1 ]; then
99
echo "Please provide a single semver version (without a \"v\" prefix) to test the repository against, e.g 0.99.0"

0 commit comments

Comments
 (0)