Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-15 15:31:09 +00:00
parent 68029985f3
commit e1d79e62f9
675 changed files with 26708 additions and 2817 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="code-server-3.0.2"></a>
### [code-server-3.0.2](https://github.com/truecharts/apps/compare/openvscode-server-1.0.1...code-server-3.0.2) (2022-03-15)
#### Chore
* update docker general non-major ([#2175](https://github.com/truecharts/apps/issues/2175))
<a name="code-server-3.0.1"></a>
### [code-server-3.0.1](https://github.com/truecharts/apps/compare/openvscode-server-1.0.0...code-server-3.0.1) (2022-03-07)
@@ -88,12 +97,3 @@
* update helm chart common to v8.15.0 ([#1859](https://github.com/truecharts/apps/issues/1859))
<a name="code-server-2.1.22"></a>
### [code-server-2.1.22](https://github.com/truecharts/apps/compare/code-server-2.1.21...code-server-2.1.22) (2022-02-05)
#### Chore
* update helm general non-major helm releases ([#1852](https://github.com/truecharts/apps/issues/1852))

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 9.1.2
digest: sha256:c31f80d9a593b307274ae84096234c1928a407d3899cf5b173eac54118901f24
generated: "2022-03-07T16:22:52.434056492Z"
generated: "2022-03-15T15:12:45.453774515Z"

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.0.2"
appVersion: "4.1.0"
dependencies:
- name: common
repository: https://truecharts.org
@@ -21,7 +21,7 @@ name: code-server
sources:
- https://github.com/cdr/code-server
type: application
version: 3.0.1
version: 3.0.2
annotations:
truecharts.org/catagories: |
- media

View File

@@ -18,7 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/code-server"` | |
| image.tag | string | `"v4.0.2@sha256:7c5ad7103055cb743b1f3647fcb2b2517d6ef6772a11d9c53443a056c2ea8002"` | |
| image.tag | string | `"v4.1.0@sha256:f96a1fab826dda8f8e0c2050baafe2572c13b2502ac80c412e9bed2171f9869e"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| securityContext.allowPrivilegeEscalation | bool | `true` | |

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/code-server
pullPolicy: IfNotPresent
tag: v4.0.2@sha256:7c5ad7103055cb743b1f3647fcb2b2517d6ef6772a11d9c53443a056c2ea8002
tag: v4.1.0@sha256:f96a1fab826dda8f8e0c2050baafe2572c13b2502ac80c412e9bed2171f9869e
args:
- --user-data-dir

File diff suppressed because one or more lines are too long