1.15.4 #230
Reference in New Issue
Block a user
No description provided.
Delete Branch "refs/pull/230/head"
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 could reduce the occurrences of the version to exactly 1 within the
Chart.yaml
. Invalues.yaml
we can leave the tag empty and document that this will default to the value fromChart.yaml
. In the docs we may link to the line in theChart.yaml
or somehow dynamically extract the value.I think, I'll drop a PR for that.
Would there be major downsides in defaulting to
:1
? I see potential ones if the minor version changes (e.g. from 1.14 to 1.15).This again reminds me how great it would be to have a rolling tag for minor releases, e.g.
1.14
,1.15
- which auto-updates patch releases.This would reduce the PR version bumps a lot and prevent issues when there are new minor releases.
I mean just have the whole version one time in the whole repository. :) It should still be the whole
major.minor.path
specification.?♂️ You mean the
:1
tag of the image. Misunderstood you @pat-s, sorry. TBH, using such tag may be more flexible for us using it here but would also mean that you never have a reproducable Helm Chart release.Yeah my comment was slightly unrelated and should maybe have gone in a separate issue.
Yeah I know, it's probably better to fix it by default to a static tag.
I think nevertheless that "minor" rolling tags would be a great thing to have - but this is a discussion for Gitea itself, not for the helm chart.