Figuring out which Helm chart version is a good fit for a given Forgejo version #1023

Open
opened 2024-12-23 13:17:40 +00:00 by earl-warren · 2 comments
Contributor

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:

{
   "8.0": "9.0.0",
   "9.0": "10.1.1",
   "10.0": "10.1.1"
}
When deploying a given forgejo version (for instance to deploy a new [v*.next](https://code.forgejo.org/forgejo/next-instance) 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: ```json { "8.0": "9.0.0", "9.0": "10.1.1", "10.0": "10.1.1" } ```
Author
Contributor

Temporarily using the map above at forgejo/next-instance@1f1886f9c7

Temporarily using the map above at https://code.forgejo.org/forgejo/next-instance/commit/1f1886f9c7fa81eeace554845b6dc4319aa4db1b
Owner

usually 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.

usually 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.
Sign in to join this conversation.
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
forgejo-helm/forgejo-helm#1023
No description provided.