From 0c4701a81165fe34cb56ff18e2982702fbcfee12 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 13 Feb 2026 17:31:17 +0100 Subject: [PATCH] v3.14.1 MAX_GROUP_PINNED_POSTS option default value for MAX_GROUP_PINNED_POSTS properly define MAX_GROUP_PINNED_POSTS v3.14.1 --- .env | 2 +- helmfile/environments/default.yaml.gotmpl | 1 + helmfile/values/ocelot.yaml.gotmpl | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index e7a9669..e873195 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -OCELOT_VERSION=sha-1f8f902 \ No newline at end of file +OCELOT_VERSION=sha-179bf69 diff --git a/helmfile/environments/default.yaml.gotmpl b/helmfile/environments/default.yaml.gotmpl index 220ac38..0c0bed4 100644 --- a/helmfile/environments/default.yaml.gotmpl +++ b/helmfile/environments/default.yaml.gotmpl @@ -20,3 +20,4 @@ ocelot: NETWORK_NAME: "stage.ocelot.social" ASK_FOR_REAL_NAME: "false" REQUIRE_LOCATION: "false" + MAX_GROUP_PINNED_POSTS: "1" diff --git a/helmfile/values/ocelot.yaml.gotmpl b/helmfile/values/ocelot.yaml.gotmpl index 16bddcd..a24522a 100644 --- a/helmfile/values/ocelot.yaml.gotmpl +++ b/helmfile/values/ocelot.yaml.gotmpl @@ -22,6 +22,7 @@ backend: INVITE_REGISTRATION: {{ .StateValues.ocelot.options.INVITE_REGISTRATION | quote }} CATEGORIES_ACTIVE: {{ .StateValues.ocelot.options.CATEGORIES_ACTIVE | quote }} MAX_PINNED_POSTS: {{ .StateValues.ocelot.options.MAX_PINNED_POSTS | quote }} + MAX_GROUP_PINNED_POSTS: {{ .StateValues.ocelot.options.MAX_GROUP_PINNED_POSTS | quote }} webapp: image: @@ -34,6 +35,7 @@ webapp: NETWORK_NAME: {{ .StateValues.ocelot.options.NETWORK_NAME | quote }} ASK_FOR_REAL_NAME: {{ .StateValues.ocelot.options.ASK_FOR_REAL_NAME | quote }} REQUIRE_LOCATION: {{ .StateValues.ocelot.options.REQUIRE_LOCATION | quote }} + MAX_GROUP_PINNED_POSTS: {{ .StateValues.ocelot.options.MAX_GROUP_PINNED_POSTS | quote }} maintenance: image: