-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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:
...
[...]
Metadata
Metadata
Assignees
Labels
No labels