chore: some CI updates,etc
This commit is contained in:
parent
dd899e598f
commit
7d9f601daa
@ -178,6 +178,7 @@ nvidia-device-plugin:
|
|||||||
- g5.16xlarge
|
- g5.16xlarge
|
||||||
- g5.24xlarge
|
- g5.24xlarge
|
||||||
- g5.48xlarge
|
- g5.48xlarge
|
||||||
|
- g4dn.xlarge
|
||||||
|
|
||||||
cluster-autoscaler:
|
cluster-autoscaler:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -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.24
|
version: 0.5.25
|
||||||
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,7 +26,7 @@ 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.2.17
|
version: 4.2.20
|
||||||
repository: https://charts.jenkins.io
|
repository: https://charts.jenkins.io
|
||||||
condition: jenkins.enabled
|
condition: jenkins.enabled
|
||||||
- name: trivy
|
- name: trivy
|
||||||
|
@ -121,19 +121,19 @@ jenkins:
|
|||||||
numToKeepStr: "10"
|
numToKeepStr: "10"
|
||||||
|
|
||||||
installPlugins:
|
installPlugins:
|
||||||
- kubernetes:3743.v1fa_4c724c3b_7
|
- kubernetes:3802.vb_b_600831fcb_3
|
||||||
- workflow-aggregator:581.v0c46fa_697ffd
|
- workflow-aggregator:581.v0c46fa_697ffd
|
||||||
- git:4.14.3
|
- git:5.0.0
|
||||||
- basic-branch-build-strategies:71.vc1421f89888e
|
- basic-branch-build-strategies:71.vc1421f89888e
|
||||||
- pipeline-graph-view:144.vf3924feb_7e35
|
- pipeline-graph-view:144.vf3924feb_7e35
|
||||||
- pipeline-stage-view:2.28
|
- pipeline-stage-view:2.28
|
||||||
- configuration-as-code:1569.vb_72405b_80249
|
- configuration-as-code:1569.vb_72405b_80249
|
||||||
- antisamy-markup-formatter:155.v795fb_8702324
|
- antisamy-markup-formatter:155.v795fb_8702324
|
||||||
- prometheus:2.0.11
|
- prometheus:2.1.0
|
||||||
- htmlpublisher:1.31
|
- htmlpublisher:1.31
|
||||||
- build-discarder:139.v05696a_7fe240
|
- build-discarder:139.v05696a_7fe240
|
||||||
- dark-theme:262.v0202a_4c8fb_6a
|
- dark-theme:262.v0202a_4c8fb_6a
|
||||||
- kubernetes-credentials-provider:1.206.v7ce2cf7b_0c8b
|
- kubernetes-credentials-provider:1.208.v128ee9800c04
|
||||||
|
|
||||||
serviceAccountAgent:
|
serviceAccountAgent:
|
||||||
create: true
|
create: true
|
||||||
@ -153,6 +153,13 @@ jenkins:
|
|||||||
containerCap: 2
|
containerCap: 2
|
||||||
annotations:
|
annotations:
|
||||||
container.apparmor.security.beta.kubernetes.io/jnlp: unconfined
|
container.apparmor.security.beta.kubernetes.io/jnlp: unconfined
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: ""
|
||||||
|
memory: ""
|
||||||
|
limits:
|
||||||
|
cpu: ""
|
||||||
|
memory: ""
|
||||||
# envVars:
|
# envVars:
|
||||||
# - name: AWS_WEB_IDENTITY_TOKEN_FILE
|
# - name: AWS_WEB_IDENTITY_TOKEN_FILE
|
||||||
# value: "/var/run/secrets/sts.amazonaws.com/serviceaccount/token"
|
# value: "/var/run/secrets/sts.amazonaws.com/serviceaccount/token"
|
||||||
|
@ -59,6 +59,9 @@ rabbitmq:
|
|||||||
mqtt: false
|
mqtt: false
|
||||||
mqtts: false
|
mqtts: false
|
||||||
|
|
||||||
|
#extraConfiguration: |-
|
||||||
|
# mqtt.durable_queue_type = quorum
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
existingPasswordSecret: rabbitmq
|
existingPasswordSecret: rabbitmq
|
||||||
existingErlangSecret: rabbitmq
|
existingErlangSecret: rabbitmq
|
||||||
|
Loading…
Reference in New Issue
Block a user