From 9ebd1111ea22221da129fa1d241806106d76309b Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Fri, 10 Sep 2021 15:56:01 +0200 Subject: [PATCH] fix: repair wrong initcontainer format on nextcloud --- charts/stable/nextcloud/Chart.yaml | 2 +- charts/stable/nextcloud/SCALE/ix_values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml index cd36f1ffc67..c2b8ae4b9f8 100644 --- a/charts/stable/nextcloud/Chart.yaml +++ b/charts/stable/nextcloud/Chart.yaml @@ -33,4 +33,4 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm type: application -version: 4.0.2 +version: 4.0.3 diff --git a/charts/stable/nextcloud/SCALE/ix_values.yaml b/charts/stable/nextcloud/SCALE/ix_values.yaml index f791c144a92..7b5f52dcca7 100644 --- a/charts/stable/nextcloud/SCALE/ix_values.yaml +++ b/charts/stable/nextcloud/SCALE/ix_values.yaml @@ -42,7 +42,7 @@ envValueFrom: key: redis-password initContainers: - - name: init-postgresdb + init-postgresdb: image: postgres:13.1 command: - "sh"