Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="guacd-0.0.11"></a>
|
||||
### [guacd-0.0.11](https://github.com/truecharts/apps/compare/guacd-0.0.10...guacd-0.0.11) (2022-01-11)
|
||||
|
||||
#### Feat
|
||||
|
||||
* use official image ([#1692](https://github.com/truecharts/apps/issues/1692))
|
||||
|
||||
|
||||
|
||||
<a name="guacd-0.0.10"></a>
|
||||
### [guacd-0.0.10](https://github.com/truecharts/apps/compare/guacd-0.0.9...guacd-0.0.10) (2022-01-04)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: guacd
|
||||
version: 0.0.11
|
||||
appVersion: "1.3.0"
|
||||
appVersion: "1.4.0"
|
||||
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
|
||||
type: application
|
||||
deprecated: false
|
||||
|
||||
@@ -11,15 +11,9 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.PUID | int | `568` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/guacd"` | |
|
||||
| image.tag | string | `"v1.3.0"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/guacamole-server"` | |
|
||||
| image.tag | string | `"v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee"` | |
|
||||
| service.main.ports.main.port | int | `4822` | |
|
||||
| service.main.ports.main.targetPort | int | `4822` | |
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="guacd-0.0.11"></a>
|
||||
### [guacd-0.0.11](https://github.com/truecharts/apps/compare/guacd-0.0.10...guacd-0.0.11) (2022-01-11)
|
||||
|
||||
#### Feat
|
||||
|
||||
* use official image ([#1692](https://github.com/truecharts/apps/issues/1692))
|
||||
|
||||
|
||||
|
||||
<a name="guacd-0.0.10"></a>
|
||||
### [guacd-0.0.10](https://github.com/truecharts/apps/compare/guacd-0.0.9...guacd-0.0.10) (2022-01-04)
|
||||
|
||||
|
||||
@@ -11,15 +11,9 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.PUID | int | `568` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/guacd"` | |
|
||||
| image.tag | string | `"v1.3.0"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/guacamole-server"` | |
|
||||
| image.tag | string | `"v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee"` | |
|
||||
| service.main.ports.main.port | int | `4822` | |
|
||||
| service.main.ports.main.targetPort | int | `4822` | |
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
+31
-173
@@ -13640,6 +13640,36 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/grocy-9.0.19/grocy-9.0.19.tgz
|
||||
version: 9.0.19
|
||||
guacd:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- incubator
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 1.4.0
|
||||
created: "2022-01-11T12:09:06.292163148Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.2
|
||||
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
|
||||
digest: cf8a2d3aaee5c76f700e800abd83db17d373678c2d1fb8114c2ee3dcdb6382d3
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/guacd
|
||||
icon: https://truecharts.org/_static/img/appicons/guacd-icon.png
|
||||
keywords:
|
||||
- guacd
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: guacd
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/guacd
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/guacd-0.0.11/guacd-0.0.11.tgz
|
||||
version: 0.0.11
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -20511,42 +20541,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/lychee-9.0.20/lychee-9.0.20.tgz
|
||||
version: 9.0.20
|
||||
mariadb:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 10.6.5
|
||||
created: "2022-01-11T10:30:12.25166121Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.6
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational
|
||||
database system.
|
||||
digest: 09f7f63c5488f87ba566a52fa4cdfe6e4e5a920ed1c3ea59f1a1e1104f952bb5
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/mariadb
|
||||
icon: https://bitnami.com/assets/stacks/mariadb/img/mariadb-stack-220x234.png
|
||||
keywords:
|
||||
- mariadb
|
||||
- mysql
|
||||
- database
|
||||
- sql
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: mariadb
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mariadb
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/mariadb-1.0.48/mariadb-1.0.48.tgz
|
||||
version: 1.0.48
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -21726,40 +21720,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/medusa-1.0.24/medusa-1.0.24.tgz
|
||||
version: 1.0.24
|
||||
memcached:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
- cache
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.12
|
||||
created: "2022-01-11T10:30:12.492079953Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.6
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
digest: 1d6bd67dcf8af7423e9e9ab78f94450783d90c3eee64c150f8e0c3e7e9a17636
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/memcached
|
||||
icon: https://bitnami.com/assets/stacks/memcached/img/memcached-stack-220x234.png
|
||||
keywords:
|
||||
- memcached
|
||||
- database
|
||||
- cache
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: memcached
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- http://memcached.org/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/memcached-1.0.48/memcached-1.0.48.tgz
|
||||
version: 1.0.48
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -31373,39 +31333,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/podgrab-7.0.20/podgrab-7.0.20.tgz
|
||||
version: 7.0.20
|
||||
postgresql:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 14.1.0
|
||||
created: "2022-01-11T10:30:12.712854871Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.6
|
||||
description: PostgresSQL
|
||||
digest: 6fb3861217fd787880a6a816a0e9a5b5b36ab2e13ce52c67a0c943b2f0685190
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/postgres
|
||||
icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png
|
||||
keywords:
|
||||
- postgres
|
||||
- postgressql
|
||||
- dtabase
|
||||
- sql
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: postgresql
|
||||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/postgresql-6.0.46/postgresql-6.0.46.tgz
|
||||
version: 6.0.46
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -33543,41 +33470,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/prometheus-1.1.10/prometheus-1.1.10.tgz
|
||||
version: 1.1.10
|
||||
promtail:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
- logs
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 2.4.1
|
||||
created: "2022-01-11T10:30:12.914437365Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.6
|
||||
description: Promtail is an agent which ships the contents of local logs to a
|
||||
Loki instance
|
||||
digest: c5faa30174fa2b58697e8f4da2324f6ff7009eb0b0408f3d4cda2685539eb2fb
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/prometheus
|
||||
icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png
|
||||
keywords:
|
||||
- metrics
|
||||
- logs
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: promtail
|
||||
sources:
|
||||
- https://github.com/grafana/loki
|
||||
- https://grafana.com/oss/loki/
|
||||
- https://grafana.com/docs/loki/latest/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/promtail-1.0.20/promtail-1.0.20.tgz
|
||||
version: 1.0.20
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -36487,40 +36379,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/recipes-4.0.16/recipes-4.0.16.tgz
|
||||
version: 4.0.16
|
||||
redis:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
- cache
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 6.2.6
|
||||
created: "2022-01-11T10:30:13.120386588Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.10.6
|
||||
description: Open source, advanced key-value store.
|
||||
digest: fd99f466d19e36ad934b3052f68617f01b39f21b05de8174e6201258cc926e4d
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/redis
|
||||
icon: https://bitnami.com/assets/stacks/redis/img/redis-stack-220x234.png
|
||||
keywords:
|
||||
- redis
|
||||
- keyvalue
|
||||
- database
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: redis
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/redis-1.0.51/redis-1.0.51.tgz
|
||||
version: 1.0.51
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -46709,4 +46567,4 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||
version: 9.0.24
|
||||
generated: "2022-01-11T10:30:13.123663209Z"
|
||||
generated: "2022-01-11T12:09:06.295474486Z"
|
||||
|
||||
Reference in New Issue
Block a user