Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#197 from bci-oss/bug-fix/improve-…
Browse files Browse the repository at this point in the history
…helm-test

Bug: Improved Helm test
  • Loading branch information
tunacicek authored Aug 21, 2023
2 parents a46efbc + 6c86c3c commit 0b1d324
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 @@ -40,14 +47,6 @@ jobs:
# default value for event_name != workflow_dispatch
node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.24.6' }}

- name: Build image
uses: docker/build-push-action@v3
with:
context: .
file: ./backend/Dockerfile
push: true
tags: kind-registry:5000/sldt-digital-twin-registry: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/registry/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-digital-twin-registry

type: application
version: 0.3.16
version: 0.3.17
appVersion: 0.3.12-M1

dependencies:
Expand Down

0 comments on commit 0b1d324

Please sign in to comment.