diff --git a/argocd/helm-kustomize-cmp/deploy.sh b/argocd/helm-kustomize-cmp/deploy.sh old mode 100644 new mode 100755 diff --git a/argocd/manifest-cmp/deploy.sh b/argocd/manifest-cmp/deploy.sh old mode 100644 new mode 100755 index a2b3be53..b0c97e9d --- a/argocd/manifest-cmp/deploy.sh +++ b/argocd/manifest-cmp/deploy.sh @@ -1,6 +1,6 @@ #!/bin/sh -img=registry.gitlab.com/oceanbox/manifests/manifests-cmp +img=registry.gitlab.com/oceanbox/manifests/manifest-cmp tag=${1:-latest} docker build -t $img:$tag .