fix: readd version history limit

This commit is contained in:
Morten Olsen
2026-01-02 09:29:40 +01:00
parent faaad9dac4
commit a00629694c
12 changed files with 2 additions and 11 deletions

View File

@@ -9,7 +9,6 @@ subdomain: audiobookshelf
deployment: deployment:
strategy: Recreate strategy: Recreate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
# Container configuration # Container configuration
container: container:

View File

@@ -9,7 +9,6 @@ subdomain: baikal
deployment: deployment:
strategy: Recreate strategy: Recreate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
# Container configuration # Container configuration
container: container:

View File

@@ -9,7 +9,6 @@ subdomain: blinko
deployment: deployment:
strategy: RollingUpdate strategy: RollingUpdate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
# Container configuration # Container configuration
container: container:

View File

@@ -9,7 +9,6 @@ subdomain: bytestash
deployment: deployment:
strategy: Recreate strategy: Recreate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
# Container configuration # Container configuration
container: container:

View File

@@ -9,7 +9,6 @@ subdomain: calibre-web
deployment: deployment:
strategy: Recreate strategy: Recreate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
# Container configuration # Container configuration
container: container:

View File

@@ -9,7 +9,6 @@ subdomain: coder
deployment: deployment:
strategy: Recreate strategy: Recreate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
serviceAccountName: "{release}-serviceaccount" # Will be templated serviceAccountName: "{release}-serviceaccount" # Will be templated
# Container configuration # Container configuration

View File

@@ -9,7 +9,6 @@ subdomain: esphome
deployment: deployment:
strategy: Recreate strategy: Recreate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
hostNetwork: true # ESPHome needs hostNetwork for device discovery hostNetwork: true # ESPHome needs hostNetwork for device discovery
# Container configuration # Container configuration

View File

@@ -7,6 +7,7 @@ metadata:
app: "{{ .Release.Name }}-runner" app: "{{ .Release.Name }}-runner"
spec: spec:
replicas: {{ .Values.actions.runner.replicas | default 1 }} replicas: {{ .Values.actions.runner.replicas | default 1 }}
revisionHistoryLimit: 2
selector: selector:
matchLabels: matchLabels:
app: "{{ .Release.Name }}-runner" app: "{{ .Release.Name }}-runner"

View File

@@ -9,7 +9,7 @@ subdomain: code
deployment: deployment:
strategy: Recreate strategy: Recreate
replicas: 1 replicas: 1
revisionHistoryLimit: 0 revisionHistoryLimit: 2
# Container configuration - multiple ports # Container configuration - multiple ports
container: container:

View File

@@ -9,7 +9,6 @@ subdomain: gitea
deployment: deployment:
strategy: RollingUpdate strategy: RollingUpdate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
# Container configuration - multiple ports # Container configuration - multiple ports
container: container:

View File

@@ -9,7 +9,6 @@ subdomain: jellyfin
deployment: deployment:
strategy: Recreate strategy: Recreate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
# Container configuration # Container configuration
container: container:

View File

@@ -6,7 +6,6 @@ spec:
strategy: strategy:
type: Recreate type: Recreate
replicas: 1 replicas: 1
revisionHistoryLimit: 0
selector: selector:
matchLabels: matchLabels:
app: "{{ .Release.Name }}" app: "{{ .Release.Name }}"