From eb7a689bebe9bbcba7d5b271f93c460d798016ba Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 17 May 2024 11:37:57 +0000 Subject: [PATCH] feat: bump ci tools, fix gitea PVC --- charts/kubezero-ci/README.md | 10 ++++------ charts/kubezero-ci/values.yaml | 5 +---- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/charts/kubezero-ci/README.md b/charts/kubezero-ci/README.md index 3754925d..2e80ad0f 100644 --- a/charts/kubezero-ci/README.md +++ b/charts/kubezero-ci/README.md @@ -1,6 +1,6 @@ # kubezero-ci -![Version: 0.8.10](https://img.shields.io/badge/Version-0.8.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.8.11](https://img.shields.io/badge/Version-0.8.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) KubeZero umbrella chart for all things CI @@ -20,9 +20,9 @@ Kubernetes: `>= 1.25.0` |------------|------|---------| | https://aquasecurity.github.io/helm-charts/ | trivy | 0.7.0 | | https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 | -| https://charts.jenkins.io | jenkins | 5.1.6 | +| https://charts.jenkins.io | jenkins | 5.1.18 | | https://dl.gitea.io/charts/ | gitea | 10.1.4 | -| https://docs.renovatebot.com/helm-charts | renovate | 37.321.1 | +| https://docs.renovatebot.com/helm-charts | renovate | 37.368.2 | # Jenkins - default build retention 10 builds, 32days @@ -71,9 +71,7 @@ Kubernetes: `>= 1.25.0` | gitea.istio.enabled | bool | `false` | | | gitea.istio.gateway | string | `"istio-ingress/private-ingressgateway"` | | | gitea.istio.url | string | `"git.example.com"` | | -| gitea.persistence.create | bool | `false` | | -| gitea.persistence.enabled | bool | `true` | | -| gitea.persistence.mount | bool | `true` | | +| gitea.persistence.claimName | string | `"data-gitea-0"` | | | gitea.persistence.size | string | `"4Gi"` | | | gitea.postgresql-ha.enabled | bool | `false` | | | gitea.postgresql.enabled | bool | `false` | | diff --git a/charts/kubezero-ci/values.yaml b/charts/kubezero-ci/values.yaml index 0a29ca20..e94926f3 100644 --- a/charts/kubezero-ci/values.yaml +++ b/charts/kubezero-ci/values.yaml @@ -13,10 +13,7 @@ gitea: # Since V9 they default to RWX and deployment, we default to old existing RWO from statefulset persistence: - enabled: true - mount: true - create: false - #claimName: + claimName: data-gitea-0 size: 4Gi securityContext: