From 89bc3aefac024bc1437758d5a4fd77de075caef7 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 10 Apr 2025 19:07:33 +0200 Subject: [PATCH] fix(element-call): update dependencies --- element-call/Chart.yaml | 2 +- element-call/README.md | 4 ++-- element-call/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/element-call/Chart.yaml b/element-call/Chart.yaml index aa5d201..c714783 100644 --- a/element-call/Chart.yaml +++ b/element-call/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: element-call description: Run Element-Call and his dependencies type: application -version: "0.1.12" +version: "0.1.13" # renovate: image=ghcr.io/element-hq/element-call appVersion: "0.9.0" maintainers: diff --git a/element-call/README.md b/element-call/README.md index 88c29cf..9705f41 100644 --- a/element-call/README.md +++ b/element-call/README.md @@ -7,7 +7,7 @@ description: "Run Element-Call and his dependencies" # element-call -![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square) +![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square) Run Element-Call and his dependencies @@ -52,7 +52,7 @@ helm uninstall element-call-release | service.lkJWT.image.pullPolicy | string | `"IfNotPresent"` | This sets the pull policy for images. (could be overwritten by global.image.pullPolicy) | | service.lkJWT.image.registry | string | `"ghcr.io"` | image registry (could be overwritten by global.image.registry) | | service.lkJWT.image.repository | string | `"element-hq/lk-jwt-service"` | image repository | -| service.lkJWT.image.tag | string | `"0.2.2"` | image tag | +| service.lkJWT.image.tag | string | `"0.2.3"` | image tag | | service.lkJWT.networkPolicy.egress.enabled | bool | `false` | activate egress no networkpolicy | | service.lkJWT.networkPolicy.egress.extra | list | `[]` | egress rules | | service.lkJWT.networkPolicy.ingress.http | list | `[]` | ingress for http port (e.g. ingress-controller) | diff --git a/element-call/values.yaml b/element-call/values.yaml index 71017e9..d0446e9 100644 --- a/element-call/values.yaml +++ b/element-call/values.yaml @@ -107,7 +107,7 @@ service: pullPolicy: IfNotPresent # -- image tag # @section -- livekit JWT - tag: 0.2.2 + tag: 0.2.3 config: # -- url to livekit # @section -- livekit JWT