Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update helm repository name in README and remove outdated image tag section #52

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aerospike-vector-search/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
email: [email protected]

# The helm chart version
version: 0.7.0
version: 0.7.1

# The default version of Aerospike Vector Search
appVersion: "1.0.0"
9 changes: 2 additions & 7 deletions aerospike-vector-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ deployed AVS pods.

## Adding the helm chart repository

Add the `aerospike-io` helm repository if not already done. (Note: The repository has moved to artifact.aerospike.io. If you are still pointing to aerospike.github.io, please update the repository URL)

Add the `aerospike-helm` helm repository if not already done. (Note: The repository has moved to artifact.aerospike.io. If you are still pointing to aerospike.github.io, please update the repository URL)

```shell
helm repo add aerospike-io https://artifact.aerospike.io/artifactory/api/helm/aerospike-helm
helm repo add aerospike-helm https://artifact.aerospike.io/artifactory/api/helm/aerospike-helm

```

Expand Down Expand Up @@ -58,10 +57,6 @@ A sample values yaml file is shown below:

```yaml
replicaCount: 1

image:
tag: "0.11.1"

aerospikeVectorSearchConfig:
aerospike:
metadata-namespace: "avs-meta"
Expand Down
Loading