From 9780a92633ecb92d5768a270fb8b695d70e9deae Mon Sep 17 00:00:00 2001 From: Wajih Yassine <54372074+wajihyassine@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:29:16 -0700 Subject: [PATCH] Fix Timesketch reference to Yeti service and lock Yeti arangodb version (#137) * Fix Yeti service reference and lock arangodb version * Update README.md with readme-generator-for-helm Signed-off-by: wajihyassine * bump Yeti chart --------- Signed-off-by: wajihyassine Co-authored-by: wajihyassine --- charts/timesketch/Chart.yaml | 2 +- charts/timesketch/templates/init-configmap.yaml | 2 +- charts/yeti/Chart.yaml | 2 +- charts/yeti/README.md | 2 +- charts/yeti/values.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/timesketch/Chart.yaml b/charts/timesketch/Chart.yaml index 36b907f1..2b1e2be7 100644 --- a/charts/timesketch/Chart.yaml +++ b/charts/timesketch/Chart.yaml @@ -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 diff --git a/charts/timesketch/templates/init-configmap.yaml b/charts/timesketch/templates/init-configmap.yaml index 7aabd1db..45e24c30 100644 --- a/charts/timesketch/templates/init-configmap.yaml +++ b/charts/timesketch/templates/init-configmap.yaml @@ -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 }} \ No newline at end of file diff --git a/charts/yeti/Chart.yaml b/charts/yeti/Chart.yaml index d8f401a5..a565bf48 100644 --- a/charts/yeti/Chart.yaml +++ b/charts/yeti/Chart.yaml @@ -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 diff --git a/charts/yeti/README.md b/charts/yeti/README.md index 5f01c707..d925b5f0 100644 --- a/charts/yeti/README.md +++ b/charts/yeti/README.md @@ -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` | diff --git a/charts/yeti/values.yaml b/charts/yeti/values.yaml index f9f0ded7..7a401c9b 100644 --- a/charts/yeti/values.yaml +++ b/charts/yeti/values.yaml @@ -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.