Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8ad8d6200a
commit
dd59e0c74b
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [code-server-7.0.28](https://github.com/truecharts/charts/compare/code-server-7.0.27...code-server-7.0.28) (2023-07-07)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10156](https://github.com/truecharts/charts/issues/10156))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [code-server-7.0.29](https://github.com/truecharts/charts/compare/code-server-7.0.28...code-server-7.0.29) (2023-07-22)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/code-server to v4.15.0 ([#10746](https://github.com/truecharts/charts/issues/10746))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [code-server-7.0.28](https://github.com/truecharts/charts/compare/code-server-7.0.27...code-server-7.0.28) (2023-07-07)
|
## [code-server-7.0.28](https://github.com/truecharts/charts/compare/code-server-7.0.27...code-server-7.0.28) (2023-07-07)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [code-server-7.0.19](https://github.com/truecharts/charts/compare/code-server-7.0.18...code-server-7.0.19) (2023-05-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "4.14.1"
|
appVersion: "4.15.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
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/truecharts/charts/tree/master/charts/stable/code-server
|
||||||
- https://github.com/cdr/code-server
|
- https://github.com/cdr/code-server
|
||||||
type: application
|
type: application
|
||||||
version: 7.0.28
|
version: 7.0.29
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [code-server-7.0.29](https://github.com/truecharts/charts/compare/code-server-7.0.28...code-server-7.0.29) (2023-07-22)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/code-server to v4.15.0 ([#10746](https://github.com/truecharts/charts/issues/10746))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/code-server
|
repository: tccr.io/truecharts/code-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v4.14.1@sha256:729253c02e4481bd1184c29466859db0cdb3fa306c8fc319c96975bf26a6b4f6
|
tag: v4.15.0@sha256:38095332888d4b509b204552eecb2d22d45c2f78205f48f8360b6e93fbe49354
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
Loading…
Reference in New Issue