Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fc3534aa0c
commit
270184e112
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [jenkins-3.0.13](https://github.com/truecharts/charts/compare/jenkins-3.0.12...jenkins-3.0.13) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [jenkins-3.0.14](https://github.com/truecharts/charts/compare/jenkins-3.0.13...jenkins-3.0.14) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jenkins to v2.391.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [jenkins-3.0.13](https://github.com/truecharts/charts/compare/jenkins-3.0.12...jenkins-3.0.13) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [jenkins-3.0.4](https://github.com/truecharts/charts/compare/jenkins-3.0.3...jenkins-3.0.4) (2023-01-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jenkins to v2.388.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [jenkins-3.0.3](https://github.com/truecharts/charts/compare/jenkins-3.0.2...jenkins-3.0.3) (2023-01-19)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.390.0"
|
||||
appVersion: "2.391.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.13
|
||||
version: 3.0.14
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [jenkins-3.0.14](https://github.com/truecharts/charts/compare/jenkins-3.0.13...jenkins-3.0.14) (2023-02-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jenkins to v2.391.0
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/jenkins
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.390.0@sha256:3decc94a284e30532900c8963f8f9b1c131afe11e02a751d151e8253955b1342
|
||||
tag: 2.391.0@sha256:6558532a37a72fe3d80b6e1c5e60303651dafc0c07ae8be0850f0f0ee7ed4460
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 1000
|
Loading…
Reference in New Issue