Figuring out which Helm chart version is a good fit for a given Forgejo version #1023
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Question
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Help wanted
Status
In progress
Status
Need More Info
Status
Needs feedback
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
forgejo-helm/forgejo-helm#1023
Loading…
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?
When deploying a given forgejo version (for instance to deploy a new v*.next instance), there is a need to figure out which Helm chart version to use. It cannot be deduced from the Forgejo version.
One idea would be that a map is published and updated as part of the Helm chart release process. For instance:
Temporarily using the map above at
forgejo/next-instance@1f1886f9c7usually we can always use the latest chart version. We only need to pin to an older if there are breaking changes for forgejo.
currently latest chart supports all supported forgejo version.