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