From 568eba8017c2fab28ce7a98ed4b4cd43f3964007 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sun, 23 Feb 2025 09:23:48 +0100 Subject: [PATCH] fix(gotosocial): int without quote (but as string) --- gotosocial/Chart.yaml | 2 +- gotosocial/README.md | 2 +- gotosocial/templates/secret.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gotosocial/Chart.yaml b/gotosocial/Chart.yaml index fb4676a..19ea1c8 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.2.11" +version: "0.2.12" # renovate: image=docker.io/superseriousbusiness/gotosocial appVersion: "0.18.0" maintainers: diff --git a/gotosocial/README.md b/gotosocial/README.md index 4d93fa8..53aeedd 100644 --- a/gotosocial/README.md +++ b/gotosocial/README.md @@ -7,7 +7,7 @@ description: "With GoToSocial, you can keep in touch with your friends, post, re # gotosocial -![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.18.0](https://img.shields.io/badge/AppVersion-0.18.0-informational?style=flat-square) +![Version: 0.2.12](https://img.shields.io/badge/Version-0.2.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.18.0](https://img.shields.io/badge/AppVersion-0.18.0-informational?style=flat-square) With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to! diff --git a/gotosocial/templates/secret.yaml b/gotosocial/templates/secret.yaml index 27c149c..5b4950d 100644 --- a/gotosocial/templates/secret.yaml +++ b/gotosocial/templates/secret.yaml @@ -21,7 +21,7 @@ data: {{- with .advancedRateLimitExceptions }} GTS_ADVANCED_RATE_LIMIT_EXCEPTIONS: {{ . | join "," | b64enc }} {{- end }} - GTS_ADVANCED_RATE_LIMIT_REQUESTS: {{ .advancedRateLimitRequests | b64enc }} + GTS_ADVANCED_RATE_LIMIT_REQUESTS: {{ toYaml .advancedRateLimitRequests | b64enc }} GTS_DB_TYPE: {{ .database.type | b64enc }} {{- if (eq .database.type "sqlite") }}