From b9503b73e4bac51cdfc6dc9328ac24fb725bc2cb Mon Sep 17 00:00:00 2001 From: tobiashvmz Date: Wed, 4 Feb 2026 12:26:27 +0000 Subject: [PATCH 1/2] make udpate strategy configurable --- templates/deployment.yaml | 2 ++ values.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 755daf0..aae57e6 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -110,3 +110,5 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} + strategy: + type: {{ .Values.updateStrategy.type }} \ No newline at end of file diff --git a/values.yaml b/values.yaml index a40c33c..09ff6a6 100644 --- a/values.yaml +++ b/values.yaml @@ -88,6 +88,10 @@ persistence: # -- actual storageClass storageClass: "" +# when persistence.enabled is set to true, strategy should be changed to 'Recreate' +updateStrategy: + type: RollingUpdate + # -- @ignore resources: {} # We usually recommend not to specify default resources and to leave this as a conscious From 3f6dff8773c196006fe755e0a88b44e728b9f21e Mon Sep 17 00:00:00 2001 From: tobi Date: Wed, 11 Feb 2026 15:35:48 +0000 Subject: [PATCH 2/2] own version --- Chart.yaml | 2 +- FORK.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 FORK.md diff --git a/Chart.yaml b/Chart.yaml index c64627f..e3a1ea4 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ name: gotify description: Gotify - a simple server for sending and receiving messages type: application -version: 0.7.0 +version: 0.7.1 appVersion: "2.8.0" home: https://gotify.net/ diff --git a/FORK.md b/FORK.md new file mode 100644 index 0000000..fddeee6 --- /dev/null +++ b/FORK.md @@ -0,0 +1 @@ +`helm push gotify-0.7.1.tgz oci://registry-1.docker.io/tobiashvmz` \ No newline at end of file