feat: latest jenkins and trivy
This commit is contained in:
parent
34d08ab170
commit
5d3fae12cf
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero-ci
|
||||
description: KubeZero umbrella chart for all things CI
|
||||
type: application
|
||||
version: 0.5.5
|
||||
version: 0.5.9
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
@ -26,11 +26,11 @@ dependencies:
|
||||
repository: https://dl.gitea.io/charts/
|
||||
condition: gitea.enabled
|
||||
- name: jenkins
|
||||
version: 4.1.10
|
||||
version: 4.1.14
|
||||
repository: https://charts.jenkins.io
|
||||
condition: jenkins.enabled
|
||||
- name: trivy
|
||||
version: 0.4.15
|
||||
version: 0.4.16
|
||||
repository: https://aquasecurity.github.io/helm-charts/
|
||||
condition: trivy.enabled
|
||||
|
||||
|
@ -69,7 +69,7 @@ jenkins:
|
||||
enabled: false
|
||||
|
||||
controller:
|
||||
tag: 2.356-alpine-jdk17
|
||||
tag: 2.362-alpine-jdk17
|
||||
#tagLabel: alpine
|
||||
disableRememberMe: true
|
||||
prometheus:
|
||||
@ -113,11 +113,12 @@ jenkins:
|
||||
daysToKeepStr: "100"
|
||||
numToKeepStr: "10"
|
||||
|
||||
initializeOnce: true
|
||||
installPlugins:
|
||||
- kubernetes:3651.v908e7db_10d06
|
||||
- kubernetes:3670.v6ca_059233222
|
||||
- workflow-aggregator:581.v0c46fa_697ffd
|
||||
- git:4.11.3
|
||||
- configuration-as-code:1466.v2d4119502006
|
||||
- git:4.11.4
|
||||
- configuration-as-code:1512.vb_79d418d5fc8
|
||||
- antisamy-markup-formatter:2.7
|
||||
- prometheus:2.0.11
|
||||
- htmlpublisher:1.30
|
||||
|
Loading…
Reference in New Issue
Block a user