Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/prometheus-fastly-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: "v10.2.0"
description: A Helm chart for the Prometheus Fastly Exporter
name: prometheus-fastly-exporter
version: 0.11.0
version: 0.11.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this should be 0.12.0 as it is more of a minor feature addition over a patch or fix?

keywords:
- metrics
- fastly
Expand Down
3 changes: 3 additions & 0 deletions charts/prometheus-fastly-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ spec:
metadata:
labels:
{{- include "prometheus-fastly-exporter.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
Expand Down
3 changes: 3 additions & 0 deletions charts/prometheus-fastly-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ affinity: {}
# Extra environment variables
extraEnv: []

# Labels for the pods
podLabels: {}

# Annotations for the pods
podAnnotations: {}

Expand Down