Fix annotations on multiple charts (#80)

* fix annotations for comcast chart

* fix annotations for modem-stats chart

* fix annotations for nzbget chart

* fix annotations for rtorrent-flood chart

* fix annotations for speedtest chart

* fix annotations for uptimerobot chart
This commit is contained in:
Jeff Billimek 2019-10-13 17:40:58 -04:00 committed by GitHub
parent 6884ae9cde
commit 05cf548b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 42 additions and 42 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: comcast name: comcast
version: 1.0.7 version: 1.0.8
appVersion: 1.0.0 appVersion: 1.0.0
description: periodic comcast data usage checks and save the results to InfluxDB description: periodic comcast data usage checks and save the results to InfluxDB
keywords: keywords:

View File

@ -7,12 +7,6 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: {{ .Release.Name }} release: {{ .Release.Name }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
selector: selector:
matchLabels: matchLabels:
@ -24,6 +18,12 @@ spec:
labels: labels:
app: {{ template "comcast.name" . }} app: {{ template "comcast.name" . }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: modem-stats name: modem-stats
version: 1.0.8 version: 1.0.9
appVersion: 1.0.0 appVersion: 1.0.0
description: periodic cable modem data collection and save the results to InfluxDB description: periodic cable modem data collection and save the results to InfluxDB
keywords: keywords:

View File

@ -7,12 +7,6 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: {{ .Release.Name }} release: {{ .Release.Name }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
selector: selector:
matchLabels: matchLabels:
@ -24,6 +18,12 @@ spec:
labels: labels:
app: {{ template "modem-stats.name" . }} app: {{ template "modem-stats.name" . }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v21.0-ls14 appVersion: v21.0-ls14
description: NZBGet is a Usenet downloader client description: NZBGet is a Usenet downloader client
name: nzbget name: nzbget
version: 2.0.8 version: 2.0.9
keywords: keywords:
- nzbget - nzbget
- usenet - usenet

View File

@ -7,12 +7,6 @@ metadata:
helm.sh/chart: {{ include "nzbget.chart" . }} helm.sh/chart: {{ include "nzbget.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
replicas: 1 replicas: 1
strategy: strategy:
@ -26,6 +20,12 @@ spec:
labels: labels:
app.kubernetes.io/name: {{ include "nzbget.name" . }} app.kubernetes.io/name: {{ include "nzbget.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.0.0 appVersion: 1.0.0
description: rtorrent and flood co-located in the same deployment description: rtorrent and flood co-located in the same deployment
name: rtorrent-flood name: rtorrent-flood
version: 3.1.3 version: 3.1.4
keywords: keywords:
- rtorrent - rtorrent
- flood - flood

View File

@ -7,12 +7,6 @@ metadata:
helm.sh/chart: {{ include "rtorrent-flood.chart" . }} helm.sh/chart: {{ include "rtorrent-flood.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
replicas: 1 replicas: 1
strategy: strategy:
@ -26,6 +20,12 @@ spec:
labels: labels:
app.kubernetes.io/name: {{ include "rtorrent-flood.name" . }} app.kubernetes.io/name: {{ include "rtorrent-flood.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
containers: containers:
- name: {{ .Chart.Name }}-rtorrent - name: {{ .Chart.Name }}-rtorrent

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: speedtest name: speedtest
version: 1.1.8 version: 1.1.9
appVersion: 1.0.0 appVersion: 1.0.0
description: periodic speedtest and save the results to InfluxDB description: periodic speedtest and save the results to InfluxDB
keywords: keywords:

View File

@ -7,12 +7,6 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: {{ .Release.Name }} release: {{ .Release.Name }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
selector: selector:
matchLabels: matchLabels:
@ -24,6 +18,12 @@ spec:
labels: labels:
app: {{ template "speedtest.name" . }} app: {{ template "speedtest.name" . }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: uptimerobot name: uptimerobot
version: 1.1.11 version: 1.1.12
appVersion: 1.1.0 appVersion: 1.1.0
description: A tool to get statistics from Uptime Robot and log it into InfluxDB description: A tool to get statistics from Uptime Robot and log it into InfluxDB
keywords: keywords:

View File

@ -7,12 +7,6 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: {{ .Release.Name }} release: {{ .Release.Name }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
selector: selector:
matchLabels: matchLabels:
@ -24,6 +18,12 @@ spec:
labels: labels:
app: {{ template "uptimerobot.name" . }} app: {{ template "uptimerobot.name" . }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
{{- range $key, $value := .Values.podAnnotations }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
spec: spec:
containers: containers:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}