From f1caa90f87b2540783d1fc79766c665c7f5fec90 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 8 Feb 2024 16:29:38 +0100 Subject: [PATCH] fix(gotosocial): change strategy to replica to avoid blocking by storage --- gotosocial/Chart.yaml | 2 +- gotosocial/README.adoc | 2 +- gotosocial/templates/deployment.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gotosocial/Chart.yaml b/gotosocial/Chart.yaml index 73571e1..cabcca1 100644 --- a/gotosocial/Chart.yaml +++ b/gotosocial/Chart.yaml @@ -3,7 +3,7 @@ name: gotosocial description: With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! icon: https://docs.gotosocial.org/en/latest/assets/sloth.png type: application -version: 0.1.2 +version: 0.1.3 # renovate: image=docker.io/superseriousbusiness/gotosocial appVersion: "0.13.2" maintainers: diff --git a/gotosocial/README.adoc b/gotosocial/README.adoc index f9999f7..882fef0 100644 --- a/gotosocial/README.adoc +++ b/gotosocial/README.adoc @@ -2,7 +2,7 @@ = gotosocial -image::https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square[Version: 0.1.2] +image::https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square[Version: 0.1.3] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-0.13.2-informational?style=flat-square[AppVersion: 0.13.2] == Maintainers diff --git a/gotosocial/templates/deployment.yaml b/gotosocial/templates/deployment.yaml index 7d29a55..9f13ba1 100644 --- a/gotosocial/templates/deployment.yaml +++ b/gotosocial/templates/deployment.yaml @@ -8,6 +8,8 @@ spec: {{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} {{- end }} + strategy: + type: Recreate selector: matchLabels: {{- include "gotosocial.selectorLabels" . | nindent 6 }}