From bd7b92008b1baf6b7433b9f82f03193a9d4538d5 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 6 Jun 2025 15:16:53 -0500 Subject: [PATCH] update chart --- clusters/cl01tl/platform/gitea/Chart.yaml | 2 +- clusters/cl01tl/platform/gitea/values.yaml | 18 ++++-------------- 2 files changed, 5 insertions(+), 15 deletions(-) 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: