diff --git a/services/Gitea/application-gitea.yaml b/services/Gitea/application-gitea.yaml index 25cf76b..95284c7 100644 --- a/services/Gitea/application-gitea.yaml +++ b/services/Gitea/application-gitea.yaml @@ -17,8 +17,8 @@ spec: targetRevision: master - repoURL: https://dl.gitea.com/charts/ chart: gitea - # targetRevision: 10.6.0 - targetRevision: 11.0.0 + # targetRevision: 11.0.0 + targetRevision: 12.1.1 helm: valueFiles: - $values/services/Gitea/values.yaml diff --git a/services/Gitea/values.yaml b/services/Gitea/values.yaml index e00cd2c..71e4f2a 100644 --- a/services/Gitea/values.yaml +++ b/services/Gitea/values.yaml @@ -42,7 +42,9 @@ postgresql: enabled: false postgresql-ha: enabled: false -redis-cluster: +valkey: + enabled: false +valkey-cluster: enabled: false strategy: type: Recreate