diff --git a/charts/kubezero-ci/Chart.yaml b/charts/kubezero-ci/Chart.yaml index 071ea05..2895577 100644 --- a/charts/kubezero-ci/Chart.yaml +++ b/charts/kubezero-ci/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kubezero-ci description: KubeZero umbrella chart for all things CI type: application -version: 0.5.17 +version: 0.5.20 home: https://kubezero.com icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png keywords: @@ -22,11 +22,11 @@ dependencies: repository: https://gocd.github.io/helm-chart condition: gocd.enabled - name: gitea - version: 5.0.9 + version: 6.0.3 repository: https://dl.gitea.io/charts/ condition: gitea.enabled - name: jenkins - version: 4.2.10 + version: 4.2.13 repository: https://charts.jenkins.io condition: jenkins.enabled - name: trivy diff --git a/charts/kubezero-ci/values.yaml b/charts/kubezero-ci/values.yaml index d19cb17..c09b1c2 100644 --- a/charts/kubezero-ci/values.yaml +++ b/charts/kubezero-ci/values.yaml @@ -17,7 +17,7 @@ gitea: enabled: false image: - tag: 1.17.1 + tag: 1.17.3 rootless: true securityContext: @@ -116,9 +116,9 @@ jenkins: installPlugins: - kubernetes:3734.v562b_b_a_627ea_c - workflow-aggregator:581.v0c46fa_697ffd - - git:4.13.0 + - git:4.14.1 - configuration-as-code:1569.vb_72405b_80249 - - antisamy-markup-formatter:2.7 + - antisamy-markup-formatter:155.v795fb_8702324 - prometheus:2.0.11 - htmlpublisher:1.31 - build-discarder:139.v05696a_7fe240 @@ -132,7 +132,7 @@ jenkins: # Preconfigure agents to use zdt podman requires fuse/overlayfs agent: image: public.ecr.aws/zero-downtime/jenkins-podman - tag: v0.4.0 + tag: v0.4.1 resources: requests: cpu: "512m" @@ -215,9 +215,10 @@ jenkins: trivy: enabled: false + image: + tag: 0.34.0 persistence: enabled: true size: 1Gi rbac: create: false - pspEnabled: false