From 9e02fb55a6bc06c45ca3e79daec599ca4d00e3cd Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 11 Sep 2021 14:55:26 +0200 Subject: [PATCH] try standardising nextcloud reference --- charts/stable/nextcloud/SCALE/ix_values.yaml | 2 +- charts/stable/nextcloud/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/nextcloud/SCALE/ix_values.yaml b/charts/stable/nextcloud/SCALE/ix_values.yaml index 44d10ac14a4..06f38fe33e0 100644 --- a/charts/stable/nextcloud/SCALE/ix_values.yaml +++ b/charts/stable/nextcloud/SCALE/ix_values.yaml @@ -5,7 +5,7 @@ ## image: - repository: nextcloud + repository: docker.io/nextcloud pullPolicy: IfNotPresent tag: 22.1.1@sha256:99d94124b2024c9f7f38dc12144a92bc0d68d110bcfd374169ebb7e8df0adf8e diff --git a/charts/stable/nextcloud/values.yaml b/charts/stable/nextcloud/values.yaml index c9a07123582..ecae3149a01 100644 --- a/charts/stable/nextcloud/values.yaml +++ b/charts/stable/nextcloud/values.yaml @@ -3,7 +3,7 @@ image: repository: docker.io/nextcloud pullPolicy: IfNotPresent - tag: 22.1.1@sha256:42 + tag: 22.1.1@sha256:99d94124b2024c9f7f38dc12144a92bc0d68d110bcfd374169ebb7e8df0adf8e podSecurityContext: runAsUser: 0