chore: misc version bumps

This commit is contained in:
Stefan Reimer 2022-12-06 15:41:17 +00:00
parent d2fe8b4bf9
commit 5eb89ecc1a
2 changed files with 9 additions and 8 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.5.17 version: 0.5.20
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,11 +22,11 @@ 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: 5.0.9 version: 6.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.2.10 version: 4.2.13
repository: https://charts.jenkins.io repository: https://charts.jenkins.io
condition: jenkins.enabled condition: jenkins.enabled
- name: trivy - name: trivy

View File

@ -17,7 +17,7 @@ gitea:
enabled: false enabled: false
image: image:
tag: 1.17.1 tag: 1.17.3
rootless: true rootless: true
securityContext: securityContext:
@ -116,9 +116,9 @@ jenkins:
installPlugins: installPlugins:
- kubernetes:3734.v562b_b_a_627ea_c - kubernetes:3734.v562b_b_a_627ea_c
- workflow-aggregator:581.v0c46fa_697ffd - workflow-aggregator:581.v0c46fa_697ffd
- git:4.13.0 - git:4.14.1
- configuration-as-code:1569.vb_72405b_80249 - configuration-as-code:1569.vb_72405b_80249
- antisamy-markup-formatter:2.7 - antisamy-markup-formatter:155.v795fb_8702324
- prometheus:2.0.11 - prometheus:2.0.11
- htmlpublisher:1.31 - htmlpublisher:1.31
- build-discarder:139.v05696a_7fe240 - build-discarder:139.v05696a_7fe240
@ -132,7 +132,7 @@ jenkins:
# Preconfigure agents to use zdt podman requires fuse/overlayfs # Preconfigure agents to use zdt podman requires fuse/overlayfs
agent: agent:
image: public.ecr.aws/zero-downtime/jenkins-podman image: public.ecr.aws/zero-downtime/jenkins-podman
tag: v0.4.0 tag: v0.4.1
resources: resources:
requests: requests:
cpu: "512m" cpu: "512m"
@ -215,9 +215,10 @@ jenkins:
trivy: trivy:
enabled: false enabled: false
image:
tag: 0.34.0
persistence: persistence:
enabled: true enabled: true
size: 1Gi size: 1Gi
rbac: rbac:
create: false create: false
pspEnabled: false