Skip to content

Commit

Permalink
Update kindest/node Docker tag to v1.29.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent da26292 commit 48d2083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
k8s-version:
- v1.27.13 # renovate: kindest/node
- v1.28.9 # renovate: kindest/node
- v1.29.4 # renovate: kindest/node
- v1.29.8 # renovate: kindest/node
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ apiVersion: ctlptl.dev/v1alpha1
kind: Cluster
name: kind-website-operator-dev
product: kind
kubernetesVersion: v1.29.4 # renovate: kindest/node
kubernetesVersion: v1.29.8 # renovate: kindest/node
registry: ctlptl-registry
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KUBERNETES_VERSION := v1.29.4 # renovate: kindest/node
KUBERNETES_VERSION := v1.29.8 # renovate: kindest/node
REGISTRY := ghcr.io/zoetrope/
KIND_CLUSTER_NAME=website-e2e

Expand Down

0 comments on commit 48d2083

Please sign in to comment.