Skip to content

Commit

Permalink
helm: add HELM_EXPERIMENTAL_OCI=1 to gitlab
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Mar 29, 2023
1 parent 37804b8 commit 855b174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ops/gitlab/templates/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- |
Expand Down

0 comments on commit 855b174

Please sign in to comment.