fix(element-call): update dependencies

This commit is contained in:
WrenIX 2025-04-10 19:07:33 +02:00
parent 6a9a0659e5
commit 89bc3aefac
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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) |

View file

@ -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