-
Notifications
You must be signed in to change notification settings - Fork 18
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
matbmoser
merged 41 commits into
eclipse-tractusx:main
from
catenax-ng:release/v1.0.0-create-helm-test
Jul 18, 2023
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge main into develop
Update develop
…branch in workflow for testing
…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
…rity feature/cmp-709/add-user-security: add user and file permissions in dockerfile and helm deployment
…oduct-pass into feature/cmp-699/create-helm-test
update develop
Feature/cmp 699/create helm test: prepared helm test workflow to verify that a released helm chart work as expected
saudkhan116
added
the
helm-charts
Issue or PR connected to the helm charts configuration
label
Jul 14, 2023
This was referenced Jul 17, 2023
77 tasks
matbmoser
approved these changes
Jul 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
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
Issue Fixed