Skip to content

Commit

Permalink
Merge branch 'main' into multiarch-support
Browse files Browse the repository at this point in the history
  • Loading branch information
cwboden authored Nov 7, 2023
2 parents 8f5bde8 + 41fa4c2 commit 6c36eb8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prom-aggregation-gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: prom-aggregation-gateway
version: 0.6.0
version: 0.6.1
home: https://github.com/zapier/prom-aggregation-gateway
maintainers:
- name: djeebus
Expand Down
4 changes: 4 additions & 0 deletions charts/prom-aggregation-gateway/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
{{- end }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "prom-aggregation-gateway.selectorLabels" . | nindent 8 }}
spec:
Expand Down
2 changes: 2 additions & 0 deletions charts/prom-aggregation-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ podMonitor:
create: true
additionalLabels: {}

podAnnotations: {}

service:
create: true
annotations: {}
Expand Down

0 comments on commit 6c36eb8

Please sign in to comment.