Skip to content

Commit

Permalink
Add option for initContainers and volumes in Graph chart (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbench authored Sep 9, 2024
1 parent 5575626 commit 703aff9
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 22 deletions.
2 changes: 1 addition & 1 deletion aerospike-graph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "2.5.0"
version: "2.6.0"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
20 changes: 20 additions & 0 deletions aerospike-graph/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,26 @@ spec:
periodSeconds: 5
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.volumeMounts }}
volumeMounts:
{{- range .Values.volumeMounts }}
- name: {{ .name }}
mountPath: {{ .mountPath }}
readOnly: {{ .readOnly | default true }}
{{- end }}
{{- end }}
{{- if .Values.initContainers }}
initContainers:
{{- with .Values.initContainers }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- if .Values.volumes }}
volumes:
{{- with .Values.volumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down
12 changes: 12 additions & 0 deletions aerospike-graph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,18 @@ resources: {}
# cpu: 100m
# memory: 128Mi

initContainers: []

volumes: []
# - name: example_volume
# secret:
# secretName: example_secret

volumeMounts: []
# - name: example_volume_mount
# mountPath: "/path/to/example"
# readOnly: true

autoscaling:
enabled: false
minReplicas: 2
Expand Down
Binary file added docs/aerospike-graph-2.6.0.tgz
Binary file not shown.
56 changes: 35 additions & 21 deletions docs/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ entries:
aerospike-backup-service:
- apiVersion: v2
appVersion: 2.0.0
created: "2024-09-09T10:35:44.441579+03:00"
created: "2024-09-09T13:21:53.537555-07:00"
description: A Helm chart for Kubernetes
digest: 6e048ad95a4eed3bcc16017716ced0a9903f229980c02ce286e911b8292cd09a
name: aerospike-backup-service
Expand All @@ -13,7 +13,7 @@ entries:
version: 2.0.0
- apiVersion: v2
appVersion: 1.0.0
created: "2024-09-09T10:35:44.438535+03:00"
created: "2024-09-09T13:21:53.536941-07:00"
description: A Helm chart for Kubernetes
digest: ec8484396b05af2ba532c0a88b3072d4d542c4a025a879fc09781e249600e825
name: aerospike-backup-service
Expand All @@ -23,7 +23,7 @@ entries:
version: 1.0.0
- apiVersion: v2
appVersion: 1.0.0
created: "2024-09-09T10:35:44.436323+03:00"
created: "2024-09-09T13:21:53.536338-07:00"
description: A Helm chart for Kubernetes
digest: 14cc5efd7357f65c0cf0f36be9e19a6276f9dc787ec131bbf602c725efbde3ab
name: aerospike-backup-service
Expand All @@ -34,7 +34,21 @@ entries:
aerospike-graph:
- apiVersion: v2
appVersion: 2.2.0
created: "2024-09-09T10:35:44.450927+03:00"
created: "2024-09-09T13:21:53.540453-07:00"
description: Aerospike Graph Service
digest: e2576f970677fa7456592682a2ecd1287b12939f3dc52baed8ba82e556750795
keywords:
- graph
- database
- aerospike
name: aerospike-graph
type: application
urls:
- https://aerospike.github.io/helm-charts/aerospike-graph-2.6.0.tgz
version: 2.6.0
- apiVersion: v2
appVersion: 2.2.0
created: "2024-09-09T13:21:53.540189-07:00"
description: Aerospike Graph Service
digest: c3cfd61a798faa7fc84cf688f5a224b84c549960a8ed5ac423ad77507bc046c4
keywords:
Expand All @@ -48,7 +62,7 @@ entries:
version: 2.5.0
- apiVersion: v2
appVersion: 2.2.0
created: "2024-09-09T10:35:44.449137+03:00"
created: "2024-09-09T13:21:53.539746-07:00"
description: Aerospike Graph Service
digest: ef8c5695f1058d02586ce4d7c1a3caf57f400d3d932bb394b761a2f5106d0083
keywords:
Expand All @@ -62,7 +76,7 @@ entries:
version: 2.4.0
- apiVersion: v2
appVersion: 2.2.0
created: "2024-09-09T10:35:44.447427+03:00"
created: "2024-09-09T13:21:53.539266-07:00"
description: Aerospike Graph Service
digest: 9ef160e769962669f1c5c5061102d14f46b844e4ecbe3dfac656a9fbdcb3c8e8
keywords:
Expand All @@ -76,7 +90,7 @@ entries:
version: 2.3.0
- apiVersion: v2
appVersion: 2.2.0
created: "2024-09-09T10:35:44.44578+03:00"
created: "2024-09-09T13:21:53.538942-07:00"
description: Aerospike Graph Service
digest: 80e92b7a3ebcd9b02248e67f22ce7b39f884deeed360a24c9d40b48155150996
keywords:
Expand All @@ -90,7 +104,7 @@ entries:
version: 2.2.0
- apiVersion: v2
appVersion: 2.0.0
created: "2024-09-09T10:35:44.443748+03:00"
created: "2024-09-09T13:21:53.537967-07:00"
description: Aerospike Graph Service
digest: 00e954c2ec6fe44c90cda43476070280e9c5d8bd0a4f875984928dfb2c3cbe05
keywords:
Expand All @@ -105,7 +119,7 @@ entries:
aerospike-jms-inbound:
- apiVersion: v2
appVersion: 3.0.0
created: "2024-09-09T10:35:44.453463+03:00"
created: "2024-09-09T13:21:53.541268-07:00"
description: A Helm chart for Aerospike Connect for JMS - Inbound
digest: f664bee76244a49c19dabea859581e1d668e46f6aa2e0973c3e5ee6d8f689ba3
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
Expand All @@ -125,7 +139,7 @@ entries:
aerospike-jms-outbound:
- apiVersion: v2
appVersion: 4.1.1
created: "2024-09-09T10:35:44.45606+03:00"
created: "2024-09-09T13:21:53.542058-07:00"
description: A Helm chart for Aerospike Connect for JMS - Outbound
digest: d3f9f3cdd9bc57eaa945336f5c1c28c164b1c8a2c41f97eda9806276077c0a2c
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
Expand All @@ -145,7 +159,7 @@ entries:
aerospike-kafka-outbound:
- apiVersion: v2
appVersion: 5.1.2
created: "2024-09-09T10:35:44.460155+03:00"
created: "2024-09-09T13:21:53.543258-07:00"
description: A Helm chart for Aerospike Connect for Kafka - Outbound
digest: c4b04092fe2c0857d26957c6b95b317c46063add104777b481cb9291c20b85ae
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
Expand All @@ -164,7 +178,7 @@ entries:
version: 1.0.1
- apiVersion: v2
appVersion: 5.0.0
created: "2024-09-09T10:35:44.45843+03:00"
created: "2024-09-09T13:21:53.542725-07:00"
description: A Helm chart for Aerospike Connect for Kafka - Outbound
digest: 46b6cff86371f5cf40c64a93eacd5eea402f9c572d4144ad50f174129479de77
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
Expand All @@ -184,7 +198,7 @@ entries:
aerospike-proxy:
- apiVersion: v2
appVersion: 1.1.2
created: "2024-09-09T10:35:44.466008+03:00"
created: "2024-09-09T13:21:53.544921-07:00"
description: Helm chart for Aerospike Proxy
digest: 73814826795a6e18830ec09d57ca444e1552516f28bff33b6012e03009865268
name: aerospike-proxy
Expand All @@ -194,7 +208,7 @@ entries:
version: 2.0.0
- apiVersion: v2
appVersion: 1.1.1
created: "2024-09-09T10:35:44.463517+03:00"
created: "2024-09-09T13:21:53.544385-07:00"
description: Helm chart for Aerospike Proxy
digest: b35fa83cfd3ab83b9defbbddaa55ab50f4875961a803e9beb20241b3ad915dc2
name: aerospike-proxy
Expand All @@ -204,7 +218,7 @@ entries:
version: 1.0.0
- apiVersion: v2
appVersion: 1.1.1
created: "2024-09-09T10:35:44.462028+03:00"
created: "2024-09-09T13:21:53.543775-07:00"
description: Helm chart for Aerospike Proxy
digest: f1b1508ac78cd5f6bd8832bef1d0993db71c21f331149b99c27d0f574015c418
name: aerospike-proxy
Expand All @@ -215,7 +229,7 @@ entries:
aerospike-pulsar-outbound:
- apiVersion: v2
appVersion: 3.2.1
created: "2024-09-09T10:35:44.467599+03:00"
created: "2024-09-09T13:21:53.545472-07:00"
description: A Helm chart for Aerospike Connect for Pulsar - Outbound
digest: 8fdf247a0abb72026178a316419c83e1929043bf913b962a984d42f7b8cfdb6b
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
Expand All @@ -235,7 +249,7 @@ entries:
aerospike-vector-search:
- apiVersion: v2
appVersion: 0.9.0
created: "2024-09-09T10:35:44.476035+03:00"
created: "2024-09-09T13:21:53.549007-07:00"
description: A Helm chart for Aerospike Vector Search
digest: 4ffe33c98c58aa7242ae1b2fc49d05fc911f2cde013f30505b5ac2e4e2335e89
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
Expand All @@ -252,7 +266,7 @@ entries:
version: 0.4.1
- apiVersion: v2
appVersion: 0.9.0
created: "2024-09-09T10:35:44.474215+03:00"
created: "2024-09-09T13:21:53.548257-07:00"
description: A Helm chart for Aerospike Vector Search
digest: b52d0d80bfb11c04b52a50bf09888a2aeb1933ad6c77e61f6bff1ab9b7d65bc0
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
Expand All @@ -269,7 +283,7 @@ entries:
version: 0.4.0
- apiVersion: v2
appVersion: 0.4.0
created: "2024-09-09T10:35:44.471923+03:00"
created: "2024-09-09T13:21:53.547001-07:00"
description: A Helm chart for Aerospike Vector Search
digest: 7c25aa6ee63ed4fe42049cf170795bb5c3cf90fc4f5222e40c09d54a8dbf7ec1
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
Expand All @@ -286,7 +300,7 @@ entries:
version: 0.3.0
- apiVersion: v2
appVersion: 0.4.0
created: "2024-09-09T10:35:44.469473+03:00"
created: "2024-09-09T13:21:53.546246-07:00"
description: A Helm chart for Aerospike Vector Search
digest: f66c0163471586d199efa4c88ce73a45978d17071ba8e59ba6ff8fabeebf4876
icon: https://avatars0.githubusercontent.com/u/2214313?s=200&v=4
Expand All @@ -301,4 +315,4 @@ entries:
urls:
- https://aerospike.github.io/helm-charts/aerospike-vector-search-0.1.0.tgz
version: 0.1.0
generated: "2024-09-09T10:35:44.433454+03:00"
generated: "2024-09-09T13:21:53.535425-07:00"

0 comments on commit 703aff9

Please sign in to comment.