diff --git a/charts/panope/Chart.yaml b/charts/panope/Chart.yaml index 7832c93..0ff69d4 100644 --- a/charts/panope/Chart.yaml +++ b/charts/panope/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/panope/templates/observer/daemonset.yaml b/charts/panope/templates/observer/daemonset.yaml index 9651e70..07cac19 100644 --- a/charts/panope/templates/observer/daemonset.yaml +++ b/charts/panope/templates/observer/daemonset.yaml @@ -42,7 +42,7 @@ spec: securityContext: {{- toYaml .Values.observer.podSecurityContext | nindent 8 }} containers: - - image: "{{ .Values.observer.image.repository }}:{{ .Values.observer.image.tag }}" + - image: "{{ .Values.observer.image.repository }}:{{ .Values.observer.image.tag | default .Chart.AppVersion }}" command: - bin/observer imagePullPolicy: {{ .Values.observer.image.pullPolicy }}