Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Integration Tests

- name: Install Kind
uses: helm/kind-action@deab45fc8df9de5090a604e8ec11778eea7170bd
uses: helm/kind-action@v1.4.0
with:
install_only: true
if: ${{ github.base_ref == 'main' }}
Expand Down
1 change: 1 addition & 0 deletions cluster/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f
kubeadmConfigPatches:
- |
kind: InitConfiguration
Expand Down