From f9268fe3859e77245ab5912afffa20e38f35f30f Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 8 Jul 2022 10:53:08 +0200 Subject: [PATCH] fix: ensure perms for dynamic Jenkins volumes --- charts/kubezero-ci/Chart.yaml | 2 +- charts/kubezero-ci/values.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/kubezero-ci/Chart.yaml b/charts/kubezero-ci/Chart.yaml index 8794ce0..8b3b9d3 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.0 +version: 0.5.1 home: https://kubezero.com icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png keywords: diff --git a/charts/kubezero-ci/values.yaml b/charts/kubezero-ci/values.yaml index 6bd2836..9669dff 100644 --- a/charts/kubezero-ci/values.yaml +++ b/charts/kubezero-ci/values.yaml @@ -117,7 +117,7 @@ jenkins: - kubernetes:3651.v908e7db_10d06 - workflow-aggregator:581.v0c46fa_697ffd - git:4.11.3 - - configuration-as-code:1462.v069a_b_57ff5c8 + - configuration-as-code:1464.vd8507b_82e41a_ - antisamy-markup-formatter:2.7 - prometheus:2.0.11 - htmlpublisher:1.30 @@ -161,6 +161,8 @@ jenkins: apiVersion: v1 kind: Pod spec: + securityContext: + fsGroup: 1000 serviceAccountName: jenkins-podman-aws containers: - name: jnlp