From 855b174eeebd143e787085a0b567616c02fdfee3 Mon Sep 17 00:00:00 2001 From: Victor Login Date: Wed, 29 Mar 2023 15:22:14 +0200 Subject: [PATCH] helm: add HELM_EXPERIMENTAL_OCI=1 to gitlab Signed-off-by: Victor Login --- ops/gitlab/templates/helm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/gitlab/templates/helm.yml b/ops/gitlab/templates/helm.yml index 1e4babfb990..579a4ba85df 100644 --- a/ops/gitlab/templates/helm.yml +++ b/ops/gitlab/templates/helm.yml @@ -3,6 +3,8 @@ image: name: alpine/helm:3.11.2 entrypoint: [""] + variables: + HELM_EXPERIMENTAL_OCI: 1 before_script: - helm plugin install https://github.com/jkroepke/helm-secrets - |