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

Docker plain helm chart #1035

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Docker plain helm chart #1035

wants to merge 35 commits into from

Conversation

segfault16
Copy link

Add helm chart for docker plain

Refers to #1013

Tasks:

  • Updated documentation in docs/modules/... directory
  • Ran tests in <quickstarter>/testdata directory
  • Shared library adaptions

@BraisVQ
Copy link
Contributor

BraisVQ commented Sep 5, 2024

The base image has been changed to nginxinc/nginx-unprivileged because the alpine one did not work properly with the container probes

@gerardcl
Copy link
Member

gerardcl commented Sep 5, 2024

The base image has been changed to nginxinc/nginx-unprivileged because the alpine one did not work properly with the container probes

and this also now does match with the values.yaml image section, perfect!

@BraisVQ
Copy link
Contributor

BraisVQ commented Sep 6, 2024

Provision, build, and release pipelines have been tested and works out of the box with the latest commits.

@@ -0,0 +1,41 @@
# TODO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just in case we forget, this file should be removed before the PR is merged

- Review helm install command
- Release manager image checks
- Agree if helm install requires overwritting values on image (see helm notes and deployment, and values.yaml)
- provide docs on how to test chart updates, by running `helm --debug template . ` under the chart folder to be tested
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also helm lint

kind load docker-image testing/my-component:$(git rev-parse --short=8 HEAD)
helm upgrade --install --wait --atomic --namespace docker-plain --set image.path=testing --set image.name=my-component --set image.tag=$(git rev-parse --short=8 HEAD) docker-plain chart
```

## How to create a custom jenkins-agent out of this docker-plain component
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants