Skip to content

Commit

Permalink
OPSEXP-2308 Bump KinD version and k8s to 1.27 (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Oct 5, 2023
1 parent 901105b commit a028a75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-kind/action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "Setup a KinD cluster"
description: "Spin a local Kubernetes cluster with latest ingress-nginx"
description: "Spin a local Kubernetes cluster with ingress-nginx"
inputs:
kind-node-image:
description: |
The Kind docker node image to use. Check the Kind version
release notes to check the list of suitable images:
https://github.com/kubernetes-sigs/kind/releases
required: true
default: kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315
default: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
ingress-nginx-ref:
description: |
the Nginx ingress ref to get the ingress congtroller deployment manifest from
Expand All @@ -19,7 +19,7 @@ runs:
using: "composite"
steps:
- name: Create cluster
uses: helm/kind-action@v1.5.0
uses: helm/kind-action@v1.8.0 # https://github.com/helm/kind-action/releases/tag/v1.8.0
with:
config: ${{ github.action_path }}/kind.yml
node_image: ${{ inputs.kind-node-image }}
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,7 @@ Spin up a local kubernetes cluster with nginx ingress exposing http/https ports.
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@ref
with:
# See the available refs in the kind release notes at https://github.com/kubernetes-sigs/kind/releases
# Make sure to use a node image built for the same KinD version
# kind-node-image: kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315
ingress-nginx-ref: controller-v1.8.2
- name: Helm deploy
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.3.4
v3.4.0

0 comments on commit a028a75

Please sign in to comment.