Think about image / chart pinning strategy #78
Labels
No labels
bug
cleanup
duplicate
enhancement
forgefriends
help wanted
invalid
label workflow
need more info
question
refactor
static-site
sync
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/k8s-cluster#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to this about it, if we don't pin them, then we probably never get updates.
So we should pin the images and charts a little more. Renovate has a handy versioning for the bitnami docker images.
Sample:
72318e1d4a/flux/apps/charts/backup/templates/backup.yaml (L17)
This will pull the image once and never again. So we never tet updates.
https://github.com/instrumentisto/rsync-ssh-docker-image/blob/main/CHANGELOG.md
That image needs addional renovaste config, so renovate understands the versioning (default docker versioning doesn't support prefixes by default).