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