From d45fcaa52509036a18eeb65e3e2f717e492103e9 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:23:14 +0200 Subject: [PATCH] chore(nextcloud, jellyfin, authentik): APPURL -> appUrl (#15915) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/stable/authentik/Chart.yaml | 30 ++++++++-------- charts/stable/authentik/templates/_config.tpl | 2 +- charts/stable/jellyfin/Chart.yaml | 16 ++++----- charts/stable/jellyfin/values.yaml | 2 +- charts/stable/nextcloud/Chart.yaml | 36 ++++++++++--------- .../stable/nextcloud/templates/_configmap.tpl | 2 +- 6 files changed, 45 insertions(+), 43 deletions(-) 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" -}}