We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm executing with a selector for testing purposes: helmfile --helm-binary ~/.helm/plugins/helm-x/bin/helm-x --selector name=kibana apply
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: ... [...]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: