#helm (2022-04)
Archive: https://archive.sweetops.com/helm/
2022-04-15
Hi, I’m puzzled and hopefully someone can point me in the right direction.
The helm secret differs from the action k8s resources, which are also in line with the local values and manifest. The weird thing is that a helm(file) diff
has no diff. A helm(file) apply
has no changes.
API deprication tools like kubent
or pluto
check the helm manifest and still detect the old version ‘1’.
To be more clear,
• helm template
> resources version “2”
• kubectl get resources -oyaml
> resources version “2”
• helm get manifest
> resources version “1”
• helm diff
> no changes
• helm upgrade
> no changes
Anyone who can point me to a solution to get everything in sync, or on how I ended up here?
It appears that helm get manifest
doesn’t use the .Capabilities.APIVersions