-
Notifications
You must be signed in to change notification settings - Fork 292
(feature) - Allow chart version to diff to be specified #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I thought about this as well. Ideally it should be possible to compare arbitrary versions of a release. I'm just not sure about the CLI UI for that without making it confusing. When comparing two deployed versions the command does not need the otherwise mandatory local directory. |
Currently doing something like this as a workaround helm fetch --untar deis/workflow --version $(WORKFLOW_VERSION)
helm diff deis-workflow ./workflow \
-f ../../env/$(CLUSTER_ID)/workflow-values.yaml |
It also doesn't appear to trigger the hooks and display hook changes. Any ideas how hard that would be? |
@databus23 I've submitted a PR with the ability to specify the chart version. LMK what you think |
The first issue databus23#1 and one of the first PRs are still open on this topic. I think databus23#6 is an entirely unrelated proposal, and if `helm` allows for different version on install, I want to see the diff of what gets installed with that.
I believe this has been fixed by a536dfc and is shipped since version 2.9.0+1 of this plugin. |
1 similar comment
I believe this has been fixed by a536dfc and is shipped since version 2.9.0+1 of this plugin. |
No description provided.
The text was updated successfully, but these errors were encountered: