Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
49cc7aa571
commit
0d0329fe8d
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [code-server-8.0.1](https://github.com/truecharts/charts/compare/code-server-8.0.0...code-server-8.0.1) (2023-08-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/code-server to v4.16.1 ([#11244](https://github.com/truecharts/charts/issues/11244))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [code-server-8.0.0](https://github.com/truecharts/charts/compare/code-server-7.0.31...code-server-8.0.0) (2023-07-31)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
|
||||
|
||||
|
||||
|
||||
|
||||
## [code-server-7.0.22](https://github.com/truecharts/charts/compare/code-server-7.0.21...code-server-7.0.22) (2023-06-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "4.16.0"
|
||||
appVersion: "4.16.1"
|
||||
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: 8.0.0
|
||||
version: 8.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [code-server-8.0.1](https://github.com/truecharts/charts/compare/code-server-8.0.0...code-server-8.0.1) (2023-08-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/code-server to v4.16.1 ([#11244](https://github.com/truecharts/charts/issues/11244))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/code-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.16.0@sha256:5ea1c9c44636422ca8e3b8dfffcdbe1a95c6ff80a01e553d24a51e5431c72ce7
|
||||
tag: v4.16.1@sha256:fc3a0b190c3f6eac23ba65fc678fef2c2b37d40a0b6182183de642ca25668816
|
||||
|
||||
securityContext:
|
||||
container:
|
Loading…
Reference in New Issue