Skip to content

Commit

Permalink
Fix Timesketch reference to Yeti service and lock Yeti arangodb versi…
Browse files Browse the repository at this point in the history
…on (#137)

* Fix Yeti service reference and lock arangodb version

* Update README.md with readme-generator-for-helm

Signed-off-by: wajihyassine <[email protected]>

* bump Yeti chart

---------

Signed-off-by: wajihyassine <[email protected]>
Co-authored-by: wajihyassine <[email protected]>
  • Loading branch information
wajihyassine and wajihyassine authored Apr 15, 2024
1 parent ba21629 commit 9780a92
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/timesketch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: timesketch
version: 1.0.1
version: 1.0.2
description: A Helm chart for Timesketch Kubernetes deployments.
keywords:
- timesketch
Expand Down
2 changes: 1 addition & 1 deletion charts/timesketch/templates/init-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ data:
# Yeti integration
{{- if .Values.global.yeti.enabled }}
sed -i 's#^YETI_API_KEY =.*#YETI_API_KEY = "'$YETI_API_KEY'"#' timesketch.conf
sed -i 's#^YETI_API_ROOT =.*#YETI_API_ROOT = {{ printf "http://%s-yeti-api:%.0f/api/v2" .Release.Name .Values.global.yeti.servicePort | quote }}#' timesketch.conf
sed -i 's#^YETI_API_ROOT =.*#YETI_API_ROOT = {{ printf "http://%s-yeti:%.0f/api/v2" .Release.Name .Values.global.yeti.servicePort | quote }}#' timesketch.conf
{{- end }}
2 changes: 1 addition & 1 deletion charts/yeti/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: yeti
version: 1.0.0
version: 1.0.1
description: A Helm chart for Yeti Kubernetes deployments.
keywords:
- yeti
Expand Down
2 changes: 1 addition & 1 deletion charts/yeti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ kubectl delete pvc -l release=my-release
| --------------------------------- | --------------------------------------------------------------------------- | ----------- |
| `arangodb.image.repository` | Yeti arangodb image repository | `arangodb` |
| `arangodb.image.pullPolicy` | Yeti image pull policy | `Always` |
| `arangodb.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest` |
| `arangodb.image.tag` | Overrides the image tag whose default is the chart appVersion | `3.11.8` |
| `arangodb.image.imagePullSecrets` | Specify secrets if pulling from a private repository | `[]` |
| `arangodb.service.type` | Yeti service type | `ClusterIP` |
| `arangodb.service.port` | Yeti service port | `8529` |
Expand Down
2 changes: 1 addition & 1 deletion charts/yeti/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ arangodb:
pullPolicy: Always
## @param arangodb.image.tag Overrides the image tag whose default is the chart appVersion
##
tag: latest
tag: 3.11.8
## @param arangodb.image.imagePullSecrets Specify secrets if pulling from a private repository
## ref https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
## e.g.
Expand Down

0 comments on commit 9780a92

Please sign in to comment.