File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
helmfile.d/charts/grafana-label-enforcer Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 1 .0"
2+ appVersion : " 0.11 .0"
33description : A Helm chart for the prometheus label proxy https://github.com/prometheus-community/prom-label-proxy
44name : grafana-label-enforcer
55version : 0.1.0
Original file line number Diff line number Diff line change 1717 runAsUser : 1000
1818 containers :
1919 - name : prom-label-enforcer
20- image : quay.io/prometheuscommunity/prom-label-proxy:master
20+ image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }} "
2121 imagePullPolicy : IfNotPresent
2222 resources : {{- toYaml .Values.resources | nindent 10 }}
2323 args :
Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ resources:
88
99upstreamUrl : " "
1010enforcementLabel : " "
11+
12+ image :
13+ tag : " "
14+ repository : quay.io/prometheuscommunity/prom-label-proxy
You can’t perform that action at this time.
0 commit comments