From 4ec818fc77c6cb9a33fc357b776e2ecba70ceedc Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 15 Oct 2024 22:33:45 +0200 Subject: [PATCH] chore(container): update image ghcr.io/linuxserver/bookstack to v24 by renovate (#27696) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/bookstack](https://redirect.github.com/linuxserver/docker-bookstack/packages) ([source](https://redirect.github.com/linuxserver/docker-bookstack)) | patch | `d3a8ee0` -> `8bbb645` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com> --- charts/stable/bookstack/Chart.yaml | 4 ++-- charts/stable/bookstack/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml index 1472766ba7b..b9af6741e2c 100644 --- a/charts/stable/bookstack/Chart.yaml +++ b/charts/stable/bookstack/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 24.10.20241009 +appVersion: 24.10.20241014 dependencies: - name: common version: 25.0.0 @@ -44,4 +44,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack - https://www.bookstackapp.com/ type: application -version: 15.7.0 +version: 15.7.1 diff --git a/charts/stable/bookstack/values.yaml b/charts/stable/bookstack/values.yaml index 4a34eaf5904..0041ee67280 100644 --- a/charts/stable/bookstack/values.yaml +++ b/charts/stable/bookstack/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/bookstack pullPolicy: IfNotPresent - tag: 24.10.20241009@sha256:d3a8ee014e31e490ab8888e4c5248b320e4bc49cdbd36cb766a88715705e634a + tag: 24.10.20241014@sha256:8bbb64561cc0fc311b7a9d6e02f8801535e3fa7d6764b03b53ff61caadd04fa6 securityContext: container: readOnlyRootFilesystem: false @@ -21,7 +21,7 @@ workload: containers: main: env: - DB_USER: "{{ .Values.mariadb.mariadbUsername }}" + DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}" DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}" APP_URL: "" DB_HOST: @@ -29,7 +29,7 @@ workload: expandObjectName: false name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' key: plainhost - DB_PASS: "{{ .Values.mariadb.password }}" + DB_PASSWORD: "{{ .Values.mariadb.password }}" APP_KEY: secretKeyRef: name: secrets