From ce193fbe347c26bd09d44fe632296ea583ae445a Mon Sep 17 00:00:00 2001 From: David Gerchikov Date: Thu, 18 Jul 2024 14:18:48 +0300 Subject: [PATCH] Vec 215 update helm chart to point to 0.9 container version (#26) * Rename proximus to avs and update to 0.9 --- aerospike-backup-service/README.md | 12 +++---- aerospike-vector-search/Chart.yaml | 4 +-- aerospike-vector-search/README.md | 6 ++-- .../examples/eks/README.md | 14 ++++---- .../examples/eks/avs-eks-values.yaml | 5 ++- .../examples/gke/README.md | 14 ++++---- .../examples/gke/avs-gke-values.yaml | 5 ++- .../examples/kind/README.md | 30 +++++++++--------- .../examples/kind/avs-kind-values.yaml | 5 ++- .../templates/configmap.yaml | 2 +- .../templates/statefulset.yaml | 4 +-- aerospike-vector-search/values.yaml | 8 ++--- docs/aerospike-vector-search-0.4.0.tgz | Bin 0 -> 15307 bytes docs/index.yaml | 22 ++++++------- 14 files changed, 64 insertions(+), 67 deletions(-) create mode 100644 docs/aerospike-vector-search-0.4.0.tgz diff --git a/aerospike-backup-service/README.md b/aerospike-backup-service/README.md index 871e1ea..00c37fe 100644 --- a/aerospike-backup-service/README.md +++ b/aerospike-backup-service/README.md @@ -26,21 +26,21 @@ helm repo add aerospike https://aerospike.github.io/helm-charts | Parameter | Description | Default | |---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------| -| `replicaCount` | Configures the number Aerospike Proximus instance pods to run. | '1' | -| `image` | Configures Aerospike Proximus image repository, tag and pull policy. | see [values.yaml](values.yaml) | +| `replicaCount` | Configures the number Aerospike Backup Service instance pods to run. | '1' | +| `image` | Configures Aerospike Aerospike Backup Service image repository, tag and pull policy. | see [values.yaml](values.yaml) | | `imagePullSecrets` | For Private docker registries, when authentication is needed. | see [values.yaml](values.yaml) | | `args` | Arguments to pass to ABS | `[]` | -| `backupServiceConfig` | ABS cluster configuration deployed to `/etc/aerospike-backup-service/aerospike-backup-service.yml`. | see [values.yaml](values.yaml) | -| `initContainers` | List of initContainers added to each proximus pods for custom cluster behavior. | `[]` | +| `backupServiceConfig` | ABS cluster configuration deployed to `/etc/aerospike-backup-service/aerospike-backup-service.yml`. | see [values.yaml](values.yaml) | +| `initContainers` | List of initContainers added to each abs pods for custom cluster behavior. | `[]` | | `serviceAccount` | Service Account details like name and annotations. | see [values.yaml](values.yaml) | | `podAnnotations` | Additional pod [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/). Should be specified as a map of annotation names to annotation values. | `{}` | | `podLabels` | Additional pod [labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/). Should be specified as a map of label names to label values. | `{}` | | `podSecurityContext` | Pod [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) | `{}` | | `securityContext` | Container [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container) | `{}` | | `service` | Load-Balancer configuration for more details please refer to a Load-Balancer docs. | `{}` | -| `resources` | Resource [requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the proximus pods. | `{}` | +| `resources` | Resource [requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) for the abs pods. | `{}` | | `autoscaling` | Enable the horizontal pod auto-scaler. | see [values.yaml](values.yaml) | -| `volumes` | List of additional volumes to attach to the Proximus pod. | see [values.yaml](values.yaml) | +| `volumes` | List of additional volumes to attach to the abs pod. | see [values.yaml](values.yaml) | | `extraVolumeMounts` | Extra volume mounts corresponding to the volumes added to `extraVolumes`. | see [values.yaml](values.yaml) | | `extraSecretVolumeMounts` | Extra secret volume mounts corresponding to the volumes added to `extraVolumes`. | see [values.yaml](values.yaml) | | `affinity` | [Affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) rules if any for the pods. | `{}` | diff --git a/aerospike-vector-search/Chart.yaml b/aerospike-vector-search/Chart.yaml index 99cd6e0..c3f961c 100644 --- a/aerospike-vector-search/Chart.yaml +++ b/aerospike-vector-search/Chart.yaml @@ -11,7 +11,7 @@ maintainers: email: developers@aerospike.com # The helm chart version -version: 0.3.0 +version: 0.4.0 # The default version of Aerospike Kafka Outbound Connector -appVersion: "0.4.0" \ No newline at end of file +appVersion: "0.9.0" diff --git a/aerospike-vector-search/README.md b/aerospike-vector-search/README.md index 3cad38f..199ca52 100644 --- a/aerospike-vector-search/README.md +++ b/aerospike-vector-search/README.md @@ -1,6 +1,6 @@ # Aerospike Vector Search -This Helm chart allows you to configure and run our official [Aerospike Vector Search](https://hub.docker.com/repository/docker/aerospike/aerospike-proximus) +This Helm chart allows you to configure and run our official [Aerospike Vector Search](https://hub.docker.com/repository/docker/aerospike/aerospike-vector-search) docker image on a Kubernetes cluster. This helm chart sets up a `StatefulSet` for each AVS instance. We use a `StatefulSet` instead of a `Deployment`, to have stable DNS names for the @@ -30,7 +30,7 @@ helm repo add aerospike https://aerospike.github.io/helm-charts | `replicaCount` | Configures the number AVS instance pods to run. | '1' | | `image` | Configures AVS image repository, tag and pull policy. | see [values.yaml](values.yaml) | | `imagePullSecrets` | For Private docker registries, when authentication is needed. | see [values.yaml](values.yaml) | -| `aerospikeVectorSearchConfig` | AVS cluster configuration deployed to `/etc/aerospike-proximus/aerospike-proximus.yml`. | see [values.yaml](values.yaml) | +| `aerospikeVectorSearchConfig` | AVS cluster configuration deployed to `/etc/aerospike-vector-search/aerospike-vector-search.yml`. | see [values.yaml](values.yaml) | | `initContainers` | List of initContainers added to each AVS pods for custom cluster behavior. | `[]` | | `serviceAccount` | Service Account details like name and annotations. | see [values.yaml](values.yaml) | | `podAnnotations` | Additional pod [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/). Should be specified as a map of annotation names to annotation values. | `{}` | @@ -58,7 +58,7 @@ A sample values yaml file is shown below: replicaCount: 1 image: - tag: "0.4.0" + tag: "0.9.0" aerospikeVectorSearchConfig: aerospike: diff --git a/aerospike-vector-search/examples/eks/README.md b/aerospike-vector-search/examples/eks/README.md index b402da1..78b16c4 100644 --- a/aerospike-vector-search/examples/eks/README.md +++ b/aerospike-vector-search/examples/eks/README.md @@ -1,11 +1,11 @@ -# Aerospike Proximus EKS example +# Aerospike Vector Search EKS example ## Prerequisites - EKS cluster - Helm v3 - An Aerospike cluster that can connect to Pods in the Kubernetes cluster The Aerospike cluster can be deployed in the same Kubernetes cluster using [Aerospike Kubernetes Operator](https://docs.aerospike.com/cloud/kubernetes/operator) -- Aerospike Proximus [Helm chart](../../README.md#configuration) +- Aerospike Vector Search [Helm chart](../../README.md#configuration) ## Adding the helm chart repository @@ -15,7 +15,7 @@ Add the `aerospike` helm repository if not already done helm repo add aerospike https://aerospike.github.io/helm-charts ``` -## Deploy Proximus Cluster. +## Deploy Aerospike Vector Search Cluster. All subsequent commands are run from this directory. @@ -43,11 +43,11 @@ kubectl create namespace aerospike ### EKS LoadBalancer configuration In this example we configure internal facing L4 LoadBalancer (NLB) for more details please refer to AWS [documentation](https://docs.aws.amazon.com/eks/latest/userguide/network-load-balancing.html). -### Deploy Proximus. -Update the [as-proximus-eks-values.yaml](as-proximus-eks-values.yaml) file to change Proximus configuration. +### Deploy Aerospike Vector Search. +Update the [avs-eks-values.yaml](avs-eks-values.yaml) file to change Aerospike Vector Search configuration. -Deploy the Proximus cluster using configuration from [as-proximus-eks-values.yaml](as-proximus-eks-values.yaml) +Deploy the Aerospike Vector Search cluster using configuration from [avs-eks-values.yaml](avs-eks-values.yaml) ```shell -helm install --namespace aerospike as-proximus-eks -f as-proximus-eks-values.yaml ../../../aerospike-proximus +helm install --namespace aerospike avs-eks -f avs-eks-values.yaml ../../../aerospike-vector-search ``` diff --git a/aerospike-vector-search/examples/eks/avs-eks-values.yaml b/aerospike-vector-search/examples/eks/avs-eks-values.yaml index b2e480b..3314db1 100644 --- a/aerospike-vector-search/examples/eks/avs-eks-values.yaml +++ b/aerospike-vector-search/examples/eks/avs-eks-values.yaml @@ -2,7 +2,7 @@ replicaCount: 3 aerospikeVectorSearchConfig: cluster: cluster-name: "avs-db-1" - feature-key-file: "/etc/aerospike-proximus/features.conf" + feature-key-file: "/etc/aerospike-vector-search/features.conf" service: ports: 5000: @@ -21,12 +21,11 @@ aerospikeVectorSearchConfig: addresses: 0.0.0.0 aerospike: - metadata-namespace: "avs-meta" seeds: - aerospike-cluster-0-0.aerospike-cluster.aerospike.svc.cluster.local: port: 3000 logging: - # file: /var/log/aerospike-proximus/aerospike-proximus.log + # file: /var/log/aerospike-vector-search/aerospike-vector-search.log enable-console-logging: false format: simple max-history: 30 diff --git a/aerospike-vector-search/examples/gke/README.md b/aerospike-vector-search/examples/gke/README.md index a735680..8b90cb7 100644 --- a/aerospike-vector-search/examples/gke/README.md +++ b/aerospike-vector-search/examples/gke/README.md @@ -1,11 +1,11 @@ -# Aerospike Proximus GKE example +# Aerospike Aerospike Vector Search GKE example ## Prerequisites - GKE cluster - Helm v3 - An Aerospike cluster that can connect to Pods in the Kubernetes cluster The Aerospike cluster can be deployed in the same Kubernetes cluster using [Aerospike Kubernetes Operator](https://docs.aerospike.com/cloud/kubernetes/operator) -- Aerospike Proximus [Helm chart](../../README.md#configuration) +- Aerospike Vector Search [Helm chart](../../README.md#configuration) ## Adding the helm chart repository @@ -15,7 +15,7 @@ Add the `aerospike` helm repository if not already done helm repo add aerospike https://aerospike.github.io/helm-charts ``` -## Deploy Proximus Cluster. +## Deploy Aerospike Vector Search Cluster. All subsequent commands are run from this directory. @@ -43,11 +43,11 @@ kubectl create namespace aerospike ### GKE LoadBalancer configuration In this example we configure internal facing L4 LoadBalancer for more details please refer to GCP [documentation](https://cloud.google.com/kubernetes-engine/docs/concepts/service-load-balancer). -### Deploy Proximus. -Update the [avs-gke-values.yaml](avs-gke-values.yaml) file to change Proximus configuration. +### Deploy Aerospike Vector Search. +Update the [avs-gke-values.yaml](avs-gke-values.yaml) file to change Aerospike Vector Search configuration. -Deploy the Proximus cluster using configuration from [avs-gke-values.yaml](avs-gke-values.yaml) +Deploy the Aerospike Vector Search cluster using configuration from [avs-gke-values.yaml](avs-gke-values.yaml) ```shell -helm install --namespace aerospike as-proximus-gke -f avs-gke-values.yaml ../../../aerospike-proximus +helm install --namespace aerospike avs-eks -f avs-gke-values.yaml ../../../aerospike-vector-search ``` diff --git a/aerospike-vector-search/examples/gke/avs-gke-values.yaml b/aerospike-vector-search/examples/gke/avs-gke-values.yaml index 4463cd1..8f8fad6 100644 --- a/aerospike-vector-search/examples/gke/avs-gke-values.yaml +++ b/aerospike-vector-search/examples/gke/avs-gke-values.yaml @@ -2,7 +2,7 @@ replicaCount: 3 aerospikeVectorSearchConfig: cluster: cluster-name: "avs-db-1" - feature-key-file: "/etc/aerospike-proximus/features.conf" + feature-key-file: "/etc/aerospike-vector-search/features.conf" service: ports: 5000: @@ -22,12 +22,11 @@ aerospikeVectorSearchConfig: addresses: 0.0.0.0 aerospike: - metadata-namespace: "avs-meta" seeds: - aerospike-cluster-0-0.aerospike-cluster.aerospike.svc.cluster.local: port: 3000 logging: - # file: /var/log/aerospike-proximus/aerospike-proximus.log + # file: /var/log/aerospike-vector-search/aerospike-vector-search.log enable-console-logging: false format: simple max-history: 30 diff --git a/aerospike-vector-search/examples/kind/README.md b/aerospike-vector-search/examples/kind/README.md index e79bdb5..4c7445c 100644 --- a/aerospike-vector-search/examples/kind/README.md +++ b/aerospike-vector-search/examples/kind/README.md @@ -1,23 +1,23 @@ -# Aerospike Proximus Quote Search example +# Aerospike Vector Search Quote Search example -This example deploys Aerospike Proximus cluster along with an Aerospike cluster and runs `quote-search` example app. +This example deploys Aerospike Vector Search cluster along with an Aerospike cluster and runs `quote-search` example app. ## Prerequisites - Kubernetes cluster - Helm v3 - An Aerospike cluster that can connect to Pods in the Kubernetes cluster The Aerospike cluster can be deployed in the same Kubernetes cluster using [Aerospike Kubernetes Operator](https://docs.aerospike.com/cloud/kubernetes/operator) -- Aerospike Proximus [Helm chart](../../README.md#configuration) +- Aerospike Vector Search [Helm chart](../../README.md#configuration) ## Clone this repository. - A clone of this git repository -## Deploy Proximus Cluster. +## Deploy Aerospike Vector Search Cluster. All subsequent commands are run from this directory. ### Install and Configure Load-Balancer -Proximus cluster can be reach outside of Kubernetes cluster using a Load-Balancer in this example we're using Metallb but it could be any L4 Load-Balancer of your choice. +Aerospike Vector Search cluster can be reach outside of Kubernetes cluster using a Load-Balancer in this example we're using Metallb but it could be any L4 Load-Balancer of your choice. #### Deploy MetalLB ```shell kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.14.4/config/manifests/metallb-native.yaml @@ -65,21 +65,21 @@ Create a Kubernetes namespace if not already done kubectl create namespace aerospike ``` -### Deploy Proximus. -Update the [quote-search-values.yaml](quote-search-values.yaml) file to change Proximus configuration. +### Deploy Aerospike Vector Search. +Update the [quote-search-values.yaml](quote-search-values.yaml) file to change Aerospike Vector Search configuration. -Deploy the Proximus cluster using configuration from [quote-search-values.yaml](quote-search-values.yaml) +Deploy the Aerospike Vector Search cluster using configuration from [quote-search-values.yaml](quote-search-values.yaml) ```shell -helm install --namespace aerospike as-quote-search -f quote-search-values.yaml ../../../aerospike-proximus +helm install --namespace aerospike as-quote-search -f quote-search-values.yaml ../../../aerospike-vector-search ``` ### Deploy `quote-search` app #### Build Docker Image -Follow this [manual](https://github.com/aerospike/proximus-examples/blob/main/quote-semantic-search/README.md#1-build-the-image) to build `qoute-search` app. +Follow this [manual](https://github.com/aerospike/aerospike-vector-search-examples/blob/main/quote-semantic-search/README.md#1-build-the-image) to build `qoute-search` app. #### Download sample data set ```shell mkdir -p ./data -curl -L -o ./data/quotes.csv.tgz https://github.com/aerospike/proximus-examples/raw/main/quote-semantic-search/container-volumes/quote-search/data/quotes.csv.tgz +curl -L -o ./data/quotes.csv.tgz https://github.com/aerospike/aerospike-vector-search-examples/raw/main/quote-semantic-search/container-volumes/quote-search/data/quotes.csv.tgz ``` #### Run tha app ```shell @@ -87,11 +87,11 @@ docker run -d \ --name "quote-search" \ -v "./data:/container-volumes/quote-search/data" \ --network "kind" -p "8080:8080" \ --e "PROXIMUS_HOST=$(kubectl -n aerospike get svc/as-quote-search-aerospike-proximus-lb -o=jsonpath='{.status.loadBalancer.ingress[0].ip}')" \ --e "PROXIMUS_PORT=80" \ +-e "AVS_HOST=$(kubectl -n aerospike get svc/as-quote-search-aerospike-vector-search-lb -o=jsonpath='{.status.loadBalancer.ingress[0].ip}')" \ +-e "AVS_PORT=80" \ -e "APP_NUM_QUOTES=5000" \ -e "GRPC_DNS_RESOLVER=native" \ --e "PROXIMUS_IS_LOADBALANCER=True" quote-search +-e "AVS_IS_LOADBALANCER=True" quote-search ``` ## Cleanup ### Stop `quote-search` app @@ -99,7 +99,7 @@ docker run -d \ docker stop quote-search docker rm quote-search ``` -### Uninstall Proximus cluster +### Uninstall Aerospike Vector Search cluster ```shell helm delete as-quote-search --namespace aerospike ``` diff --git a/aerospike-vector-search/examples/kind/avs-kind-values.yaml b/aerospike-vector-search/examples/kind/avs-kind-values.yaml index 520bdb1..f3046cc 100644 --- a/aerospike-vector-search/examples/kind/avs-kind-values.yaml +++ b/aerospike-vector-search/examples/kind/avs-kind-values.yaml @@ -1,7 +1,7 @@ aerospikeVectorSearchConfig: cluster: cluster-name: "avs-db-1" - feature-key-file: "/etc/aerospike-proximus/features.conf" + feature-key-file: "/etc/aerospike-vector-search/features.conf" service: ports: 5000: @@ -16,12 +16,11 @@ aerospikeVectorSearchConfig: addresses: "0.0.0.0" aerospike: - metadata-namespace: "avs-meta" seeds: - aerospike-cluster-0-0.aerospike-cluster.aerospike.svc.cluster.local: port: 3000 logging: - # file: /var/log/aerospike-proximus/aerospike-proximus.log + # file: /var/log/aerospike-vector-search/aerospike-vector-search.log enable-console-logging: false format: simple max-history: 30 diff --git a/aerospike-vector-search/templates/configmap.yaml b/aerospike-vector-search/templates/configmap.yaml index 63266dc..7910740 100644 --- a/aerospike-vector-search/templates/configmap.yaml +++ b/aerospike-vector-search/templates/configmap.yaml @@ -5,5 +5,5 @@ metadata: labels: {{- include "aerospike-vector-search.labels" . | nindent 4 }} data: - aerospike-proximus.yml: |- + aerospike-vector-search.yml: |- {{- .Values.aerospikeVectorSearchConfig | toYaml | nindent 4 }} diff --git a/aerospike-vector-search/templates/statefulset.yaml b/aerospike-vector-search/templates/statefulset.yaml index c5fd46f..3d56ab6 100644 --- a/aerospike-vector-search/templates/statefulset.yaml +++ b/aerospike-vector-search/templates/statefulset.yaml @@ -63,8 +63,8 @@ spec: {{- end }} volumeMounts: - name: aerospike-vector-search-configmap - mountPath: /etc/aerospike-proximus/aerospike-proximus.yml - subPath: aerospike-proximus.yml + mountPath: /etc/aerospike-vector-search/aerospike-vector-search.yml + subPath: aerospike-vector-search.yml readOnly: true - name: aerospike-secret mountPath: {{ index .Values.aerospikeVectorSearchConfig "feature-key-file" }} diff --git a/aerospike-vector-search/values.yaml b/aerospike-vector-search/values.yaml index 99dce48..b545c24 100644 --- a/aerospike-vector-search/values.yaml +++ b/aerospike-vector-search/values.yaml @@ -5,10 +5,10 @@ replicaCount: 1 image: - repository: "aerospike/aerospike-proximus" + repository: "aerospike/aerospike-vector-search" pullPolicy: "IfNotPresent" # Overrides the image tag whose default is the chart appVersion. - tag: "0.4.0" + tag: "0.9.0" imagePullSecrets: [] nameOverride: "" @@ -56,7 +56,7 @@ aerospikeVectorSearchConfig: {} # default: # - address: 10.0.0.1 # port: 5000 -# metadata-namespace: # Optional default: proximus-meta +# metadata-namespace: # Optional default: avs-meta # graceful-shutdown-timeout: # Optional default: 20,000 milliseconds # #manage: # Optional @@ -121,7 +121,7 @@ aerospikeVectorSearchConfig: {} # ticker-interval-seconds: # Optional # timezone-name: # Optional # -#feature-key-file: "/etc/aerospike-proximus/features.conf" # Required +#feature-key-file: "/etc/aerospike-vector-search/features.conf" # Required # #indexing: # Optional # cache: # Optional diff --git a/docs/aerospike-vector-search-0.4.0.tgz b/docs/aerospike-vector-search-0.4.0.tgz new file mode 100644 index 0000000000000000000000000000000000000000..28568dd7ae8f761165d3665a016486f12c2107d6 GIT binary patch literal 15307 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⪚f2*m5w`RDBOwFD297=>&JTywV-Jh) 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 HFu?x;1~E^} literal 0 HcmV?d00001 diff --git a/docs/index.yaml b/docs/index.yaml index 09024ed..b8f8a1b 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -3,7 +3,7 @@ entries: aerospike-backup-service: - apiVersion: v2 appVersion: 1.0.0 - created: "2024-07-08T10:25:45.242245+03:00" + created: "2024-07-18T14:15:40.866089+03:00" description: A Helm chart for Kubernetes digest: ec8484396b05af2ba532c0a88b3072d4d542c4a025a879fc09781e249600e825 name: aerospike-backup-service @@ -13,7 +13,7 @@ entries: version: 1.0.0 - apiVersion: v2 appVersion: 1.0.0 - created: "2024-07-08T10:25:45.240526+03:00" + created: "2024-07-18T14:15:40.864335+03:00" description: A Helm chart for Kubernetes digest: 14cc5efd7357f65c0cf0f36be9e19a6276f9dc787ec131bbf602c725efbde3ab name: aerospike-backup-service @@ -38,7 +38,7 @@ entries: version: 2.2.0 - apiVersion: v2 appVersion: 2.0.0 - created: "2024-07-08T10:25:45.245205+03:00" + created: "2024-07-18T14:15:40.867876+03:00" description: Aerospike Graph Service digest: 00e954c2ec6fe44c90cda43476070280e9c5d8bd0a4f875984928dfb2c3cbe05 keywords: @@ -53,7 +53,7 @@ entries: aerospike-jms-inbound: - apiVersion: v2 appVersion: 3.0.0 - created: "2024-07-08T10:25:45.247392+03:00" + created: "2024-07-18T14:15:40.869975+03:00" description: A Helm chart for Aerospike Connect for JMS - Inbound digest: f664bee76244a49c19dabea859581e1d668e46f6aa2e0973c3e5ee6d8f689ba3 icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4 @@ -73,7 +73,7 @@ entries: aerospike-jms-outbound: - apiVersion: v2 appVersion: 4.1.1 - created: "2024-07-08T10:25:45.249387+03:00" + created: "2024-07-18T14:15:40.87197+03:00" description: A Helm chart for Aerospike Connect for JMS - Outbound digest: d3f9f3cdd9bc57eaa945336f5c1c28c164b1c8a2c41f97eda9806276077c0a2c icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4 @@ -93,7 +93,7 @@ entries: aerospike-kafka-outbound: - apiVersion: v2 appVersion: 5.1.2 - created: "2024-07-08T10:25:45.252798+03:00" + created: "2024-07-18T14:15:40.87579+03:00" description: A Helm chart for Aerospike Connect for Kafka - Outbound digest: c4b04092fe2c0857d26957c6b95b317c46063add104777b481cb9291c20b85ae icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4 @@ -112,7 +112,7 @@ entries: version: 1.0.1 - apiVersion: v2 appVersion: 5.0.0 - created: "2024-07-08T10:25:45.251428+03:00" + created: "2024-07-18T14:15:40.87431+03:00" description: A Helm chart for Aerospike Connect for Kafka - Outbound digest: 46b6cff86371f5cf40c64a93eacd5eea402f9c572d4144ad50f174129479de77 icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4 @@ -132,7 +132,7 @@ entries: aerospike-pulsar-outbound: - apiVersion: v2 appVersion: 3.2.1 - created: "2024-07-08T10:25:45.254027+03:00" + created: "2024-07-18T14:15:40.877177+03:00" description: A Helm chart for Aerospike Connect for Pulsar - Outbound digest: 8fdf247a0abb72026178a316419c83e1929043bf913b962a984d42f7b8cfdb6b icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4 @@ -152,7 +152,7 @@ entries: aerospike-vector-search: - apiVersion: v2 appVersion: 0.4.0 - created: "2024-07-08T10:25:45.257471+03:00" + created: "2024-07-18T14:15:40.88339+03:00" description: A Helm chart for Aerospike Vector Search digest: 7c25aa6ee63ed4fe42049cf170795bb5c3cf90fc4f5222e40c09d54a8dbf7ec1 icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4 @@ -169,7 +169,7 @@ entries: version: 0.3.0 - apiVersion: v2 appVersion: 0.4.0 - created: "2024-07-08T10:25:45.255838+03:00" + created: "2024-07-18T14:15:40.880601+03:00" description: A Helm chart for Aerospike Vector Search digest: f66c0163471586d199efa4c88ce73a45978d17071ba8e59ba6ff8fabeebf4876 icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4 @@ -184,4 +184,4 @@ entries: urls: - https://aerospike.github.io/helm-charts/aerospike-vector-search-0.1.0.tgz version: 0.1.0 -generated: "2024-07-08T10:25:45.238313+03:00" +generated: "2024-07-18T14:15:40.862265+03:00"