Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-07 11:03:53 +00:00
parent a09c69df1b
commit df5e8d9bdc
11 changed files with 2214 additions and 0 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [jenkins-3.0.0](https://github.com/truecharts/charts/compare/jenkins-2.0.8...jenkins-3.0.0) (2023-01-07)
## [jenkins-2.0.8](https://github.com/truecharts/charts/compare/jenkins-2.0.7...jenkins-2.0.8) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [jenkins-2.0.7](https://github.com/truecharts/charts/compare/jenkins-2.0.6...jenkins-2.0.7) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [jenkins-2.0.6](https://github.com/truecharts/charts/compare/jenkins-2.0.5...jenkins-2.0.6) (2022-12-25)
### Chore
- update helm general non-major
## [jenkins-2.0.5](https://github.com/truecharts/charts/compare/jenkins-2.0.4...jenkins-2.0.5) (2022-12-19)
### Chore
- update helm general non-major
## [jenkins-2.0.4](https://github.com/truecharts/charts/compare/jenkins-2.0.3...jenkins-2.0.4) (2022-12-13)
### Chore
- update helm general non-major
## [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
- 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
- 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
- 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
- update ports ([#4933](https://github.com/truecharts/charts/issues/4933))

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "2.384"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
deprecated: false
description: The gold standard in devops tools for running CI/CD pipelines.
home: https://truecharts.org/charts/incubator/jenkins
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png
keywords:
- jenkins
- productivity
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: jenkins
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/jenkins
- https://hub.docker.com/r/jenkins/jenkins
type: application
version: 3.0.0
annotations:
truecharts.org/catagories: |
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,4 @@
## [jenkins-3.0.0](https://github.com/truecharts/charts/compare/jenkins-2.0.8...jenkins-3.0.0) (2023-01-07)

View File

@ -0,0 +1,8 @@
The gold standard in devops tools for running CI/CD pipelines.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/jenkins](https://truecharts.org/charts/incubator/jenkins)
---
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!

Binary file not shown.

View File

@ -0,0 +1,55 @@
image:
repository: jenkins/jenkins
pullPolicy: IfNotPresent
tag: 2.384-jdk17@sha256:7b28e73870aad9d6f62be09772b2b9ff8599f7348ad4cc66a918511aac08bdc9
podSecurityContext:
runAsGroup: 1000
runAsUser: 1000
fsGroup: 1000
# securityContext:
# readOnlyRootFilesystem: false
jenkins:
java_opts: []
jenkins_opts: []
jenkins_java_opts: []
plugins_force_upgrade: false
upgrade_if_no_marker: false
envFrom:
- secretRef:
name: '{{ include "tc.common.names.fullname" . }}-secret'
probes:
liveness:
type: HTTP
path: /login
readiness:
type: HTTP
path: /login
startup:
type: HTTP
path: /login
service:
main:
ports:
main:
protocol: HTTP
port: 10280
agent:
enabled: true
ports:
agent:
enabled: true
port: 50000
persistence:
data:
enabled: true
mountPath: /var/jenkins_home
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,42 @@
{{/* Define the secret */}}
{{- define "jenkins.secret" -}}
{{- $secretName := printf "%s-secret" (include "tc.common.names.fullname" .) -}}
---
apiVersion: v1
kind: Secret
metadata:
name: {{ $secretName }}
labels:
{{- include "tc.common.labels" . | nindent 4 }}
stringData:
JAVA_OPTS: {{ join " " (include "java.opts" . | fromYaml).opts | quote }}
JENKINS_OPTS: {{ join " " (include "jenkins.opts" . | fromYaml).opts | quote }}
JENKINS_JAVA_OPTS: {{ join " " (include "jenkins.java.opts" . | fromYaml).opts | quote }}
PLUGINS_FORCE_UPGRADE: {{ .Values.jenkins.plugins_force_upgrade | quote }}
TRY_UPGRADE_IF_NO_MARKER: {{ .Values.jenkins.upgrade_if_no_marker | quote }}
{{- end -}}
{{- define "jenkins.java.opts" -}}
opts:
- -Djenkins.model.Jenkins.slaveAgentPort={{ .Values.service.agent.ports.agent.port }}
- -Djenkins.model.Jenkins.slaveAgentPortEnforce=true
{{- range $opt := .Values.jenkins.jenkins_java_opts }}
- {{ $opt }}
{{- end }}
{{- end -}}
{{- define "jenkins.opts" -}}
opts:
- --httpPort={{ .Values.service.main.ports.main.port }}
{{- range $opt := .Values.jenkins.jenkins_opts }}
- {{ $opt }}
{{- end }}
{{- end -}}
{{- define "java.opts" -}}
opts:
{{- range $opt := .Values.jenkins.java_opts }}
- {{ $opt }}
{{- end }}
{{- end -}}

View File

@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render secret */}}
{{- include "jenkins.secret" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}

View File