Skip to content

Commit

Permalink
fix appVersion propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaell-lightspin committed Dec 8, 2022
1 parent 935bdb9 commit 2a3e619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubecollector/templates/configmaps/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ data:
SCHEDULE_CRONTAB: {{ printf "%s %s * * *" (now | date "2006-01-02T15:04:05" | substr 14 16) (now | date "2006-01-02T15:04:05" | substr 11 13) | quote }}
{{- end }}
API_RATE_LIMIT: {{ .Values.worker.config.api_rate_limit | quote }}
VERSION: {{ .Chart.appVersion | quote }}
VERSION: {{ .Chart.AppVersion | quote }}
LOG_LEVEL: {{ .Values.worker.config.log_level | quote }}

0 comments on commit 2a3e619

Please sign in to comment.