chore(deps): update container image seafileltd/seafile-mc to v11.0.3@2823eda by renovate (#16475)

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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot
2023-12-26 23:08:12 +01:00
committed by GitHub
parent abfedb6293
commit 2bc66a454f
3 changed files with 35 additions and 22 deletions

View File

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

View File

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

View File

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