Skip to content

Commit

Permalink
fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Aug 8, 2024
1 parent 47aa23c commit 759929c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/release/chart-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ WHEREABOUTS_TAG=${GITHUB_TAG}

# whereabouts image:
WHEREABOUTS_REPO=${GITHUB_REPO_OWNER} # this is used to allow to release whereabouts from forks
$YQ_CMD -i ".images.repository = \"ghcr.io/${WHEREABOUTS_REPO}/whereabouts\"" ${HELM_VALUES}
$YQ_CMD -i ".images.tag = ${WHEREABOUTS_TAG}" ${HELM_VALUES}
$YQ_CMD -i ".image.repository = \"ghcr.io/${WHEREABOUTS_REPO}/whereabouts\"" ${HELM_VALUES}
$YQ_CMD -i ".image.tag = \"${WHEREABOUTS_TAG}\"" ${HELM_VALUES}

# patch Chart.yaml in-place
$YQ_CMD -i ".version = \"${WHEREABOUTS_TAG#"v"}\"" ${HELM_CHART}
Expand Down

0 comments on commit 759929c

Please sign in to comment.