k8s-at-home / charts

⚠️ Deprecated : Helm charts for applications you run at home
https://docs.k8s-at-home.com
Apache License 2.0
1.45k stars 623 forks source link

[adguard-home] Remove version tag #1622

Closed HenrikBacher closed 2 years ago

HenrikBacher commented 2 years ago

Remove version specific to get latest version

Remove the version tag in Values.yaml, so latest version of adguard-home will be fetch by default

Additional information

Checklist

bjw-s commented 2 years ago

Thanks for creating the PR!. I'm afraid we can't merge this change though. By design we do not want our charts running on the latest tag if we can help it. Running a specific version of an application is a lot easier to maintain and manage, since versions should be immutable and you therefore will always deploy the same "state".

If for some reason you do wish to run the latest in your cluster, you can always override the variable in your values.yaml (or it's equivalent for the way you manage your Helm releases)