fix: update argo helm plugin setup

This commit is contained in:
Jonas Juselius
2024-05-30 10:55:07 +02:00
parent 17aeae836f
commit 9c489ab651
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
img=registry.gitlab.com/oceanbox/gitops-manifests/kustomize-helm-with-rewrite
img=registry.gitlab.com/oceanbox/manifests/kustomize-helm-with-rewrite
tag=${1:-latest}
docker build -t $img:$tag .