Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b624ce8a56
commit
d50ef42527
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [openvscode-server-5.0.13](https://github.com/truecharts/charts/compare/openvscode-server-5.0.12...openvscode-server-5.0.13) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [openvscode-server-5.0.14](https://github.com/truecharts/charts/compare/openvscode-server-5.0.13...openvscode-server-5.0.14) (2023-05-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/openvscode-server to v1.78.1 ([#8907](https://github.com/truecharts/charts/issues/8907))
|
||||
|
||||
|
||||
|
||||
|
||||
## [openvscode-server-5.0.13](https://github.com/truecharts/charts/compare/openvscode-server-5.0.12...openvscode-server-5.0.13) (2023-05-05)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
## [openvscode-server-5.0.4](https://github.com/truecharts/charts/compare/openvscode-server-5.0.3...openvscode-server-5.0.4) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998))
|
||||
|
||||
|
||||
|
||||
|
||||
## [openvscode-server-5.0.3](https://github.com/truecharts/charts/compare/openvscode-server-5.0.2...openvscode-server-5.0.3) (2023-04-14)
|
||||
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: openvscode-server
|
||||
version: 5.0.13
|
||||
appVersion: "1.77.3"
|
||||
version: 5.0.14
|
||||
appVersion: "1.78.1"
|
||||
description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [openvscode-server-5.0.14](https://github.com/truecharts/charts/compare/openvscode-server-5.0.13...openvscode-server-5.0.14) (2023-05-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/openvscode-server to v1.78.1 ([#8907](https://github.com/truecharts/charts/issues/8907))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/openvscode-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.77.3@sha256:baa85c27e64d8cbf10e6ebd6830606fbf019935f6b0a891a7318f734c3bd3d5b
|
||||
tag: v1.78.1@sha256:3248ef1a2b7c9a5deeccc103761b0b0a4aed0fb0d9f8914649197c04e5110b25
|
||||
# secretEnv:
|
||||
# CONNECTION_TOKEN: "somerandomstring"
|
||||
# CONNECTION_SECRET: ""
|
Loading…
Reference in New Issue