Skip to content
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

Helmfile chart version is ignored #22

Open
messiahUA opened this issue Jul 11, 2019 · 0 comments
Open

Helmfile chart version is ignored #22

messiahUA opened this issue Jul 11, 2019 · 0 comments

Comments

@messiahUA
Copy link

I'm executing with a selector for testing purposes:
helmfile --helm-binary ~/.helm/plugins/helm-x/bin/helm-x --selector name=kibana apply

and it updates a chart with the latest version in spite of a specific version (3.0.0) in helmfile:

Comparing kibana stable/kibana
logging, kibana, ConfigMap (v1) has changed:
+ # Source: kibana/templates/0-configmap.yaml
  # Source: kibana/templates/configmap.yaml
  apiVersion: v1
  kind: ConfigMap
...
    name: kibana
    labels:
      app: kibana
-     chart: "kibana-3.0.0"
+     chart: "kibana-3.2.2"
      release: kibana
      heritage: Tiller
  data:
...
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant