From 2bc66a454fcb86b3a67ad3dac2f2e2db238a1556 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 26 Dec 2023 23:08:12 +0100 Subject: [PATCH] chore(deps): update container image seafileltd/seafile-mc to v11.0.3@2823eda by renovate (#16475) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | seafileltd/seafile-mc | patch | `11.0.2` -> `11.0.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/seafile/Chart.yaml | 40 ++++++++++---------- charts/stable/seafile/ci/ingress-values.yaml | 13 +++++++ charts/stable/seafile/values.yaml | 4 +- 3 files changed, 35 insertions(+), 22 deletions(-) diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index 76b941d996d..0f3312c889a 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -1,25 +1,25 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: seafile -version: 4.0.1 -appVersion: 11.0.2 +version: 4.0.2 +appVersion: 11.0.3 description: Reliable and Performant File Sync and Share Solution home: https://truecharts.org/charts/stable/seafile icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png deprecated: false sources: - - https://seafile.com - - https://github.com/truecharts/charts/tree/master/charts/stable/seafile - - https://hub.docker.com/r/seafileltd/seafile-mc + - https://github.com/truecharts/charts/tree/master/charts/stable/seafile + - https://hub.docker.com/r/seafileltd/seafile-mc + - https://seafile.com maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - seafile - - files - - cloud - - file-storage + - seafile + - files + - cloud + - file-storage dependencies: - name: common version: 17.1.4 @@ -36,11 +36,11 @@ dependencies: tags: [] import-values: [] annotations: - max_scale_version: 23.10.2 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: file-storage - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: file-storage + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable type: application diff --git a/charts/stable/seafile/ci/ingress-values.yaml b/charts/stable/seafile/ci/ingress-values.yaml index 59972584b5b..230faa964f2 100644 --- a/charts/stable/seafile/ci/ingress-values.yaml +++ b/charts/stable/seafile/ci/ingress-values.yaml @@ -1,3 +1,16 @@ +workload: + main: + podSpec: + containers: + main: + env: + SEAFILE_SERVER_HOSTNAME: seafile.example.com + ingress: main: enabled: true + hosts: + - host: seafile.example.com + paths: + - path: / + pathType: Prefix diff --git a/charts/stable/seafile/values.yaml b/charts/stable/seafile/values.yaml index b24d6dabc6a..e51dbfb5054 100644 --- a/charts/stable/seafile/values.yaml +++ b/charts/stable/seafile/values.yaml @@ -1,6 +1,6 @@ image: repository: seafileltd/seafile-mc - tag: 11.0.2@sha256:c4637b24b87f29dabb886e41f5a7563ae289091168578e85d20a7c4026a263c3 + tag: 11.0.3@sha256:2823eda58bd83b83a21aa874409768b6d6ed57f899f715fcf58edb8d6e6cad2f pullPolicy: IfNotPresent service: main: @@ -32,7 +32,7 @@ workload: name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}' key: mariadb-root-password SEAFILE_SERVER_LETSENCRYPT: false - SEAFILE_SERVER_HOSTNAME: "{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}" + SEAFILE_SERVER_HOSTNAME: "" SEAFILE_ADMIN_EMAIL: me@example.com SEAFILE_ADMIN_PASSWORD: a_very_secret_password FORCE_HTTPS_IN_CONF: false