Configure revisionHistoryLimit
All checks were successful
ci/woodpecker/push/mariadb Pipeline was successful
ci/woodpecker/push/matrix-appservice-irc Pipeline was successful
ci/woodpecker/push/esphome Pipeline was successful
ci/woodpecker/push/mautrix-instagram Pipeline was successful
ci/woodpecker/push/mautrix-whatsapp Pipeline was successful
ci/woodpecker/push/mqtt Pipeline was successful
ci/woodpecker/push/node-red Pipeline was successful
ci/woodpecker/push/zigbee2mqtt Pipeline was successful
ci/woodpecker/push/mautrix-facebook Pipeline was successful
ci/woodpecker/push/homeassistant Pipeline was successful

This commit is contained in:
Alex Manning 2023-03-06 19:47:06 +00:00
parent 297e8e52c2
commit cea92dac01
19 changed files with 29 additions and 0 deletions

View file

@ -6,6 +6,7 @@ metadata:
labels: labels:
{{- include "esphome.labels" . | nindent 4 }} {{- include "esphome.labels" . | nindent 4 }}
spec: spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
replicas: 1 replicas: 1
strategy: strategy:
type: Recreate type: Recreate

View file

@ -6,6 +6,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""

View file

@ -5,6 +5,7 @@ metadata:
labels: labels:
{{- include "homeassistant.labels" . | nindent 4 }} {{- include "homeassistant.labels" . | nindent 4 }}
spec: spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
replicas: 1 replicas: 1
strategy: strategy:
type: Recreate type: Recreate

View file

@ -6,6 +6,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""

View file

@ -8,6 +8,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""

View file

@ -5,6 +5,7 @@ metadata:
labels: labels:
{{- include "matrix-appservice-irc.labels" . | nindent 4 }} {{- include "matrix-appservice-irc.labels" . | nindent 4 }}
spec: spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View file

@ -8,6 +8,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""

View file

@ -5,6 +5,7 @@ metadata:
labels: labels:
{{- include "mautrix-facebook.labels" . | nindent 4 }} {{- include "mautrix-facebook.labels" . | nindent 4 }}
spec: spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View file

@ -8,6 +8,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""

View file

@ -5,6 +5,7 @@ metadata:
labels: labels:
{{- include "mautrix-instagram.labels" . | nindent 4 }} {{- include "mautrix-instagram.labels" . | nindent 4 }}
spec: spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View file

@ -8,6 +8,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""

View file

@ -5,6 +5,7 @@ metadata:
labels: labels:
{{- include "mautrix-whatsapp.labels" . | nindent 4 }} {{- include "mautrix-whatsapp.labels" . | nindent 4 }}
spec: spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View file

@ -8,6 +8,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""

View file

@ -5,6 +5,7 @@ metadata:
labels: labels:
{{- include "mqtt.labels" . | nindent 4 }} {{- include "mqtt.labels" . | nindent 4 }}
spec: spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
replicas: 1 replicas: 1
selector: selector:
matchLabels: matchLabels:

View file

@ -6,6 +6,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""

View file

@ -5,6 +5,7 @@ metadata:
labels: labels:
{{- include "node-red.labels" . | nindent 4 }} {{- include "node-red.labels" . | nindent 4 }}
spec: spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
replicas: 1 replicas: 1
strategy: strategy:
type: Recreate type: Recreate

View file

@ -8,6 +8,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""

View file

@ -5,6 +5,7 @@ metadata:
labels: labels:
{{- include "zigbee2mqtt.labels" . | nindent 4 }} {{- include "zigbee2mqtt.labels" . | nindent 4 }}
spec: spec:
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
replicas: 1 replicas: 1
strategy: strategy:
type: Recreate type: Recreate

View file

@ -6,6 +6,8 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
revisionHistoryLimit: 5
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""
fullnameOverride: "" fullnameOverride: ""