Skip to content
Snippets Groups Projects
Commit f66995ed authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Enable experimental helm oci

parent 9e41c74e
No related merge requests found
......@@ -12,6 +12,7 @@ deploy:
- export KUBE_NAMESPACE=teckids-code
- echo $KUBECONFIG | base64 -d > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- export HELM_EXPERIMENTAL_OCI=1
- helm upgrade --install -n teckids-code teckids-code oci://codeberg.org/forgejo-contrib/forgejo-helm
--set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG
--set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment