diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml index bc1f707d251..408916e265d 100644 --- a/charts/stable/outline/Chart.yaml +++ b/charts/stable/outline/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.75.2 +appVersion: 0.76.1 dependencies: - name: common version: 23.0.0 @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.webp keywords: - outline - knowledge -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -41,4 +41,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://hub.docker.com/r/outlinewiki/outline type: application -version: 13.1.0 +version: 13.2.0 diff --git a/charts/stable/outline/values.yaml b/charts/stable/outline/values.yaml index c3417f79494..b3ce6fbaddf 100644 --- a/charts/stable/outline/values.yaml +++ b/charts/stable/outline/values.yaml @@ -1,7 +1,7 @@ image: repository: outlinewiki/outline pullPolicy: IfNotPresent - tag: 0.75.2@sha256:830923e3e7b4b3f2969db56a6033a03947f9a191d35b60a1fd80ed130ade5a1d + tag: 0.76.1@sha256:2e67fc8d32a1efcf7df76affe32b5545f8205bf6ce03e84a477a525bf90cb910 service: main: ports: @@ -35,6 +35,7 @@ workload: imageSelector: image type: init env: + URL: "{{ tpl .Values.workload.main.podSpec.containers.main.env.URL $ }}" DATABASE_URL: secretKeyRef: name: cnpg-main-urls