-
Notifications
You must be signed in to change notification settings - Fork 13
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
Publish Helm charts as OCI artifacts #98
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some preliminary feedback, I will need some time for the skaffold/kustomize changes.
.gitignore
Outdated
@@ -20,6 +20,5 @@ testbin | |||
*~ | |||
dive.log | |||
/tmp | |||
/example/lakom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this dir no longer ignored? There are several generated files (TLS certs, cosign keys, etc.) that are stored there and they should not be tracked by the VSC. You can generate these files with make dev-setup
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not notice that it is used by make dev-setup
too and reverted the change.
… helm chart according to common structure used for extensions
e725ef2
to
be96d1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/area delivery
/kind enhancement
What this PR does / why we need it:
We should start publishing Helm charts as OCI artifacts that we can deploy them as
Extension
in the future (see gardener/gardener#9635).I had to adapt the specification of
image
ingardener-extension-shoot-lakom-service
Helm chart that the pipeline is able to overwrite the values correctly.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: