Skip to content

Commit

Permalink
feat: Add kubernetes-tagger chart 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jul 5, 2021
1 parent 57f481b commit c9e26a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubernetes-tagger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ maintainers:
name: kubernetes-tagger
sources:
- https://github.com/oxyno-zeta/kubernetes-tagger
version: 1.0.2
version: 1.0.3
4 changes: 4 additions & 0 deletions charts/kubernetes-tagger/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- if (and .Values.secrets.aws.secretKey .Values.secrets.aws.accessKey) }}
checksum/secrets: {{ include (print $.Template.BasePath "/secrets.yaml") . | sha256sum }}
{{- end }}
{{- if and .Values.prometheus.pod.enabled (not .Values.prometheus.operator.enabled) }}
prometheus.io/scrape: "true"
prometheus.io/port: "8085"
Expand Down

0 comments on commit c9e26a1

Please sign in to comment.