Skip to content

Commit

Permalink
ci: Fix helm diff command (#5674)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis authored Feb 16, 2024
1 parent bddd3c0 commit c73c4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/e2e/install-karpenter/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ runs:
run: |
helm diff upgrade --namespace kube-system \
karpenter oci://$ECR_ACCOUNT_ID.dkr.ecr.$ECR_REGION.amazonaws.com/karpenter/snapshot/karpenter \
--version v0-$(git rev-parse HEAD) \
--version 0-$(git rev-parse HEAD) \
--reuse-values --three-way-merge --detailed-exitcode
2 changes: 1 addition & 1 deletion hack/release/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ publishHelmChart() {
rm "${HELM_CHART_FILE_NAME}"
cd ..

cosignHelmChart "${RELEASE_REPO}" "${HELM_CHART_VERSION}"
cosignHelmChart "${RELEASE_REPO}/${CHART_NAME}" "${HELM_CHART_VERSION}"
}

cosignHelmChart() {
Expand Down

0 comments on commit c73c4d8

Please sign in to comment.