Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3635b7f5f6
commit
c9587fc20a
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [code-server-7.0.30](https://github.com/truecharts/charts/compare/code-server-7.0.29...code-server-7.0.30) (2023-07-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10721](https://github.com/truecharts/charts/issues/10721))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [code-server-7.0.31](https://github.com/truecharts/charts/compare/code-server-7.0.30...code-server-7.0.31) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/code-server to v4.16.0 ([#11014](https://github.com/truecharts/charts/issues/11014))
|
||||
|
||||
|
||||
|
||||
|
||||
## [code-server-7.0.30](https://github.com/truecharts/charts/compare/code-server-7.0.29...code-server-7.0.30) (2023-07-22)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [code-server-7.0.21](https://github.com/truecharts/charts/compare/code-server-7.0.20...code-server-7.0.21) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
|
||||
|
||||
|
||||
|
||||
|
||||
## [code-server-7.0.20](https://github.com/truecharts/charts/compare/code-server-7.0.19...code-server-7.0.20) (2023-06-04)
|
||||
|
||||
### Chore
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "4.15.0"
|
||||
appVersion: "4.16.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/code-server
|
||||
- https://github.com/cdr/code-server
|
||||
type: application
|
||||
version: 7.0.30
|
||||
version: 7.0.31
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [code-server-7.0.31](https://github.com/truecharts/charts/compare/code-server-7.0.30...code-server-7.0.31) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/code-server to v4.16.0 ([#11014](https://github.com/truecharts/charts/issues/11014))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/code-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.15.0@sha256:38095332888d4b509b204552eecb2d22d45c2f78205f48f8360b6e93fbe49354
|
||||
tag: v4.16.0@sha256:5ea1c9c44636422ca8e3b8dfffcdbe1a95c6ff80a01e553d24a51e5431c72ce7
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue