How to use a specific version of the chart ? #681
Reference in New Issue
Block a user
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?
It seems the Chart version in this project is never changed and has always been
0.0.0
. Only theappVersion
is changed, but as far as I'm aware this is not something that can be specified in ahelm install
command, and seems like it's not gonna change anytime soon (see helm/helm#3555).So, how can we specify a specific version of the chart to be installed ?
If impossible, could you please consider using the
version
filed of theChart.yaml
, this is very much needed to be able to use specific version tags for reproducibility of installs.Seems you refer to the main branch instead of using released versions. Please see the installation instructions https://gitea.com/gitea/helm-chart#installing
https://dl.gitea.com/charts/ contains all released versions. Using helm install/upgrade with
--version
will help you using the desired version.where
<version>
refers to the Chart version. See also https://gitea.com/gitea/helm-chart#installing.This discusses using
appVersion
to version an install, not the chart version. Are you confusingappVersion
and Chart version?EDIT: Too slow 🐌 😄