-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
scope/k8sK8s or helm stuff (really annoying)K8s or helm stuff (really annoying)status/acceptedAn issue which has passed triage and has been acceptedAn issue which has passed triage and has been accepted
Description
Steps to Reproduce
Steps to reproduce the behavior:
- Deploy current main helm chart
Expected behavior
The chart defaults that if no tag is defined, the chart app version is used.
Published Docker Tag: v0.4.0
Helm Helper:
{{- $tag := .Values.image.tag | default .Chart.AppVersion -}}
Chart Value:
appVersion: 0.4.0
Additional context
Not sure if you'd rather update the appVersion in chart to be "v0.4.0" or publish a new tag to Docker.
Metadata
Metadata
Assignees
Labels
scope/k8sK8s or helm stuff (really annoying)K8s or helm stuff (really annoying)status/acceptedAn issue which has passed triage and has been acceptedAn issue which has passed triage and has been accepted

