From aca510d7f68af3d16d5d6ae232734e17cdb0a62f Mon Sep 17 00:00:00 2001 From: pehlicd <65170388+pehlicd@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:29:53 +0100 Subject: [PATCH] feat: release 0.0.3 --- charts/keep/Chart.yaml | 2 +- charts/keep/README.md | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/charts/keep/Chart.yaml b/charts/keep/Chart.yaml index b5feff5..bcefcd1 100644 --- a/charts/keep/Chart.yaml +++ b/charts/keep/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: keep -version: 0.0.2 +version: 0.0.3 description: Keep Helm Chart type: application icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75 diff --git a/charts/keep/README.md b/charts/keep/README.md index 3d686a3..0191b21 100644 --- a/charts/keep/README.md +++ b/charts/keep/README.md @@ -1,6 +1,6 @@ # keep -![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square) +![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square) Keep Helm Chart @@ -72,6 +72,7 @@ Keep Helm Chart | backend.service.port | int | `8080` | | | backend.service.type | string | `"ClusterIP"` | | | backend.tolerations | list | `[]` | | +| backend.waitForDatabase | bool | `true` | | | database.affinity | object | `{}` | | | database.autoscaling.enabled | bool | `false` | | | database.enabled | bool | `true` | | @@ -125,7 +126,7 @@ Keep Helm Chart | frontend.env[8].name | string | `"HOSTNAME"` | | | frontend.env[8].value | string | `"0.0.0.0"` | | | frontend.env[9].name | string | `"PUSHER_HOST"` | | -| frontend.env[9].value | string | `"localhost"` | | +| frontend.env[9].value | string | `"keep-websocket.default.svc.cluster.local"` | | | frontend.image.pullPolicy | string | `"Always"` | | | frontend.image.repository | string | `"us-central1-docker.pkg.dev/keephq/keep/keep-ui"` | | | frontend.image.tag | string | `"latest"` | | @@ -178,13 +179,6 @@ Keep Helm Chart | websocket.image.repository | string | `"quay.io/soketi/soketi:1.4-16-debian"` | | | websocket.image.tag | string | `"latest"` | | | websocket.imagePullSecrets | list | `[]` | | -| websocket.ingress.annotations | object | `{}` | | -| websocket.ingress.className | string | `""` | | -| websocket.ingress.enabled | bool | `false` | | -| websocket.ingress.hosts[0].host | string | `"chart-example.local"` | | -| websocket.ingress.hosts[0].paths[0].path | string | `"/"` | | -| websocket.ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | -| websocket.ingress.tls | list | `[]` | | | websocket.nodeSelector | object | `{}` | | | websocket.podAnnotations | object | `{}` | | | websocket.podSecurityContext | object | `{}` | |