Skip to content

Commit

Permalink
fix(frigate_exporter): image pullpolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
trowaflo committed Oct 7, 2023
1 parent e816970 commit 069dce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/frigate_exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: frigate_exporter
version: 0.0.1
version: 0.0.2
description: Chart for prometheus frigate exporter
maintainers:
- name: trowaflo
Expand Down
6 changes: 3 additions & 3 deletions charts/frigate_exporter/templates/deployment-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.imagePullPolicy }}
imagePullPolicy: .
{{- end }}
containers:
- name: frigate-exporter
image: rhysbailey/prometheus-frigate-exporter
{{- with .Values.imagePullPolicy }}
imagePullPolicy: .
{{- end }}
env:
- name: "FRIGATE_STATS_URL"
value: "http://frigate.frigate.svc.cluster.local:5000/api/stats"
Expand Down

0 comments on commit 069dce0

Please sign in to comment.