From ef7f1546293c352592f117a4284cb51f1843f5e9 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Wed, 6 Mar 2024 01:26:18 +0100 Subject: [PATCH] feat: update mastodon --- mastodon/Chart.yaml | 4 ++-- mastodon/templates/deployment-tootctl.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/Chart.yaml b/mastodon/Chart.yaml index e122deb..bf7a867 100644 --- a/mastodon/Chart.yaml +++ b/mastodon/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: mastodon description: Helm Chart for mastodon type: application -version: 0.4.2 -appVersion: "v4.1" +version: 0.5.0 +appVersion: "v4.2" diff --git a/mastodon/templates/deployment-tootctl.yaml b/mastodon/templates/deployment-tootctl.yaml index c839a5c..ca15709 100644 --- a/mastodon/templates/deployment-tootctl.yaml +++ b/mastodon/templates/deployment-tootctl.yaml @@ -6,7 +6,7 @@ metadata: component: tootctl {{- include "mastodon-helm.labels" . | nindent 4 }} spec: - replicas: {{ .Values.replicaCount }} + replicas: 1 selector: matchLabels: component: tootctl -- GitLab