Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ 6° ] - Release/v1.0.0 create helm test: prepared helm test workflow to verify that a released helm chart work as expected #93

Merged

Conversation

saudkhan116
Copy link
Contributor

@saudkhan116 saudkhan116 commented Jul 14, 2023

Why we create this PR?

  • Prepared helm-test workflow to verify that a released helm chart works as expected. The workflow performs the following steps:

    • Build all necessary container images / pull the container image under test
    • Create kind setup (kind creates a kubernetes cluster through container images, github action supports this which allows you to create a kubernetes cluster inside the github action run)
    • Make the necessary container images available through the kind setup (see github action example, it uses the local kind registry)
    • Prepare and execute helm test
    • Fail on a failing helm test
  • Prepared test-dpp-connection.yaml to test the helm chart.

  • Fixed indentation issue in a helm values.yaml file.

What we want to achieve with this PR?

To comply with the TRG-5.09 requirement.

What is new?

Added

  • Prepared helm-test workflow to verify that a released helm chart works as expected.

Issue Fixed

  • Fixed indentation issue in a helm default values file.

saudkhan116 and others added 30 commits July 4, 2023 11:41
…rsion in READEME file to be compliant with Quality Checks
…ages-notice

feature/cmp 703/add-docker-images-notice: added notes for docker images in a root README.md
…utilization-in-helm-charts

feature/cmp-704/add-resource-utilization: add default CPU and memory settings in helm
…docs

Feature/cmp 705/revise legal docs: remerge
feat: added the base images used in the project in the main README.md…
…t-volume

feature/cmp 604/add-persistent-volume: pvc volume to store contract details
@saudkhan116 saudkhan116 requested a review from matbmoser July 14, 2023 15:01
@saudkhan116 saudkhan116 added the helm-charts Issue or PR connected to the helm charts configuration label Jul 14, 2023
@saudkhan116 saudkhan116 added this to the v1.0.0 milestone Jul 14, 2023
@matbmoser matbmoser mentioned this pull request Jul 18, 2023
77 tasks
@matbmoser matbmoser merged commit 464f453 into eclipse-tractusx:main Jul 18, 2023
@matbmoser matbmoser deleted the release/v1.0.0-create-helm-test branch July 18, 2023 08:58
@matbmoser matbmoser restored the release/v1.0.0-create-helm-test branch July 18, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
helm-charts Issue or PR connected to the helm charts configuration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants