From cea92dac011431d5da73c47a3a1a6d3075078697 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Mon, 6 Mar 2023 19:47:06 +0000 Subject: [PATCH] Configure revisionHistoryLimit --- charts/esphome/templates/deployment.yaml | 1 + charts/esphome/values.yaml | 2 ++ charts/homeassistant/templates/deployment.yaml | 1 + charts/homeassistant/values.yaml | 2 ++ charts/mariadb/values.yaml | 2 ++ charts/matrix-appservice-irc/templates/deployment.yaml | 1 + charts/matrix-appservice-irc/values.yaml | 2 ++ charts/mautrix-facebook/templates/deployment.yaml | 1 + charts/mautrix-facebook/values.yaml | 2 ++ charts/mautrix-instagram/templates/deployment.yaml | 1 + charts/mautrix-instagram/values.yaml | 2 ++ charts/mautrix-whatsapp/templates/deployment.yaml | 1 + charts/mautrix-whatsapp/values.yaml | 2 ++ charts/mqtt/templates/deployment.yaml | 1 + charts/mqtt/values.yaml | 2 ++ charts/node-red/templates/deployment.yaml | 1 + charts/node-red/values.yaml | 2 ++ charts/zigbee2mqtt/templates/deployment.yaml | 1 + charts/zigbee2mqtt/values.yaml | 2 ++ 19 files changed, 29 insertions(+) diff --git a/charts/esphome/templates/deployment.yaml b/charts/esphome/templates/deployment.yaml index ebd0bd7..9acc921 100644 --- a/charts/esphome/templates/deployment.yaml +++ b/charts/esphome/templates/deployment.yaml @@ -6,6 +6,7 @@ metadata: labels: {{- include "esphome.labels" . | nindent 4 }} spec: + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} replicas: 1 strategy: type: Recreate diff --git a/charts/esphome/values.yaml b/charts/esphome/values.yaml index 52a7b5e..9cc68c5 100644 --- a/charts/esphome/values.yaml +++ b/charts/esphome/values.yaml @@ -6,6 +6,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/homeassistant/templates/deployment.yaml b/charts/homeassistant/templates/deployment.yaml index 2ac5770..1227e00 100644 --- a/charts/homeassistant/templates/deployment.yaml +++ b/charts/homeassistant/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: labels: {{- include "homeassistant.labels" . | nindent 4 }} spec: + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} replicas: 1 strategy: type: Recreate diff --git a/charts/homeassistant/values.yaml b/charts/homeassistant/values.yaml index d429c9a..371ad59 100644 --- a/charts/homeassistant/values.yaml +++ b/charts/homeassistant/values.yaml @@ -6,6 +6,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/mariadb/values.yaml b/charts/mariadb/values.yaml index 55f9c9e..cfc9f7b 100644 --- a/charts/mariadb/values.yaml +++ b/charts/mariadb/values.yaml @@ -8,6 +8,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/matrix-appservice-irc/templates/deployment.yaml b/charts/matrix-appservice-irc/templates/deployment.yaml index 4ad1786..69a7f51 100644 --- a/charts/matrix-appservice-irc/templates/deployment.yaml +++ b/charts/matrix-appservice-irc/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: labels: {{- include "matrix-appservice-irc.labels" . | nindent 4 }} spec: + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} replicas: 1 selector: matchLabels: diff --git a/charts/matrix-appservice-irc/values.yaml b/charts/matrix-appservice-irc/values.yaml index cc022e3..55ae019 100644 --- a/charts/matrix-appservice-irc/values.yaml +++ b/charts/matrix-appservice-irc/values.yaml @@ -8,6 +8,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/mautrix-facebook/templates/deployment.yaml b/charts/mautrix-facebook/templates/deployment.yaml index b60a17e..516b49b 100644 --- a/charts/mautrix-facebook/templates/deployment.yaml +++ b/charts/mautrix-facebook/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: labels: {{- include "mautrix-facebook.labels" . | nindent 4 }} spec: + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} replicas: 1 selector: matchLabels: diff --git a/charts/mautrix-facebook/values.yaml b/charts/mautrix-facebook/values.yaml index 4a40a18..b695f84 100644 --- a/charts/mautrix-facebook/values.yaml +++ b/charts/mautrix-facebook/values.yaml @@ -8,6 +8,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/mautrix-instagram/templates/deployment.yaml b/charts/mautrix-instagram/templates/deployment.yaml index 374b7d6..4b9a08d 100644 --- a/charts/mautrix-instagram/templates/deployment.yaml +++ b/charts/mautrix-instagram/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: labels: {{- include "mautrix-instagram.labels" . | nindent 4 }} spec: + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} replicas: 1 selector: matchLabels: diff --git a/charts/mautrix-instagram/values.yaml b/charts/mautrix-instagram/values.yaml index acb99a2..696a699 100644 --- a/charts/mautrix-instagram/values.yaml +++ b/charts/mautrix-instagram/values.yaml @@ -8,6 +8,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/mautrix-whatsapp/templates/deployment.yaml b/charts/mautrix-whatsapp/templates/deployment.yaml index 9333232..3a4fbc0 100644 --- a/charts/mautrix-whatsapp/templates/deployment.yaml +++ b/charts/mautrix-whatsapp/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: labels: {{- include "mautrix-whatsapp.labels" . | nindent 4 }} spec: + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} replicas: 1 selector: matchLabels: diff --git a/charts/mautrix-whatsapp/values.yaml b/charts/mautrix-whatsapp/values.yaml index 327018b..76e545d 100644 --- a/charts/mautrix-whatsapp/values.yaml +++ b/charts/mautrix-whatsapp/values.yaml @@ -8,6 +8,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/mqtt/templates/deployment.yaml b/charts/mqtt/templates/deployment.yaml index cace93d..011b970 100644 --- a/charts/mqtt/templates/deployment.yaml +++ b/charts/mqtt/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: labels: {{- include "mqtt.labels" . | nindent 4 }} spec: + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} replicas: 1 selector: matchLabels: diff --git a/charts/mqtt/values.yaml b/charts/mqtt/values.yaml index 63bf91c..79f703a 100644 --- a/charts/mqtt/values.yaml +++ b/charts/mqtt/values.yaml @@ -6,6 +6,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/node-red/templates/deployment.yaml b/charts/node-red/templates/deployment.yaml index 282288e..6cdf978 100644 --- a/charts/node-red/templates/deployment.yaml +++ b/charts/node-red/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: labels: {{- include "node-red.labels" . | nindent 4 }} spec: + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} replicas: 1 strategy: type: Recreate diff --git a/charts/node-red/values.yaml b/charts/node-red/values.yaml index a1aa5ab..5570020 100644 --- a/charts/node-red/values.yaml +++ b/charts/node-red/values.yaml @@ -8,6 +8,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" diff --git a/charts/zigbee2mqtt/templates/deployment.yaml b/charts/zigbee2mqtt/templates/deployment.yaml index cc3654a..1ad21ad 100644 --- a/charts/zigbee2mqtt/templates/deployment.yaml +++ b/charts/zigbee2mqtt/templates/deployment.yaml @@ -5,6 +5,7 @@ metadata: labels: {{- include "zigbee2mqtt.labels" . | nindent 4 }} spec: + revisionHistoryLimit: {{ .Values.revisionHistoryLimit }} replicas: 1 strategy: type: Recreate diff --git a/charts/zigbee2mqtt/values.yaml b/charts/zigbee2mqtt/values.yaml index c247a89..f2d82da 100644 --- a/charts/zigbee2mqtt/values.yaml +++ b/charts/zigbee2mqtt/values.yaml @@ -6,6 +6,8 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "" +revisionHistoryLimit: 5 + imagePullSecrets: [] nameOverride: "" fullnameOverride: ""