nikhilsbhat / helm-drift

Helm plugin that identifies the configuration that has drifted from the Helm chart
https://artifacthub.io/packages/helm-plugin/helm-drift/drift
MIT License
62 stars 8 forks source link

Target older chart version #25

Closed lusitania closed 2 months ago

lusitania commented 2 months ago

How do you determine drift from a specific version of a helm chart and not the newest?

nikhilsbhat commented 2 months ago

@lusitania, are you referring to version or revision? If it's version, the plugin already supports it; you just need to set --version. For more information, refer to all available plugin flags here."

lusitania commented 2 months ago

Now there's a classic... Sorry, my brain must have filtered out the global --version flag, mistaking it for the plugin's version. Now I only have to figure out how to solve

error: resource mapping not found for name no matches for kind \"HorizontalPodAutoscaler\" in version \"autoscaling/v2beta2\"\nensure CRDs are installed first\n"

Something with the beta2 I suppose and nothing to do with the plugin. Thanks