implement revisionHistoryLimit: 3 (#152)

* implement revisionHistoryLimit: 3

* bump all chart versions
This commit is contained in:
Devin Buhl 2020-02-23 08:32:29 -05:00 committed by GitHub
parent 33c1662d84
commit c7d2a9a141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
36 changed files with 36 additions and 18 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: comcast name: comcast
version: 2.0.0 version: 2.0.1
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

@ -13,6 +13,7 @@ spec:
app: {{ template "comcast.name" . }} app: {{ template "comcast.name" . }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
replicas: {{ default 1 .Values.replicas }} replicas: {{ default 1 .Values.replicas }}
revisionHistoryLimit: 3
template: template:
metadata: metadata:
labels: labels:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0" appVersion: "1.0"
description: Dynamic DNS using DigitalOcean's DNS Services description: Dynamic DNS using DigitalOcean's DNS Services
name: digitalocean-dyndns name: digitalocean-dyndns
version: 1.0.0 version: 1.0.1
keywords: keywords:
- digitalocean - digitalocean
- dynamicdns - dynamicdns

View File

@ -9,6 +9,7 @@ metadata:
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
spec: spec:
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
revisionHistoryLimit: 3
selector: selector:
matchLabels: matchLabels:
app: {{ template "digitalocean-dyndns.name" . }} app: {{ template "digitalocean-dyndns.name" . }}

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.4.0" appVersion: "0.4.0"
description: Realtime object detection on RTSP cameras with the Google Coral description: Realtime object detection on RTSP cameras with the Google Coral
name: frigate name: frigate
version: 2.1.0 version: 2.1.1
keywords: keywords:
- tensorflow - tensorflow
- coral - coral

View File

@ -6,6 +6,7 @@ metadata:
{{ include "frigate.labels" . | indent 4 }} {{ include "frigate.labels" . | indent 4 }}
spec: spec:
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v0.12.1582-ls39 appVersion: v0.12.1582-ls39
description: API Support for your favorite torrent trackers description: API Support for your favorite torrent trackers
name: jackett name: jackett
version: 2.0.1 version: 2.0.2
keywords: keywords:
- jackett - jackett
- torrent - torrent

View File

@ -9,6 +9,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: modem-stats name: modem-stats
version: 2.0.0 version: 2.0.1
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

@ -13,6 +13,7 @@ spec:
app: {{ template "modem-stats.name" . }} app: {{ template "modem-stats.name" . }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
replicas: {{ default 1 .Values.replicas }} replicas: {{ default 1 .Values.replicas }}
revisionHistoryLimit: 3
template: template:
metadata: metadata:
labels: labels:

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: 3.1.1 version: 3.1.2
keywords: keywords:
- nzbget - nzbget
- usenet - usenet

View File

@ -15,6 +15,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v2.11.2-ls53 appVersion: v2.11.2-ls53
description: Usenet meta search description: Usenet meta search
name: nzbhydra2 name: nzbhydra2
version: 2.0.2 version: 2.0.3
keywords: keywords:
- nzbhydra2 - nzbhydra2
- usenet - usenet

View File

@ -9,6 +9,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 3.0.4958-ls73 appVersion: 3.0.4958-ls73
description: Want a Movie or TV Show on Plex or Emby? Use Ombi! description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
name: ombi name: ombi
version: 2.0.2 version: 2.0.3
keywords: keywords:
- ombi - ombi
- plex - plex

View File

@ -9,6 +9,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 4.2.1 appVersion: 4.2.1
description: qBittorrent is a cross-platform free and open-source BitTorrent client description: qBittorrent is a cross-platform free and open-source BitTorrent client
name: qbittorrent name: qbittorrent
version: 3.0.0 version: 3.0.1
keywords: keywords:
- qbittorrent - qbittorrent
- torrrent - torrrent

View File

@ -9,6 +9,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: amd64-v0.2.0.1344-ls17 appVersion: amd64-v0.2.0.1344-ls17
description: Radarr is a movie downloading client description: Radarr is a movie downloading client
name: radarr name: radarr
version: 3.0.1 version: 3.0.2
keywords: keywords:
- radarr - radarr
- usenet - usenet

View File

@ -15,6 +15,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

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: 4.0.0 version: 4.0.1
keywords: keywords:
- rtorrent - rtorrent
- flood - flood

View File

@ -9,6 +9,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0.0" appVersion: "1.0.0"
description: Serial to Socket Redirector description: Serial to Socket Redirector
name: ser2sock name: ser2sock
version: 1.0.0 version: 1.0.1
keywords: keywords:
- ser2sock - ser2sock
home: https://github.com/billimek/billimek-charts/tree/master/charts/ser2sock home: https://github.com/billimek/billimek-charts/tree/master/charts/ser2sock

View File

@ -6,6 +6,7 @@ metadata:
{{ include "ser2sock.labels" . | indent 4 }} {{ include "ser2sock.labels" . | indent 4 }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: amd64-2.0.0.5321-ls62 appVersion: amd64-2.0.0.5321-ls62
description: Sonarr is a television show downloading client description: Sonarr is a television show downloading client
name: sonarr name: sonarr
version: 3.0.1 version: 3.0.2
keywords: keywords:
- sonarr - sonarr
- usenet - usenet

View File

@ -15,6 +15,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: speedtest name: speedtest
version: 2.0.0 version: 2.0.1
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

@ -13,6 +13,7 @@ spec:
app: {{ template "speedtest.name" . }} app: {{ template "speedtest.name" . }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
replicas: {{ default 1 .Values.replicas }} replicas: {{ default 1 .Values.replicas }}
revisionHistoryLimit: 3
template: template:
metadata: metadata:
labels: labels:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v2.1.42-ls34 appVersion: v2.1.42-ls34
description: A Python based monitoring and tracking tool for Plex Media Server. description: A Python based monitoring and tracking tool for Plex Media Server.
name: tautulli name: tautulli
version: 2.0.1 version: 2.0.2
keywords: keywords:
- tautulli - tautulli
- plex - plex

View File

@ -9,6 +9,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v1.16.0" appVersion: "v1.16.0"
description: A self-hosted data logger for your Tesla 🚘 description: A self-hosted data logger for your Tesla 🚘
name: teslamate name: teslamate
version: 2.0.2 version: 2.0.3
keywords: keywords:
- teslamate - teslamate
- tesla - tesla

View File

@ -9,6 +9,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}
revisionHistoryLimit: 3
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: {{ include "teslamate.name" . }} app.kubernetes.io/name: {{ include "teslamate.name" . }}

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: uptimerobot name: uptimerobot
version: 2.0.0 version: 2.0.1
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

@ -13,6 +13,7 @@ spec:
app: {{ template "uptimerobot.name" . }} app: {{ template "uptimerobot.name" . }}
release: {{ .Release.Name }} release: {{ .Release.Name }}
replicas: {{ default 1 .Values.replicas }} replicas: {{ default 1 .Values.replicas }}
revisionHistoryLimit: 3
template: template:
metadata: metadata:
labels: labels:

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "2.2.0" appVersion: "2.2.0"
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
name: zwave2mqtt name: zwave2mqtt
version: 1.0.2 version: 1.0.3
keywords: keywords:
- zwave - zwave
- mqtt - mqtt

View File

@ -6,6 +6,7 @@ metadata:
{{ include "zwave2mqtt.labels" . | indent 4 }} {{ include "zwave2mqtt.labels" . | indent 4 }}
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3
strategy: strategy:
type: {{ .Values.strategyType }} type: {{ .Values.strategyType }}
selector: selector: