From 0929b1304f7ab50d51a14e70ab9848c5b44c1df9 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 5 Dec 2022 10:15:26 -0800 Subject: [PATCH 1/2] Fix Signed-off-by: Kevin Zhang --- README.md | 4 ++-- infra/scripts/helm/validate-helm-chart-versions.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1107d34570..1b48f19f8f6 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ pip install feast ### 2. Create a feature repository ```commandline feast init my_feature_repo -cd my_feature_repo/feature_repo +cd my_feature_repo ``` ### 3. Register your feature definitions and set up your feature store @@ -227,4 +227,4 @@ Thanks goes to these incredible people: - + \ No newline at end of file diff --git a/infra/scripts/helm/validate-helm-chart-versions.sh b/infra/scripts/helm/validate-helm-chart-versions.sh index cd8317222bd..8a088a006d8 100755 --- a/infra/scripts/helm/validate-helm-chart-versions.sh +++ b/infra/scripts/helm/validate-helm-chart-versions.sh @@ -3,7 +3,7 @@ set -e # Amount of file locations that need to be bumped in unison when versions increment -UNIQUE_VERSIONS_COUNT=22 # Change in release 0.24.0 +UNIQUE_VERSIONS_COUNT=20 # Change in release 0.27.0 if [ $# -ne 1 ]; then echo "Please provide a single semver version (without a \"v\" prefix) to test the repository against, e.g 0.99.0" From f21a35406e03500f2b1785516c8da1a54c83d224 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 5 Dec 2022 10:17:50 -0800 Subject: [PATCH 2/2] Fix Signed-off-by: Kevin Zhang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b48f19f8f6..1152aa060e4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ pip install feast ### 2. Create a feature repository ```commandline feast init my_feature_repo -cd my_feature_repo +cd my_feature_repo/feature_repo ``` ### 3. Register your feature definitions and set up your feature store