diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml index 5ac0ee16aff..4b7ae20f245 100644 --- a/charts/stable/seafile/Chart.yaml +++ b/charts/stable/seafile/Chart.yaml @@ -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 diff --git a/charts/stable/seafile/values.yaml b/charts/stable/seafile/values.yaml index 5894a3aa4ca..f4630d447fd 100644 --- a/charts/stable/seafile/values.yaml +++ b/charts/stable/seafile/values.yaml @@ -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