From bcf05052e14201306edb25747dc81511409739c8 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 23 Sep 2021 17:32:50 +0200 Subject: [PATCH] Remove unnecessary repo override from wekan values --- flux2/apps/wekan/wekan-values-configmap.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/flux2/apps/wekan/wekan-values-configmap.yaml b/flux2/apps/wekan/wekan-values-configmap.yaml index e3b13f3f4..ee8630ad7 100644 --- a/flux2/apps/wekan/wekan-values-configmap.yaml +++ b/flux2/apps/wekan/wekan-values-configmap.yaml @@ -6,12 +6,6 @@ metadata: data: values.yaml: | # https://github.com/wekan/wekan/blob/master/helm/wekan/values.yaml - image: - # https://hub.docker.com/r/wekanteam/wekan - repository: quay.io/wekan/wekan - # https://quay.io/repository/wekan/wekan?tab=tags - # We do not set the tag explicitly here, instead we follow the chart's default. - # tag: # Default env vars in container image: https://github.com/wekan/wekan/blob/master/Dockerfile # Env vars explained: https://github.com/wekan/wekan/blob/master/docker-compose.yml env: -- GitLab