diff --git a/mastodon/Chart.yaml b/mastodon/Chart.yaml index e122deb371931bbaeaa862af3bff69320a387ad8..bf7a8674c1e7e00455d43411c9c9843c22419405 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 c839a5c1be988199e8fba6bc274a42f7a6208c84..ca15709de400dde4af00e03eaba6b5eef5b6410d 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