Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -2,6 +2,15 @@
|
||||
|
||||
|
||||
|
||||
## [jenkins-0.1.0](https://github.com/truecharts/charts/compare/jenkins-0.0.3...jenkins-0.1.0) (2022-08-11)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix permission ([#3439](https://github.com/truecharts/charts/issues/3439))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jenkins-0.0.3](https://github.com/truecharts/charts/compare/jenkins-0.0.2...jenkins-0.0.3) (2022-08-10)
|
||||
|
||||
### Chore
|
||||
@@ -3,4 +3,4 @@ dependencies:
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.9
|
||||
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
|
||||
generated: "2022-08-10T05:36:07.206614151Z"
|
||||
generated: "2022-08-11T08:05:53.132858941Z"
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/jenkins
|
||||
- https://hub.docker.com/r/jenkins/jenkins
|
||||
type: application
|
||||
version: 0.0.3
|
||||
version: 0.1.0
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -1,6 +1,6 @@
|
||||
# jenkins
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Jenkins is the gold standard in devops tools for running CI/CD pipelines
|
||||
|
||||
@@ -4,10 +4,14 @@ image:
|
||||
tag: v2.362@sha256:6ead1a1da8711e3da9bbdbe95dc8c4cf72389a5c22ddaba13b94028fdbf5f425
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 1000
|
||||
runAsUser: 1000
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
fsGroup: 1000
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
env:
|
||||
JENKINS_JAVA_OPTS: ""
|
||||
|
||||
@@ -863,7 +863,7 @@ questions:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: readOnly
|
||||
label: Read Only"
|
||||
label: Read Only
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
@@ -1585,7 +1585,7 @@ questions:
|
||||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
@@ -1595,7 +1595,7 @@ questions:
|
||||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: capabilities
|
||||
label: Capabilities
|
||||
schema:
|
||||
@@ -1634,13 +1634,13 @@ questions:
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 1000
|
||||
default: 0
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: "The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 1000
|
||||
default: 0
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
Reference in New Issue
Block a user