Skip to content

Commit

Permalink
Merge pull request #144 from catenax-ng/update-trg
Browse files Browse the repository at this point in the history
chore: Updated kindest node version tag
  • Loading branch information
almadigabor authored May 16, 2024
2 parents 503742d + 4756dd6 commit f26aeb8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#################################################################################
# Copyright (c) 2022,2023 T-Systems International GmbH
# Copyright (c) 2022,2023 Contributors to the Eclipse Foundation
# Copyright (c) 2022,2024 T-Systems International GmbH
# Copyright (c) 2022,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -18,7 +18,6 @@
# SPDX-License-Identifier: Apache-2.0
################################################################################


name: Lint and Test Chart

on:
Expand All @@ -34,7 +33,7 @@ on:
node_image:
description: 'kindest/node image for k8s kind cluster'
# k8s version from 3.1 release
default: 'kindest/node:v1.24.6'
default: 'kindest/node:v1.27.13'
required: false
type: string
upgrade_from:
Expand All @@ -57,7 +56,7 @@ jobs:
uses: container-tools/kind-action@v2
with:
version: v0.19.0
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.24.6' }}
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.27.13' }}
- name: Build image
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit f26aeb8

Please sign in to comment.