Skip to content

Commit

Permalink
Merge pull request #1204 from eclipse-tractusx/cicd/chart-test-kubern…
Browse files Browse the repository at this point in the history
…etes-1.32

cicd(chart-test): increase the default kubernetes version to v1.32.1
  • Loading branch information
SujitMBRDI authored Feb 5, 2025
2 parents 590178b + 7f6f538 commit 22134d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/app-test-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
inputs:
node_image:
description: 'kindest/node image for k8s kind cluster'
default: 'kindest/node:v1.31.2'
default: 'kindest/node:v1.32.1'
required: false
type: string
upgrade_from:
Expand All @@ -39,8 +39,7 @@ on:
inputs:
node_image:
description: 'kindest/node image for k8s kind cluster'
# k8s version from 3.1 release as default
default: 'kindest/node:v1.31.2'
default: 'kindest/node:v1.32.1'
required: false
type: string
upgrade_from:
Expand Down Expand Up @@ -81,7 +80,7 @@ jobs:
uses: container-tools/kind-action@v2
with:
version: v0.20.0
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.31.2' }}
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.32.1' }}

- name: Set up Helm
uses: azure/setup-helm@v4
Expand Down

0 comments on commit 22134d8

Please sign in to comment.