Skip to content

Commit 59f22e7

Browse files
committed
code review
Signed-off-by: Mahmoud Gaballah <[email protected]>
1 parent 2c84432 commit 59f22e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cluster/manifests/deletions.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ post_apply:
164164
namespace: kubenurse
165165
kind: Service
166166
{{- end }}
167+
# for karpenter >=v0.33.0 webhooks and settings configmaps have been removed
168+
# https://karpenter.sh/v0.32/upgrading/v1beta1-migration/#webhook-support-deprecated-in-favor-of-cel
169+
# https://karpenter.sh/v0.32/upgrading/v1beta1-migration/#global-settings
167170
- name: karpenter-logging-config
168171
kind: ConfigMap
169172
namespace: kube-system
@@ -222,7 +225,7 @@ post_apply:
222225
kind: ClusterRoleBinding
223226
- name: karpenter
224227
kind: ClusterRole
225-
- name : karpenter
228+
- name: karpenter
226229
kind: ClusterRoleBinding
227230
- name: karpenter
228231
namespace: kube-system

test/e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN chmod +x /usr/bin/kubectl
2626
COPY --from=builder /go/bin/ginkgo /usr/local/bin/ginkgo
2727

2828
# copy CLM
29-
COPY --from=container-registry-test.zalando.net/teapot/cluster-lifecycle-manager:pr-744-5 /clm /usr/bin/clm
29+
COPY --from=container-registry.zalando.net/teapot/cluster-lifecycle-manager:latest /clm /usr/bin/clm
3030
COPY --from=container-registry.zalando.net/teapot/aws-account-creator:latest /aws-account-creator /usr/bin/aws-account-creator
3131

3232
ADD . /workdir

0 commit comments

Comments
 (0)