Skip to content

Commit

Permalink
Improved Helm test
Browse files Browse the repository at this point in the history
  • Loading branch information
agg3fe committed Aug 21, 2023
1 parent 297774c commit 5c836b9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ name: Lint and Test Charts
on:
pull_request:
workflow_dispatch:
inputs:
node_image:
description: 'kindest/node image for k8s kind cluster'
# k8s version from 3.1 release as default
default: 'kindest/node:v1.24.6'
required: false
type: string

jobs:
lint-test:
Expand All @@ -35,14 +42,6 @@ jobs:
- name: Kubernetes KinD Cluster
uses: container-tools/kind-action@v1

- name: Build image
uses: docker/build-push-action@v3
with:
context: .
file: ./backend/Dockerfile
push: true
tags: kind-registry:5000/sldt-semantic-hub:testing

- name: Set up Helm
uses: azure/setup-helm@v3
with:
Expand Down
18 changes: 18 additions & 0 deletions charts/chart-testing-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Copyright (c) 2023 Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH
# Copyright (c) 2023 Contributors to the Eclipse Foundation

# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.

# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0.

# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.

# SPDX-License-Identifier: Apache-2.0

validate-maintainers: false
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
2 changes: 1 addition & 1 deletion charts/semantic-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sources:
- https://github.com/eclipse-tractusx/sldt-semantic-hub

type: application
version: 0.1.25
version: 0.1.26
appVersion: 0.2.10-M1
dependencies:
- repository: https://charts.bitnami.com/bitnami
Expand Down

0 comments on commit 5c836b9

Please sign in to comment.