Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions prow/jobs/images/Dockerfile.integration-test
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ RUN echo "Ensuring Legacy Iptables ..." \
&& update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true \
&& update-alternatives --set arptables /usr/sbin/arptables-legacy || true

RUN echo "Installing Kind v0.19.0..." \
&& go install "sigs.k8s.io/kind@v0.19.0" \
RUN echo "Installing Kind v0.30.0..." \
&& go install "sigs.k8s.io/kind@v0.30.0" \
&& mv $GOPATH/bin/kind /usr/bin/kind

COPY wrapper.sh /usr/bin/wrapper.sh
Expand Down
2 changes: 1 addition & 1 deletion prow/jobs/images_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ images:
deploy: prow-deploy-0.0.35
docs: prow-docs-0.0.29
deploy-docs: prow-deploy-docs-0.0.4
integration-test: prow-integration-0.0.45
integration-test: prow-integration-0.0.46
olm-bundle-pr: prow-olm-bundle-pr-0.0.25
olm-test: prow-olm-test-0.0.24
scan-controllers-cve: prow-scan-controllers-cve-0.0.18
Expand Down
4 changes: 2 additions & 2 deletions prow/jobs/test_config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cluster:
create: true
k8s_version: 1.28.0
k8s_version: 1.34.0

aws:
region: us-west-2
token_file: /var/run/secrets/eks.amazonaws.com/serviceaccount/token

debug:
enabled: true
dump_controller_logs: true
dump_controller_logs: true