Skip to content

Commit 6b03246

Browse files
authored
ci: remove image pulls of karpenter & karpenter-crd in release workflow (#8468)
1 parent c4fb150 commit 6b03246

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hack/release/common.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ pullImages() {
147147
local tag="${1}"
148148

149149
docker pull "${CACHED_REPO_ECR}"/"${CACHED_REPO_NAME}"/controller:"${tag}"
150-
helm pull oci://"${CACHED_REPO_ECR}"/"${CACHED_REPO_NAME}"/karpenter --version "${tag}"
151-
helm pull oci://"${CACHED_REPO_ECR}"/"${CACHED_REPO_NAME}"/karpenter-crd --version "${tag}"
152150
}
153151

154152
prepareWebsite() {

0 commit comments

Comments
 (0)