Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-19 16:32:49 +00:00
parent bd723d3053
commit d3bcdc9e56
12 changed files with 74 additions and 74 deletions

View File

@ -1,9 +0,0 @@
## [jenkins-3.0.2](https://github.com/truecharts/charts/compare/jenkins-3.0.1...jenkins-3.0.2) (2023-01-10)
### Chore
- update container image tccr.io/truecharts/jenkins to v2.386.0

View File

@ -4,6 +4,15 @@
## [jenkins-3.0.3](https://github.com/truecharts/charts/compare/jenkins-3.0.2...jenkins-3.0.3) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/jenkins to v2.387.0
## [jenkins-3.0.2](https://github.com/truecharts/charts/compare/jenkins-3.0.1...jenkins-3.0.2) (2023-01-10)
### Chore
@ -81,15 +90,6 @@
## [jenkins-2.0.3](https://github.com/truecharts/charts/compare/jenkins-2.0.1...jenkins-2.0.3) (2022-11-30)
### Fix
- update ports ([#4933](https://github.com/truecharts/charts/issues/4933))
## [jenkins-2.0.3](https://github.com/truecharts/charts/compare/jenkins-2.0.1...jenkins-2.0.3) (2022-11-30)
### Fix

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.386.0"
appVersion: "2.387.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -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: 3.0.2
version: 3.0.3
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [jenkins-3.0.3](https://github.com/truecharts/charts/compare/jenkins-3.0.2...jenkins-3.0.3) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/jenkins to v2.387.0

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/jenkins
pullPolicy: IfNotPresent
tag: 2.386.0@sha256:4fcfc66e1570400e4c456c7769d643db9a23aa562137a65ec04f705141e66e00
tag: 2.387.0@sha256:3c3e21f50271ebaa89727310066d762e1f0d2f9433b9a09701e3618ceb8d7235
podSecurityContext:
runAsGroup: 1000

View File

@ -1134,58 +1134,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy