diff --git a/charts/comcast/Chart.yaml b/charts/comcast/Chart.yaml index 987997a5..553f2806 100644 --- a/charts/comcast/Chart.yaml +++ b/charts/comcast/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: comcast -version: 2.0.0 +version: 2.0.1 appVersion: 1.0.0 description: periodic comcast data usage checks and save the results to InfluxDB keywords: diff --git a/charts/comcast/templates/deployment.yaml b/charts/comcast/templates/deployment.yaml index ba86f92e..d350e3b6 100644 --- a/charts/comcast/templates/deployment.yaml +++ b/charts/comcast/templates/deployment.yaml @@ -13,6 +13,7 @@ spec: app: {{ template "comcast.name" . }} release: {{ .Release.Name }} replicas: {{ default 1 .Values.replicas }} + revisionHistoryLimit: 3 template: metadata: labels: diff --git a/charts/digitalocean-dyndns/Chart.yaml b/charts/digitalocean-dyndns/Chart.yaml index 4f8a9975..98f72d4c 100644 --- a/charts/digitalocean-dyndns/Chart.yaml +++ b/charts/digitalocean-dyndns/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: Dynamic DNS using DigitalOcean's DNS Services name: digitalocean-dyndns -version: 1.0.0 +version: 1.0.1 keywords: - digitalocean - dynamicdns diff --git a/charts/digitalocean-dyndns/templates/deployment.yaml b/charts/digitalocean-dyndns/templates/deployment.yaml index 6173682a..127535cc 100644 --- a/charts/digitalocean-dyndns/templates/deployment.yaml +++ b/charts/digitalocean-dyndns/templates/deployment.yaml @@ -9,6 +9,7 @@ metadata: heritage: {{ .Release.Service }} spec: replicas: {{ .Values.replicaCount }} + revisionHistoryLimit: 3 selector: matchLabels: app: {{ template "digitalocean-dyndns.name" . }} diff --git a/charts/frigate/Chart.yaml b/charts/frigate/Chart.yaml index 0aa4737f..52decf50 100644 --- a/charts/frigate/Chart.yaml +++ b/charts/frigate/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.4.0" description: Realtime object detection on RTSP cameras with the Google Coral name: frigate -version: 2.1.0 +version: 2.1.1 keywords: - tensorflow - coral diff --git a/charts/frigate/templates/deployment.yaml b/charts/frigate/templates/deployment.yaml index e034f15c..35114079 100644 --- a/charts/frigate/templates/deployment.yaml +++ b/charts/frigate/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: {{ include "frigate.labels" . | indent 4 }} spec: replicas: {{ .Values.replicaCount }} + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/jackett/Chart.yaml b/charts/jackett/Chart.yaml index c9a6a4a6..7fade2c5 100644 --- a/charts/jackett/Chart.yaml +++ b/charts/jackett/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v0.12.1582-ls39 description: API Support for your favorite torrent trackers name: jackett -version: 2.0.1 +version: 2.0.2 keywords: - jackett - torrent diff --git a/charts/jackett/templates/deployment.yaml b/charts/jackett/templates/deployment.yaml index 9b01b47c..71dee1d5 100644 --- a/charts/jackett/templates/deployment.yaml +++ b/charts/jackett/templates/deployment.yaml @@ -9,6 +9,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/modem-stats/Chart.yaml b/charts/modem-stats/Chart.yaml index 4d206002..27967971 100644 --- a/charts/modem-stats/Chart.yaml +++ b/charts/modem-stats/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: modem-stats -version: 2.0.0 +version: 2.0.1 appVersion: 1.0.0 description: periodic cable modem data collection and save the results to InfluxDB keywords: diff --git a/charts/modem-stats/templates/deployment.yaml b/charts/modem-stats/templates/deployment.yaml index 00d10781..f1d9b975 100644 --- a/charts/modem-stats/templates/deployment.yaml +++ b/charts/modem-stats/templates/deployment.yaml @@ -13,6 +13,7 @@ spec: app: {{ template "modem-stats.name" . }} release: {{ .Release.Name }} replicas: {{ default 1 .Values.replicas }} + revisionHistoryLimit: 3 template: metadata: labels: diff --git a/charts/nzbget/Chart.yaml b/charts/nzbget/Chart.yaml index bd0c118d..fbcebd3f 100644 --- a/charts/nzbget/Chart.yaml +++ b/charts/nzbget/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v21.0-ls14 description: NZBGet is a Usenet downloader client name: nzbget -version: 3.1.1 +version: 3.1.2 keywords: - nzbget - usenet diff --git a/charts/nzbget/templates/deployment.yaml b/charts/nzbget/templates/deployment.yaml index efb3f602..95156913 100644 --- a/charts/nzbget/templates/deployment.yaml +++ b/charts/nzbget/templates/deployment.yaml @@ -15,6 +15,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/nzbhydra2/Chart.yaml b/charts/nzbhydra2/Chart.yaml index 37facbfe..f25a6794 100644 --- a/charts/nzbhydra2/Chart.yaml +++ b/charts/nzbhydra2/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v2.11.2-ls53 description: Usenet meta search name: nzbhydra2 -version: 2.0.2 +version: 2.0.3 keywords: - nzbhydra2 - usenet diff --git a/charts/nzbhydra2/templates/deployment.yaml b/charts/nzbhydra2/templates/deployment.yaml index cf12b364..ec90eeae 100644 --- a/charts/nzbhydra2/templates/deployment.yaml +++ b/charts/nzbhydra2/templates/deployment.yaml @@ -9,6 +9,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/ombi/Chart.yaml b/charts/ombi/Chart.yaml index 6c26df32..122e9ab7 100644 --- a/charts/ombi/Chart.yaml +++ b/charts/ombi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 3.0.4958-ls73 description: Want a Movie or TV Show on Plex or Emby? Use Ombi! name: ombi -version: 2.0.2 +version: 2.0.3 keywords: - ombi - plex diff --git a/charts/ombi/templates/deployment.yaml b/charts/ombi/templates/deployment.yaml index d12ba455..4cc3ed47 100644 --- a/charts/ombi/templates/deployment.yaml +++ b/charts/ombi/templates/deployment.yaml @@ -9,6 +9,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index 0a3a3b3a..e6af88c1 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 4.2.1 description: qBittorrent is a cross-platform free and open-source BitTorrent client name: qbittorrent -version: 3.0.0 +version: 3.0.1 keywords: - qbittorrent - torrrent diff --git a/charts/qbittorrent/templates/deployment.yaml b/charts/qbittorrent/templates/deployment.yaml index 2baa7b2e..bd6ec22f 100644 --- a/charts/qbittorrent/templates/deployment.yaml +++ b/charts/qbittorrent/templates/deployment.yaml @@ -9,6 +9,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/radarr/Chart.yaml b/charts/radarr/Chart.yaml index 15b99d89..3fd8b51c 100644 --- a/charts/radarr/Chart.yaml +++ b/charts/radarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: amd64-v0.2.0.1344-ls17 description: Radarr is a movie downloading client name: radarr -version: 3.0.1 +version: 3.0.2 keywords: - radarr - usenet diff --git a/charts/radarr/templates/deployment.yaml b/charts/radarr/templates/deployment.yaml index 0380e959..ea02399d 100644 --- a/charts/radarr/templates/deployment.yaml +++ b/charts/radarr/templates/deployment.yaml @@ -15,6 +15,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/rtorrent-flood/Chart.yaml b/charts/rtorrent-flood/Chart.yaml index 5cd97ad7..d2c4d29e 100644 --- a/charts/rtorrent-flood/Chart.yaml +++ b/charts/rtorrent-flood/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 1.0.0 description: rtorrent and flood co-located in the same deployment name: rtorrent-flood -version: 4.0.0 +version: 4.0.1 keywords: - rtorrent - flood diff --git a/charts/rtorrent-flood/templates/deployment.yaml b/charts/rtorrent-flood/templates/deployment.yaml index 6d78ddd6..c9f941e4 100644 --- a/charts/rtorrent-flood/templates/deployment.yaml +++ b/charts/rtorrent-flood/templates/deployment.yaml @@ -9,6 +9,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/ser2sock/Chart.yaml b/charts/ser2sock/Chart.yaml index 2d385fdc..c93d65d3 100644 --- a/charts/ser2sock/Chart.yaml +++ b/charts/ser2sock/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0.0" description: Serial to Socket Redirector name: ser2sock -version: 1.0.0 +version: 1.0.1 keywords: - ser2sock home: https://github.com/billimek/billimek-charts/tree/master/charts/ser2sock diff --git a/charts/ser2sock/templates/deployment.yaml b/charts/ser2sock/templates/deployment.yaml index 4e761213..8193eb34 100644 --- a/charts/ser2sock/templates/deployment.yaml +++ b/charts/ser2sock/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: {{ include "ser2sock.labels" . | indent 4 }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index ca1919c0..5835a370 100644 --- a/charts/sonarr/Chart.yaml +++ b/charts/sonarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: amd64-2.0.0.5321-ls62 description: Sonarr is a television show downloading client name: sonarr -version: 3.0.1 +version: 3.0.2 keywords: - sonarr - usenet diff --git a/charts/sonarr/templates/deployment.yaml b/charts/sonarr/templates/deployment.yaml index b7f5e55c..3a275f54 100644 --- a/charts/sonarr/templates/deployment.yaml +++ b/charts/sonarr/templates/deployment.yaml @@ -15,6 +15,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/speedtest/Chart.yaml b/charts/speedtest/Chart.yaml index 597b2f94..8dc29503 100644 --- a/charts/speedtest/Chart.yaml +++ b/charts/speedtest/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: speedtest -version: 2.0.0 +version: 2.0.1 appVersion: 1.0.0 description: periodic speedtest and save the results to InfluxDB keywords: diff --git a/charts/speedtest/templates/deployment.yaml b/charts/speedtest/templates/deployment.yaml index f19bbf56..e04f01de 100644 --- a/charts/speedtest/templates/deployment.yaml +++ b/charts/speedtest/templates/deployment.yaml @@ -13,6 +13,7 @@ spec: app: {{ template "speedtest.name" . }} release: {{ .Release.Name }} replicas: {{ default 1 .Values.replicas }} + revisionHistoryLimit: 3 template: metadata: labels: diff --git a/charts/tautulli/Chart.yaml b/charts/tautulli/Chart.yaml index a6c9e073..da3f71b3 100644 --- a/charts/tautulli/Chart.yaml +++ b/charts/tautulli/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v2.1.42-ls34 description: A Python based monitoring and tracking tool for Plex Media Server. name: tautulli -version: 2.0.1 +version: 2.0.2 keywords: - tautulli - plex diff --git a/charts/tautulli/templates/deployment.yaml b/charts/tautulli/templates/deployment.yaml index 3da05804..817a7d15 100644 --- a/charts/tautulli/templates/deployment.yaml +++ b/charts/tautulli/templates/deployment.yaml @@ -9,6 +9,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: diff --git a/charts/teslamate/Chart.yaml b/charts/teslamate/Chart.yaml index 333fb598..6337d497 100644 --- a/charts/teslamate/Chart.yaml +++ b/charts/teslamate/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v1.16.0" description: A self-hosted data logger for your Tesla 🚘 name: teslamate -version: 2.0.2 +version: 2.0.3 keywords: - teslamate - tesla diff --git a/charts/teslamate/templates/deployment.yaml b/charts/teslamate/templates/deployment.yaml index edf67743..3f27071c 100644 --- a/charts/teslamate/templates/deployment.yaml +++ b/charts/teslamate/templates/deployment.yaml @@ -9,6 +9,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} spec: replicas: {{ .Values.replicaCount }} + revisionHistoryLimit: 3 selector: matchLabels: app.kubernetes.io/name: {{ include "teslamate.name" . }} diff --git a/charts/uptimerobot/Chart.yaml b/charts/uptimerobot/Chart.yaml index 98a69299..b88e3738 100644 --- a/charts/uptimerobot/Chart.yaml +++ b/charts/uptimerobot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: uptimerobot -version: 2.0.0 +version: 2.0.1 appVersion: 1.1.0 description: A tool to get statistics from Uptime Robot and log it into InfluxDB keywords: diff --git a/charts/uptimerobot/templates/deployment.yaml b/charts/uptimerobot/templates/deployment.yaml index 8826a0ea..69bec6cf 100644 --- a/charts/uptimerobot/templates/deployment.yaml +++ b/charts/uptimerobot/templates/deployment.yaml @@ -13,6 +13,7 @@ spec: app: {{ template "uptimerobot.name" . }} release: {{ .Release.Name }} replicas: {{ default 1 .Values.replicas }} + revisionHistoryLimit: 3 template: metadata: labels: diff --git a/charts/zwave2mqtt/Chart.yaml b/charts/zwave2mqtt/Chart.yaml index 854b2990..e1c622d6 100644 --- a/charts/zwave2mqtt/Chart.yaml +++ b/charts/zwave2mqtt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "2.2.0" description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue name: zwave2mqtt -version: 1.0.2 +version: 1.0.3 keywords: - zwave - mqtt diff --git a/charts/zwave2mqtt/templates/deployment.yaml b/charts/zwave2mqtt/templates/deployment.yaml index f126efe5..0da042e3 100644 --- a/charts/zwave2mqtt/templates/deployment.yaml +++ b/charts/zwave2mqtt/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: {{ include "zwave2mqtt.labels" . | indent 4 }} spec: replicas: 1 + revisionHistoryLimit: 3 strategy: type: {{ .Values.strategyType }} selector: