diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml index 8f01371ac4c..42669fa32ad 100644 --- a/charts/stable/authentik/Chart.yaml +++ b/charts/stable/authentik/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: authentik -version: 15.0.27 +version: 16.0.0 appVersion: 2023.10.4 description: Authentik is an open-source Identity Provider focused on flexibility and versatility. home: https://truecharts.org/charts/stable/authentik @@ -19,20 +19,20 @@ maintainers: keywords: - authentik dependencies: - - name: common - version: 14.5.0 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 8.0.47 - repository: https://deps.truecharts.org - condition: redis.enabled - alias: "" - tags: [] - import-values: [] + - name: common + version: 16.2.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 8.0.47 + repository: https://deps.truecharts.org + condition: redis.enabled + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.2 min_scale_version: 23.10.0 diff --git a/charts/stable/authentik/templates/_config.tpl b/charts/stable/authentik/templates/_config.tpl index 3f4299fd1f4..c46407c309c 100644 --- a/charts/stable/authentik/templates/_config.tpl +++ b/charts/stable/authentik/templates/_config.tpl @@ -3,7 +3,7 @@ {{- $fullname := include "tc.v1.common.lib.chart.names.fullname" $ -}} {{- $serverHost := printf "https://%v:%v" $fullname .Values.service.main.ports.main.port -}} - {{- $host := .Values.chartContext.APPURL }} + {{- $host := .Values.chartContext.appUrl }} server: enabled: true data: diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 7a3d31da7f6..5a77ddc3df3 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: jellyfin -version: 15.1.4 +version: 16.0.0 appVersion: 10.8.13 description: Jellyfin is a Free Software Media System home: https://truecharts.org/charts/stable/jellyfin @@ -20,13 +20,13 @@ keywords: - plex - emby dependencies: - - name: common - version: 14.5.0 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] + - name: common + version: 16.2.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.2 min_scale_version: 23.10.0 diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index d1954a8f425..dc61257f1c3 100644 --- a/charts/stable/jellyfin/values.yaml +++ b/charts/stable/jellyfin/values.yaml @@ -44,7 +44,7 @@ workload: containers: main: env: - JELLYFIN_PublishedServerUrl: "{{ $.Values.chartContext.APPURL }}" + JELLYFIN_PublishedServerUrl: "{{ $.Values.chartContext.appUrl }}" broadcastproxy: enabled: false type: DaemonSet diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index 9b185e74220..37765202867 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -1,9 +1,11 @@ kubeVersion: '>=1.24.0-0' apiVersion: v2 name: nextcloud -version: 23.0.2 -appVersion: 28.0.0@sha256:a765a49bafef4e3e6c1f874c5ee1c4d2ce39b2bd6793b9a2e044ed75645bbc1a -description: A private cloud server that puts the control and security of your own data back into your hands. +version: 24.0.0 +appVersion: 27.1.4 +description: + A private cloud server that puts the control and security of your own + data back into your hands. home: https://truecharts.org/charts/stable/nextcloud icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.png deprecated: false @@ -23,20 +25,20 @@ keywords: - web - php dependencies: - - name: common - version: 14.5.0 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 6.0.66 - repository: https://deps.truecharts.org - condition: redis.enabled - alias: "" - tags: [] - import-values: [] + - name: common + version: 16.2.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 6.0.66 + repository: https://deps.truecharts.org + condition: redis.enabled + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.2 min_scale_version: 23.10.0 diff --git a/charts/stable/nextcloud/templates/_configmap.tpl b/charts/stable/nextcloud/templates/_configmap.tpl index f360df585d4..50cac7f16f6 100644 --- a/charts/stable/nextcloud/templates/_configmap.tpl +++ b/charts/stable/nextcloud/templates/_configmap.tpl @@ -1,5 +1,5 @@ {{- define "nextcloud.accessurl" -}} - {{- $accessUrl := .Values.chartContext.APPURL -}} + {{- $accessUrl := .Values.chartContext.appUrl -}} {{- if or (contains "127.0.0.1" $accessUrl) (contains "localhost" $accessUrl) -}} {{- if .Values.nextcloud.general.accessIP -}} {{- $prot := "http" -}}