diff --git a/clusters/cl01tl/platform/gitea/Chart.yaml b/clusters/cl01tl/platform/gitea/Chart.yaml index 432ce89e1..aade09f00 100644 --- a/clusters/cl01tl/platform/gitea/Chart.yaml +++ b/clusters/cl01tl/platform/gitea/Chart.yaml @@ -9,7 +9,6 @@ keywords: home: https://wiki.alexlebens.dev/doc/gitea-OgqW6bQWrW sources: - https://github.com/go-gitea/gitea - - https://github.com/minio/operator - https://github.com/meilisearch/meilisearch - https://github.com/valkey-io/valkey - https://github.com/cloudflare/cloudflared @@ -17,7 +16,6 @@ sources: - https://hub.docker.com/r/gitea/gitea - https://gitea.com/gitea/helm-chart - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template - - https://github.com/minio/operator/tree/master/helm/tenant - https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch - https://github.com/bitnami/charts/tree/main/bitnami/valkey - https://github.com/alexlebens/helm-charts/tree/main/charts/cloudflared @@ -47,4 +45,4 @@ dependencies: version: 4.2.1 repository: http://alexlebens.github.io/helm-charts icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/gitea.png -appVersion: 1.22.4 +appVersion: 1.23.5 diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 53af0186d..1eacf6a12 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -1,8 +1,12 @@ gitea: global: imageRegistry: registry.hub.docker.com + replicaCount: 3 strategy: - type: "Recreate" + type: "RollingUpdate" + rollingUpdate: + maxSurge: "100%" + maxUnavailable: 0 image: repository: gitea/gitea tag: 1.23.5