From b5103f3cc3248146dd239711b5d8e98c95dd4f86 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 5 Aug 2022 23:06:34 +0000 Subject: [PATCH] feat: latest jenkins and trivy --- charts/kubezero-ci/Chart.yaml | 6 +++--- charts/kubezero-ci/values.yaml | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/charts/kubezero-ci/Chart.yaml b/charts/kubezero-ci/Chart.yaml index 31dcb92..09c8142 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.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 diff --git a/charts/kubezero-ci/values.yaml b/charts/kubezero-ci/values.yaml index b7a0901..90a44f6 100644 --- a/charts/kubezero-ci/values.yaml +++ b/charts/kubezero-ci/values.yaml @@ -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