diff --git a/clusters/cl01tl/platform/gitea/Chart.yaml b/clusters/cl01tl/platform/gitea/Chart.yaml index 42419ca2a..f6580086b 100644 --- a/clusters/cl01tl/platform/gitea/Chart.yaml +++ b/clusters/cl01tl/platform/gitea/Chart.yaml @@ -28,7 +28,7 @@ maintainers: - name: alexlebens dependencies: - name: gitea - version: 11.0.1 + version: 12.0.0 repository: https://dl.gitea.io/charts/ - name: gitea-actions repository: oci://harbor.alexlebens.net/helm-charts diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 3ebb3e1e3..f754abb2b 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -2,11 +2,6 @@ gitea: global: imageRegistry: registry.hub.docker.com replicaCount: 3 - strategy: - type: "RollingUpdate" - rollingUpdate: - maxSurge: "100%" - maxUnavailable: 0 image: repository: gitea/gitea tag: 1.23.8 @@ -116,20 +111,15 @@ gitea: secretKeyRef: name: gitea-meilisearch-master-key-secret key: ISSUE_INDEXER_CONN_STR - memcached: + valkey-cluster: enabled: false - redis: - enabled: false - redis-cluster: - enabled: false - postgresql: + valkey: enabled: false postgresql-ha: enabled: false - mysql: - enabled: false - mariadb: + postgresql: enabled: false + gitea-actions: enabled: true global: