Skip to content

Commit

Permalink
Update full-create-and-install.sh (#67)
Browse files Browse the repository at this point in the history
👍
  • Loading branch information
davi17g authored Nov 1, 2024
1 parent 7d31c2b commit 68e97a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/full-create-and-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ deploy_avs_helm_chart() {
helm repo add aerospike-helm https://artifact.aerospike.io/artifactory/api/helm/aerospike-helm
helm repo update
if [ -z "$CHART_LOCATION" ]; then
helm install avs-gke --values $BUILD_DIR/manifests/avs-gke-values.yaml --namespace avs aerospike-helm/aerospike-vector-search --version 0.4.1 --wait
helm install avs-gke --values $BUILD_DIR/manifests/avs-gke-values.yaml --namespace avs aerospike-helm/aerospike-vector-search --version 0.6.0 --wait
else
helm install avs-gke --values $BUILD_DIR/manifests/avs-gke-values.yaml --namespace avs "$CHART_LOCATION" --wait
fi
Expand Down

0 comments on commit 68e97a3

Please sign in to comment.