Skip to content

Commit

Permalink
fix script domain
Browse files Browse the repository at this point in the history
  • Loading branch information
RonShvarz committed Dec 29, 2024
1 parent e7b0195 commit d52637e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/getHkubeVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ fi
BASE_DIR=${BASE_DIR:-$HOME/install/dockers}
if [ -z $DEV_VERSION ]; then
HKUBE_CHART_REPO="hkube/hkube"
helm repo add hkube https://hkube.io/helm
helm repo add hkube https://hkube.org/helm
else
HKUBE_CHART_REPO="hkube-dev/hkube"
helm repo add hkube-dev https://hkube.io/helm/dev
helm repo add hkube-dev https://hkube.org/helm/dev
fi
helm repo update
CHART_INFO=$(helm search repo hkube|grep "${HKUBE_CHART_REPO}")
Expand Down

0 comments on commit d52637e

Please sign in to comment.