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