diff options
Diffstat (limited to 'hack')
| -rwxr-xr-x | hack/generate-manifests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/generate-manifests.sh b/hack/generate-manifests.sh index 27286d5..9e14e45 100755 --- a/hack/generate-manifests.sh +++ b/hack/generate-manifests.sh @@ -7,7 +7,7 @@ SRCROOT="$( CDPATH='' cd -- "$(dirname "$0")/.." && pwd -P )" KUSTOMIZE="kustomize" TEMPFILE=$(mktemp /tmp/aic-manifests.XXXXXX) -IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoproj-labs}" +IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoprojlabs}" IMAGE_TAG="${IMAGE_TAG:-}" # if the tag has not been declared, and we are on a release branch, use the VERSION file. |
