chore(helm): update image docker.io/seafileltd/seafile-mc 12.0.10 → 12.0.11 (#33506)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/seafileltd/seafile-mc | patch | `eee85e8` -> `4ab87f4` | 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 12.0.10
|
||||
appVersion: 12.0.11
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -49,4 +49,4 @@ sources:
|
||||
- https://hub.docker.com/r/seafileltd/seafile-mc
|
||||
- https://seafile.com
|
||||
type: application
|
||||
version: 8.1.3
|
||||
version: 8.1.4
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/seafileltd/seafile-mc
|
||||
tag: 12.0.10@sha256:eee85e8d6f14c3edc7485bf6c9f099a4b01a11dd2357b04b66bde1dc2cebad33
|
||||
tag: 12.0.11@sha256:4ab87f4b7fd9a712f614386c3362049d1701161e07e0f88681fdddcc3e543680
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
@@ -21,12 +21,14 @@ workload:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
CACHE_PROVIDER: memcached
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
||||
key: plainhost
|
||||
DB_ROOT_PASSWD: "{{ .Values.mariadb.rootPassword }}"
|
||||
DB_PASSWORD: "{{ .Values.mariadb.password }}"
|
||||
SEAFILE_SERVER_LETSENCRYPT: false
|
||||
SEAFILE_SERVER_HOSTNAME: ""
|
||||
INIT_SEAFILE_ADMIN_EMAIL: me@example.com
|
||||
@@ -41,6 +43,7 @@ configmap:
|
||||
enabled: true
|
||||
data:
|
||||
env: |
|
||||
CACHE_PROVIDER= memcached
|
||||
TIME_ZONE={{ .Values.TZ }}
|
||||
JWT_PRIVATE_KEY={{ .Values.workload.main.podSpec.containers.main.env.JWT_PRIVATE_KEY }}
|
||||
SEAFILE_SERVER_PROTOCOL=http
|
||||
|
||||
Reference in New Issue
Block a user