diff --git a/state/gullfaxi/apps/forgejo/application.yaml b/state/gullfaxi/apps/forgejo/application.yaml index 08bf203..9de819d 100644 --- a/state/gullfaxi/apps/forgejo/application.yaml +++ b/state/gullfaxi/apps/forgejo/application.yaml @@ -9,10 +9,10 @@ metadata: labels: argocd.argoproj.io/secret-type: repository stringData: - name: bitnami + name: forgejo type: helm enableOci: "true" - url: codeberg.org/forgejo-contrib + url: code.forgejo.org/forgejo-helm --- apiVersion: argoproj.io/v1alpha1 kind: Application @@ -30,17 +30,29 @@ spec: syncOptions: - CreateNamespace=true source: - repoURL: codeberg.org/forgejo-contrib + repoURL: code.forgejo.org/forgejo-helm chart: forgejo - targetRevision: 0.12.1 + targetRevision: 8.1.2 helm: values: | memcached: enabled: true + redis: + enabled: true + #global: + # redis: + # password: reset_in_argocd + redis-cluster: + enabled: false postgresql: enabled: false + postgresql-ha: + enabled: false test: enabled: false + persistence: + annotations: + argocd.argoproj.io/sync-options: Delete=false ingress: enabled: true className: nginx