feat(etcd-backup-recover): creating the Helm chart - #166
Open
Archisman-Mridha wants to merge 3 commits into
Open
feat(etcd-backup-recover): creating the Helm chart#166Archisman-Mridha wants to merge 3 commits into
Archisman-Mridha wants to merge 3 commits into
Conversation
Signed-off-by: Archisman <archisman@obmondo.com>
Signed-off-by: Archisman <archisman@obmondo.com>
…etcd as the default value Signed-off-by: Archisman <archisman@obmondo.com>
Ahmad-Faizan
reviewed
Aug 6, 2026
| images: | ||
| # Image to use for changing backup bucket permissions | ||
| changeBackupBucketPermissions: | ||
| repository: europe-docker.pkg.dev/gardener-project/public/3rd/alpine |
Member
There was a problem hiding this comment.
add the european docker repo link as a comment
the link for docker repo should be the generic one
| # Image to use for changing backup bucket permissions | ||
| changeBackupBucketPermissions: | ||
| repository: europe-docker.pkg.dev/gardener-project/public/3rd/alpine | ||
| tag: 3.20.3 |
Member
There was a problem hiding this comment.
is there a reason to bind the image to this particular tag or can we leave it empty and fetch the latest docker image
This file contains hidden or 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
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.
The
ETCD Backup Restoreproject provides a Chart, but doesn't publish it.It contains
Secretsin the chart, which we don't want. There are 9 Secrets. For now, I've commented out theetcd-backup-secretSecret template.We can improve this chart later, also adding a
README. I didn't like the AI generated version.