Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f09623abac
commit
c6405f41bd
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [openvscode-server-6.0.5](https://github.com/truecharts/charts/compare/openvscode-server-6.0.4...openvscode-server-6.0.5) (2023-08-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/openvscode-server to v1.81.1 ([#11949](https://github.com/truecharts/charts/issues/11949))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [openvscode-server-6.0.6](https://github.com/truecharts/charts/compare/openvscode-server-6.0.5...openvscode-server-6.0.6) (2023-09-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/openvscode-server to v1.82.0 ([#12469](https://github.com/truecharts/charts/issues/12469))
|
||||
|
||||
|
||||
|
||||
|
||||
## [openvscode-server-6.0.5](https://github.com/truecharts/charts/compare/openvscode-server-6.0.4...openvscode-server-6.0.5) (2023-08-27)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update container image tccr.io/truecharts/openvscode-server to v1.80.1 ([#10606](https://github.com/truecharts/charts/issues/10606))
|
||||
|
||||
|
||||
|
||||
|
||||
## [openvscode-server-5.0.32](https://github.com/truecharts/charts/compare/openvscode-server-5.0.31...openvscode-server-5.0.32) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: openvscode-server
|
||||
version: 6.0.5
|
||||
appVersion: "1.81.1"
|
||||
version: 6.0.6
|
||||
appVersion: "1.82.0"
|
||||
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-6.0.6](https://github.com/truecharts/charts/compare/openvscode-server-6.0.5...openvscode-server-6.0.6) (2023-09-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/openvscode-server to v1.82.0 ([#12469](https://github.com/truecharts/charts/issues/12469))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/openvscode-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.81.1@sha256:897f05b38d98b8ea1f2a4e2a444b0e85bf9d6f835faaee5b23e5eceab8250864
|
||||
tag: v1.82.0@sha256:419fe2bbd9e050f24e412187e1b7be1dbd436350181a795b98d8cecf57f6969e
|
||||
# secretEnv:
|
||||
# CONNECTION_TOKEN: "somerandomstring"
|
||||
# CONNECTION_SECRET: ""
|
Loading…
Reference in New Issue