From ad7eb589b3a2878ef9db8e9bc565ee6bf650265f Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Sat, 14 Oct 2023 19:59:32 +0700 Subject: [PATCH] forgejo: try w/a for https://github.com/argoproj/argo-cd/issues/15126 --- state/gullfaxi/apps/forgejo/application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/state/gullfaxi/apps/forgejo/application.yaml b/state/gullfaxi/apps/forgejo/application.yaml index e0a885c..08bf203 100644 --- a/state/gullfaxi/apps/forgejo/application.yaml +++ b/state/gullfaxi/apps/forgejo/application.yaml @@ -34,7 +34,7 @@ spec: chart: forgejo targetRevision: 0.12.1 helm: - valuesObject: + values: | memcached: enabled: true postgresql: @@ -73,6 +73,6 @@ spec: service: DISABLE_REGISTRATION: "true" metrics: - enabled: 'true' + enabled: true serviceMonitor: - enabled: 'true' + enabled: true