CI tooling version bumps

This commit is contained in:
Stefan Reimer 2023-04-17 14:31:04 +00:00
parent 7c09355bbd
commit 2a017e38f9
2 changed files with 13 additions and 13 deletions

View File

@ -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.6.0 version: 0.6.1
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:
@ -22,15 +22,15 @@ dependencies:
repository: https://gocd.github.io/helm-chart repository: https://gocd.github.io/helm-chart
condition: gocd.enabled condition: gocd.enabled
- name: gitea - name: gitea
version: 7.0.4 version: 8.0.3
repository: https://dl.gitea.io/charts/ repository: https://dl.gitea.io/charts/
condition: gitea.enabled condition: gitea.enabled
- name: jenkins - name: jenkins
version: 4.3.2 version: 4.3.20
repository: https://charts.jenkins.io repository: https://charts.jenkins.io
condition: jenkins.enabled condition: jenkins.enabled
- name: trivy - name: trivy
version: 0.6.0 version: 0.7.0
repository: https://aquasecurity.github.io/helm-charts/ repository: https://aquasecurity.github.io/helm-charts/
condition: trivy.enabled condition: trivy.enabled
kubeVersion: ">= 1.24.0" kubeVersion: ">= 1.24.0"

View File

@ -121,19 +121,19 @@ jenkins:
numToKeepStr: "10" numToKeepStr: "10"
installPlugins: installPlugins:
- kubernetes:3883.v4d70a_a_a_df034 - kubernetes:3910.ve59cec5e33ea_
- workflow-aggregator:581.v0c46fa_697ffd - workflow-aggregator:581.v0c46fa_697ffd
- git:5.0.0 - git:5.0.0
- basic-branch-build-strategies:71.vc1421f89888e - basic-branch-build-strategies:71.vc1421f89888e
- pipeline-graph-view:154.v52138b_cb_557e - pipeline-graph-view:183.v9e27732d970f
- pipeline-stage-view:2.31 - pipeline-stage-view:2.32
- configuration-as-code:1569.vb_72405b_80249 - configuration-as-code:1625.v27444588cc3d
- antisamy-markup-formatter:155.v795fb_8702324 - antisamy-markup-formatter:159.v25b_c67cd35fb_
- prometheus:2.1.1 - prometheus:2.2.1
- htmlpublisher:1.31 - htmlpublisher:1.31
- build-discarder:139.v05696a_7fe240 - build-discarder:139.v05696a_7fe240
- dark-theme:302.vf069cb_e01486 - dark-theme:315.va_22e7d692ea_a
- kubernetes-credentials-provider:1.209.v862c6e5fb_1ef - kubernetes-credentials-provider:1.211.vc236a_f5a_2f3c
serviceAccountAgent: serviceAccountAgent:
create: true create: true
@ -231,7 +231,7 @@ jenkins:
trivy: trivy:
enabled: false enabled: false
image: image:
tag: 0.37.3 tag: 0.39.1
persistence: persistence:
enabled: true enabled: true
size: 1Gi size: 1Gi