Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
72b000b0e8
commit
7bcdb3386c
|
@ -2,6 +2,25 @@
|
|||
|
||||
|
||||
|
||||
## [mariadb-3.0.70](https://github.com/truecharts/charts/compare/mariadb-3.0.69...mariadb-3.0.70) (2022-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.70](https://github.com/truecharts/charts/compare/mariadb-3.0.69...mariadb-3.0.70) (2022-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.69](https://github.com/truecharts/charts/compare/mariadb-3.0.68...mariadb-3.0.69) (2022-09-03)
|
||||
|
||||
### Chore
|
||||
|
@ -78,22 +97,3 @@
|
|||
|
||||
## [collabora-online-12.1.30](https://github.com/truecharts/charts/compare/collabora-online-12.1.29...collabora-online-12.1.30) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major docker tags ([#3544](https://github.com/truecharts/charts/issues/3544))
|
||||
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.29](https://github.com/truecharts/charts/compare/collabora-online-12.1.27...collabora-online-12.1.29) (2022-08-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.4.13
|
||||
- update docker general non-major ([#3478](https://github.com/truecharts/charts/issues/3478))
|
||||
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.27](https://github.com/truecharts/charts/compare/collabora-online-12.1.26...collabora-online-12.1.27) (2022-08-12)
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.7
|
||||
digest: sha256:b72267dc4ec6ba94956fa8ad26ab0a92f7eaf6f95558581564b160ff9dc54606
|
||||
generated: "2022-09-03T20:31:44.364579507Z"
|
||||
generated: "2022-09-07T23:03:47.554172914Z"
|
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 3.0.69
|
||||
version: 3.0.70
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -1,6 +1,6 @@
|
|||
# mariadb
|
||||
|
||||
![Version: 3.0.69](https://img.shields.io/badge/Version-3.0.69-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.4](https://img.shields.io/badge/AppVersion-10.8.4-informational?style=flat-square)
|
||||
![Version: 3.0.70](https://img.shields.io/badge/Version-3.0.70-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.4](https://img.shields.io/badge/AppVersion-10.8.4-informational?style=flat-square)
|
||||
|
||||
Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
|
||||
|
@ -66,7 +66,7 @@ helm uninstall mariadb
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.8.4@sha256:dad000f29d99a7390d27e0a31a3e4bf882f0df40aa8628480d266c8106beddc9
|
||||
tag: 10.8.4@sha256:36d630eb690d7eea560474f14180628a10d17317a09838297e0dd42e1f6ce850
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
|
@ -2325,7 +2325,7 @@ questions:
|
|||
group: Documentation
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -2,6 +2,25 @@
|
|||
|
||||
|
||||
|
||||
## [mongodb-2.0.9](https://github.com/truecharts/charts/compare/mongodb-2.0.8...mongodb-2.0.9) (2022-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-2.0.9](https://github.com/truecharts/charts/compare/mongodb-2.0.8...mongodb-2.0.9) (2022-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-2.0.8](https://github.com/truecharts/charts/compare/mongodb-2.0.7...mongodb-2.0.8) (2022-09-03)
|
||||
|
||||
### Chore
|
||||
|
@ -78,22 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [clickhouse-1.0.13](https://github.com/truecharts/charts/compare/clickhouse-1.0.12...clickhouse-1.0.13) (2022-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.1 ([#3562](https://github.com/truecharts/charts/issues/3562))
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.12](https://github.com/truecharts/charts/compare/clickhouse-1.0.11...clickhouse-1.0.12) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.0 ([#3546](https://github.com/truecharts/charts/issues/3546))
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.11](https://github.com/truecharts/charts/compare/clickhouse-1.0.10...clickhouse-1.0.11) (2022-08-19)
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.7
|
||||
digest: sha256:b72267dc4ec6ba94956fa8ad26ab0a92f7eaf6f95558581564b160ff9dc54606
|
||||
generated: "2022-09-03T20:31:14.848292599Z"
|
||||
generated: "2022-09-07T23:03:47.584220303Z"
|
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://www.mongodb.com
|
||||
type: application
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -1,6 +1,6 @@
|
|||
# mongodb
|
||||
|
||||
![Version: 2.0.8](https://img.shields.io/badge/Version-2.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square)
|
||||
![Version: 2.0.9](https://img.shields.io/badge/Version-2.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square)
|
||||
|
||||
Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
|
||||
|
@ -66,7 +66,7 @@ helm uninstall mongodb
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/mongodb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 6.0.1@sha256:1864c304bd57158181de50befdaa9dfe550664e62db3cbc79e78cdd0dbb0acd9
|
||||
tag: 6.0.1@sha256:a03ecc969729b87c13c06c9943c856d70df71eb768ba4d0da1ba814ae5e3de67
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
|
@ -2325,7 +2325,7 @@ questions:
|
|||
group: Documentation
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -2,6 +2,25 @@
|
|||
|
||||
|
||||
|
||||
## [postgresql-8.0.73](https://github.com/truecharts/charts/compare/postgresql-8.0.72...postgresql-8.0.73) (2022-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.73](https://github.com/truecharts/charts/compare/postgresql-8.0.72...postgresql-8.0.73) (2022-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.72](https://github.com/truecharts/charts/compare/postgresql-8.0.71...postgresql-8.0.72) (2022-09-03)
|
||||
|
||||
### Chore
|
||||
|
@ -78,22 +97,3 @@
|
|||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3587](https://github.com/truecharts/charts/issues/3587))
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.33](https://github.com/truecharts/charts/compare/cryptpad-0.0.32...cryptpad-0.0.33) (2022-08-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.32](https://github.com/truecharts/charts/compare/cryptpad-0.0.31...cryptpad-0.0.32) (2022-08-25)
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.7
|
||||
digest: sha256:b72267dc4ec6ba94956fa8ad26ab0a92f7eaf6f95558581564b160ff9dc54606
|
||||
generated: "2022-09-03T20:31:44.503961798Z"
|
||||
generated: "2022-09-07T23:03:47.575334683Z"
|
|
@ -23,7 +23,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 8.0.72
|
||||
version: 8.0.73
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -1,6 +1,6 @@
|
|||
# postgresql
|
||||
|
||||
![Version: 8.0.72](https://img.shields.io/badge/Version-8.0.72-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.5.0](https://img.shields.io/badge/AppVersion-14.5.0-informational?style=flat-square)
|
||||
![Version: 8.0.73](https://img.shields.io/badge/Version-8.0.73-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.5.0](https://img.shields.io/badge/AppVersion-14.5.0-informational?style=flat-square)
|
||||
|
||||
PostgresSQL
|
||||
|
||||
|
@ -64,7 +64,7 @@ helm uninstall postgresql
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/postgresql
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 14.5.0@sha256:88c47e190d216d4992a29ffdd41d8fee0a96ef2bf561677c92346aaacef7b79c
|
||||
tag: 14.5.0@sha256:5916b155f05303b0c0801df0195593a21c117d89dd1570491bdf9ec2f4483ad1
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
|
@ -2325,7 +2325,7 @@ questions:
|
|||
group: Documentation
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -2,6 +2,27 @@
|
|||
|
||||
|
||||
|
||||
## [cadquery-server-0.0.23](https://github.com/truecharts/charts/compare/cadquery-server-0.0.22...cadquery-server-0.0.23) (2022-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cadquery-server-0.0.23](https://github.com/truecharts/charts/compare/cadquery-server-0.0.22...cadquery-server-0.0.23) (2022-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cadquery-server-0.0.22](https://github.com/truecharts/charts/compare/cadquery-server-0.0.21...cadquery-server-0.0.22) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
@ -76,24 +97,3 @@
|
|||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cadquery-server-0.0.13](https://github.com/truecharts/apps/compare/cadquery-server-0.0.12...cadquery-server-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [cadquery-server-0.0.12](https://github.com/truecharts/apps/compare/cadquery-server-0.0.11...cadquery-server-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-09-05T06:02:43.414098969Z"
|
||||
generated: "2022-09-07T23:03:47.601791045Z"
|
|
@ -12,7 +12,7 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
deprecated: false
|
||||
description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.\r\n"
|
||||
description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized."
|
||||
home: https://truecharts.org/docs/charts/incubator/cadquery-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png
|
||||
keywords:
|
||||
|
@ -32,4 +32,4 @@ sources:
|
|||
- https://github.com/roipoussiere/cadquery
|
||||
- https://hub.docker.com/r/cadquery/cadquery-server
|
||||
type: application
|
||||
version: 0.0.22
|
||||
version: 0.0.23
|
|
@ -1,6 +1,6 @@
|
|||
# cadquery-server
|
||||
|
||||
![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
![Version: 0.0.23](https://img.shields.io/badge/Version-0.0.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
|
||||
CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
|
||||
|
||||
|
@ -65,7 +65,7 @@ helm uninstall cadquery-server
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -1,5 +1,4 @@
|
|||
CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
|
||||
|
||||
CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/cadquery-server](https://truecharts.org/docs/charts/incubator/cadquery-server)
|
||||
|
|
@ -2,7 +2,7 @@ env: {}
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/cadquery-server
|
||||
tag: latest@sha256:f470b2d2d9baa6a003c24bce2108f0137545caa890b84a91d67040aba76272d9
|
||||
tag: latest@sha256:7fee8c8de56ab6d004276375b5de2297bbdfcc2d83065ae939db3c4c3f0daaef
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
|
@ -1852,7 +1852,9 @@ questions:
|
|||
required: true
|
||||
- variable: docs
|
||||
group: Documentation
|
||||
label: "Please read the documentation at https://truecharts.org"
|
||||
label: Please read the documentation at https://truecharts.org
|
||||
description: Please read the documentation at
|
||||
<br /><a href="https://truecharts.org">https://truecharts.org</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -1864,7 +1866,9 @@ questions:
|
|||
default: true
|
||||
- variable: donateNag
|
||||
group: Documentation
|
||||
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -1,99 +0,0 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.46](https://github.com/truecharts/charts/compare/cryptpad-0.0.45...cryptpad-0.0.46) (2022-09-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3700](https://github.com/truecharts/charts/issues/3700))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.45](https://github.com/truecharts/charts/compare/cryptpad-0.0.44...cryptpad-0.0.45) (2022-09-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3668](https://github.com/truecharts/charts/issues/3668))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.43](https://github.com/truecharts/charts/compare/cryptpad-0.0.42...cryptpad-0.0.43) (2022-09-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3649](https://github.com/truecharts/charts/issues/3649))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.41](https://github.com/truecharts/charts/compare/cryptpad-0.0.40...cryptpad-0.0.41) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.40](https://github.com/truecharts/charts/compare/cryptpad-0.0.39...cryptpad-0.0.40) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.39](https://github.com/truecharts/charts/compare/cryptpad-0.0.38...cryptpad-0.0.39) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3623](https://github.com/truecharts/charts/issues/3623))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.38](https://github.com/truecharts/charts/compare/cryptpad-0.0.37...cryptpad-0.0.38) (2022-08-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.37](https://github.com/truecharts/charts/compare/cryptpad-0.0.36...cryptpad-0.0.37) (2022-08-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3606](https://github.com/truecharts/charts/issues/3606))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.36](https://github.com/truecharts/charts/compare/cryptpad-0.0.33...cryptpad-0.0.36) (2022-08-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3587](https://github.com/truecharts/charts/issues/3587))
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.33](https://github.com/truecharts/charts/compare/cryptpad-0.0.32...cryptpad-0.0.33) (2022-08-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,99 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [cryptpad-0.0.47](https://github.com/truecharts/charts/compare/cryptpad-0.0.46...cryptpad-0.0.47) (2022-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.29](https://github.com/truecharts/charts/compare/neko-0.0.28...neko-0.0.29) (2022-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.28](https://github.com/truecharts/charts/compare/neko-0.0.26...neko-0.0.28) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639))
|
||||
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.27](https://github.com/truecharts/charts/compare/neko-0.0.26...neko-0.0.27) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626))
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.26](https://github.com/truecharts/charts/compare/neko-0.0.24...neko-0.0.26) (2022-08-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3620](https://github.com/truecharts/charts/issues/3620))
|
||||
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.24](https://github.com/truecharts/charts/compare/neko-0.0.22...neko-0.0.24) (2022-08-26)
|
||||
|
||||
### Fix
|
||||
|
||||
- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586))
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.22](https://github.com/truecharts/charts/compare/neko-0.0.21...neko-0.0.22) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545))
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.21](https://github.com/truecharts/charts/compare/neko-0.0.20...neko-0.0.21) (2022-08-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major docker tags ([#3544](https://github.com/truecharts/charts/issues/3544))
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.20](https://github.com/truecharts/charts/compare/neko-0.0.19...neko-0.0.20) (2022-08-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major docker tags ([#3523](https://github.com/truecharts/charts/issues/3523))
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.19](https://github.com/truecharts/charts/compare/neko-0.0.18...neko-0.0.19) (2022-08-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3478](https://github.com/truecharts/charts/issues/3478))
|
||||
|
||||
|
||||
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-08-30T23:41:22.30381863Z"
|
||||
generated: "2022-09-07T23:04:22.546054677Z"
|
|
@ -28,4 +28,4 @@ sources:
|
|||
- https://cryptpad.fr/
|
||||
- https://hub.docker.com/r/promasu/cryptpad/
|
||||
type: application
|
||||
version: 0.0.46
|
||||
version: 0.0.47
|
|
@ -1,6 +1,6 @@
|
|||
# cryptpad
|
||||
|
||||
![Version: 0.0.46](https://img.shields.io/badge/Version-0.0.46-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
![Version: 0.0.47](https://img.shields.io/badge/Version-0.0.47-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
|
||||
CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js
|
||||
|
|
@ -2,7 +2,7 @@ env: {}
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/cryptpad
|
||||
tag: latest@sha256:f97fbcfdef6155c9fa13f9656f73f34ee1e9b24c713f877ccdbf391c6581ed78
|
||||
tag: latest@sha256:7d6b846c628b400ff8963d4f04ec2f2cbca24d48ae6280eef82fa87656902074
|
||||
persistence:
|
||||
blobpath:
|
||||
enabled: true
|
|
@ -3492,7 +3492,7 @@ questions:
|
|||
group: Documentation
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -2,6 +2,27 @@
|
|||
|
||||
|
||||
|
||||
## [factorio-0.0.29](https://github.com/truecharts/charts/compare/factorio-0.0.28...factorio-0.0.29) (2022-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [factorio-0.0.29](https://github.com/truecharts/charts/compare/factorio-0.0.28...factorio-0.0.29) (2022-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [factorio-0.0.28](https://github.com/truecharts/charts/compare/factorio-0.0.27...factorio-0.0.28) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
@ -76,24 +97,3 @@
|
|||
### Fix
|
||||
|
||||
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
|
||||
|
||||
|
||||
|
||||
|
||||
## [factorio-0.0.18](https://github.com/truecharts/charts/compare/factorio-0.0.17...factorio-0.0.18) (2022-08-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3377](https://github.com/truecharts/charts/issues/3377))
|
||||
|
||||
|
||||
|
||||
|
||||
## [factorio-0.0.17](https://github.com/truecharts/charts/compare/factorio-0.0.16...factorio-0.0.17) (2022-08-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
|
||||
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))
|
||||
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-08-30T23:45:40.922024683Z"
|
||||
generated: "2022-09-07T23:04:22.628393644Z"
|
|
@ -9,7 +9,7 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
deprecated: false
|
||||
description: "This Docker Container will download the latest stable release of the game, generate the map and you're ready to play.\r\n"
|
||||
description: "This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play."
|
||||
home: https://truecharts.org/docs/charts/incubator/factorio
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png
|
||||
keywords:
|
||||
|
@ -26,4 +26,4 @@ sources:
|
|||
- https://www.factorio.com/
|
||||
- https://hub.docker.com/r/factoriotools/factorio/
|
||||
type: application
|
||||
version: 0.0.28
|
||||
version: 0.0.29
|
|
@ -1,8 +1,8 @@
|
|||
# factorio
|
||||
|
||||
![Version: 0.0.28](https://img.shields.io/badge/Version-0.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square)
|
||||
![Version: 0.0.29](https://img.shields.io/badge/Version-0.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: stable](https://img.shields.io/badge/AppVersion-stable-informational?style=flat-square)
|
||||
|
||||
This Docker Container will download the latest stable release of the game, generate the map and you're ready to play.
|
||||
This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play.
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
|
@ -65,7 +65,7 @@ helm uninstall factorio
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -1,5 +1,4 @@
|
|||
This Docker Container will download the latest stable release of the game, generate the map and you're ready to play.
|
||||
|
||||
This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/factorio](https://truecharts.org/docs/charts/incubator/factorio)
|
||||
|
|
@ -2,7 +2,7 @@ env: {}
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/factorio
|
||||
tag: vstable@sha256:1d44d55ede36fb91c33468af5c6d3604384e4a0de8daf48e724519eeae2d7711
|
||||
tag: vstable@sha256:1878e15734a7937e1a158f86edd01aa9807254b1601c3840cb90b386c1f81933
|
||||
persistence:
|
||||
path:
|
||||
enabled: true
|
|
@ -386,7 +386,7 @@ questions:
|
|||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
default: UDP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
|
@ -2459,7 +2459,9 @@ questions:
|
|||
required: true
|
||||
- variable: docs
|
||||
group: Documentation
|
||||
label: "Please read the documentation at https://truecharts.org"
|
||||
label: Please read the documentation at https://truecharts.org
|
||||
description: Please read the documentation at
|
||||
<br /><a href="https://truecharts.org">https://truecharts.org</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -2471,7 +2473,9 @@ questions:
|
|||
default: true
|
||||
- variable: donateNag
|
||||
group: Documentation
|
||||
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -2,6 +2,27 @@
|
|||
|
||||
|
||||
|
||||
## [googlephotossync-0.0.30](https://github.com/truecharts/charts/compare/googlephotossync-0.0.29...googlephotossync-0.0.30) (2022-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [googlephotossync-0.0.30](https://github.com/truecharts/charts/compare/googlephotossync-0.0.29...googlephotossync-0.0.30) (2022-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [googlephotossync-0.0.29](https://github.com/truecharts/charts/compare/googlephotossync-0.0.27...googlephotossync-0.0.29) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
@ -76,24 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [googlephotossync-0.0.20](https://github.com/truecharts/charts/compare/googlephotossync-0.0.19...googlephotossync-0.0.20) (2022-08-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3503](https://github.com/truecharts/charts/issues/3503))
|
||||
|
||||
|
||||
|
||||
|
||||
## [googlephotossync-0.0.19](https://github.com/truecharts/charts/compare/googlephotossync-0.0.18...googlephotossync-0.0.19) (2022-08-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [googlephotossync-0.0.18](https://github.com/truecharts/charts/compare/googlephotossync-0.0.17...googlephotossync-0.0.18) (2022-08-12)
|
||||
|
||||
### Chore
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-08-30T23:35:29.119623691Z"
|
||||
generated: "2022-09-07T23:04:24.248194099Z"
|
|
@ -9,7 +9,7 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
deprecated: false
|
||||
description: "Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).\r\n"
|
||||
description: "Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages)."
|
||||
home: https://truecharts.org/docs/charts/incubator/googlephotossync
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png
|
||||
keywords:
|
||||
|
@ -25,4 +25,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/googlephotossync
|
||||
- https://hub.docker.com/r/rix1337/docker-gphotos-sync
|
||||
type: application
|
||||
version: 0.0.29
|
||||
version: 0.0.30
|
|
@ -1,6 +1,6 @@
|
|||
# googlephotossync
|
||||
|
||||
![Version: 0.0.29](https://img.shields.io/badge/Version-0.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
![Version: 0.0.30](https://img.shields.io/badge/Version-0.0.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
|
||||
Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).
|
||||
|
||||
|
@ -64,7 +64,7 @@ helm uninstall googlephotossync
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -1,5 +1,4 @@
|
|||
Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).
|
||||
|
||||
Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/googlephotossync](https://truecharts.org/docs/charts/incubator/googlephotossync)
|
||||
|
|
@ -2,7 +2,7 @@ env: {}
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/googlephotossync
|
||||
tag: latest@sha256:82344385697fe24d929ec172d9aee4db863d7489750ab7ab64d163e2bbb55f88
|
||||
tag: latest@sha256:883f3cda9c51a19e7a9a4605352676606e055c3beaede01e9d7964024dd6c2aa
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
|
@ -2214,7 +2214,9 @@ questions:
|
|||
required: true
|
||||
- variable: docs
|
||||
group: Documentation
|
||||
label: "Please read the documentation at https://truecharts.org"
|
||||
label: Please read the documentation at https://truecharts.org
|
||||
description: Please read the documentation at
|
||||
<br /><a href="https://truecharts.org">https://truecharts.org</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -2226,7 +2228,9 @@ questions:
|
|||
default: true
|
||||
- variable: donateNag
|
||||
group: Documentation
|
||||
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -1,6 +0,0 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-08-30T23:53:04.577632181Z"
|
|
@ -2,6 +2,18 @@
|
|||
|
||||
|
||||
|
||||
## [neko-0.0.29](https://github.com/truecharts/charts/compare/neko-0.0.28...neko-0.0.29) (2022-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.28](https://github.com/truecharts/charts/compare/neko-0.0.26...neko-0.0.28) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
@ -85,15 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [neko-0.0.17](https://github.com/truecharts/charts/compare/neko-0.0.16...neko-0.0.17) (2022-08-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- add documentation checkbox/section to all SCALE Apps
|
||||
- update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456))
|
||||
|
||||
### Fix
|
||||
|
||||
- cleanup ([#3390](https://github.com/truecharts/charts/issues/3390))
|
||||
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-09-07T23:04:24.317271575Z"
|
|
@ -5,7 +5,7 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
deprecated: false
|
||||
description: "A self hosted virtual browser that runs in docker"
|
||||
description: "A self hosted virtual browser that runs in Chart"
|
||||
home: https://truecharts.org/docs/charts/incubator/neko
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png
|
||||
keywords:
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/neko
|
||||
- https://hub.docker.com/r/m1k1o/neko/
|
||||
type: application
|
||||
version: 0.0.28
|
||||
version: 0.0.29
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
|
@ -1,8 +1,8 @@
|
|||
# neko
|
||||
|
||||
![Version: 0.0.28](https://img.shields.io/badge/Version-0.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
![Version: 0.0.29](https://img.shields.io/badge/Version-0.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
|
||||
A self hosted virtual browser that runs in docker
|
||||
A self hosted virtual browser that runs in Chart
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
|
@ -64,7 +64,7 @@ helm uninstall neko
|
|||
|
||||
#### Available Settings
|
||||
|
||||
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
|
||||
|
||||
#### Configure using the command line
|
|
@ -1,4 +1,4 @@
|
|||
A self hosted virtual browser that runs in docker
|
||||
A self hosted virtual browser that runs in Chart
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/neko](https://truecharts.org/docs/charts/incubator/neko)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/neko-firefox
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:edf228263337929ea8398257dd086b56aee0ef2e08edae68da4991ac3a5eda82
|
||||
tag: latest@sha256:d32a289f8dabf04c4e12a1e56117eddc63fa51f88492eedef50d4694466a0959
|
||||
|
||||
imageBrave:
|
||||
repository: tccr.io/truecharts/neko-brave
|
|
@ -614,7 +614,7 @@ questions:
|
|||
label: Port Type
|
||||
schema:
|
||||
type: string
|
||||
default: TCP
|
||||
default: UDP
|
||||
enum:
|
||||
- value: HTTP
|
||||
description: HTTP
|
||||
|
@ -2633,7 +2633,9 @@ questions:
|
|||
required: true
|
||||
- variable: docs
|
||||
group: Documentation
|
||||
label: "Please read the documentation at https://truecharts.org"
|
||||
label: Please read the documentation at https://truecharts.org
|
||||
description: Please read the documentation at
|
||||
<br /><a href="https://truecharts.org">https://truecharts.org</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -2645,7 +2647,9 @@ questions:
|
|||
default: true
|
||||
- variable: donateNag
|
||||
group: Documentation
|
||||
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/sponsor">https://truecharts.org/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
|
@ -1,6 +0,0 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-09-05T06:03:13.992143729Z"
|
|
@ -2,6 +2,27 @@
|
|||
|
||||
|
||||
|
||||
## [rimgo-0.0.50](https://github.com/truecharts/charts/compare/rimgo-0.0.49...rimgo-0.0.50) (2022-09-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rimgo-0.0.50](https://github.com/truecharts/charts/compare/rimgo-0.0.49...rimgo-0.0.50) (2022-09-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704))
|
||||
- update docker general non-major ([#3710](https://github.com/truecharts/charts/issues/3710))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rimgo-0.0.49](https://github.com/truecharts/charts/compare/rimgo-0.0.48...rimgo-0.0.49) (2022-09-05)
|
||||
|
||||
### Chore
|
||||
|
@ -76,24 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [rimgo-0.0.41](https://github.com/truecharts/charts/compare/rimgo-0.0.40...rimgo-0.0.41) (2022-08-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rimgo-0.0.40](https://github.com/truecharts/charts/compare/rimgo-0.0.39...rimgo-0.0.40) (2022-08-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3606](https://github.com/truecharts/charts/issues/3606))
|
||||
|
||||
|
||||
|
||||
|
||||
## [rimgo-0.0.39](https://github.com/truecharts/charts/compare/rimgo-0.0.38...rimgo-0.0.39) (2022-08-28)
|
||||
|
||||
### Chore
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-09-07T23:04:57.111092359Z"
|
|
@ -9,7 +9,7 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
deprecated: false
|
||||
description: "Alternative Imgur front-end\r\n"
|
||||
description: "Alternative Imgur front-end"
|
||||
home: https://truecharts.org/docs/charts/incubator/rimgo
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png
|
||||
keywords:
|
||||
|
@ -25,4 +25,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo
|
||||
- https://quay.io/repository/pussthecatorg/rimgo
|
||||
type: application
|
||||
version: 0.0.49
|
||||
version: 0.0.50
|
|
@ -1,6 +1,6 @@
|
|||
# rimgo
|
||||
|
||||
![Version: 0.0.49](https://img.shields.io/badge/Version-0.0.49-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
![Version: 0.0.50](https://img.shields.io/badge/Version-0.0.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
|
||||
|
||||
Alternative Imgur front-end
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
Alternative Imgur front-end
|
||||
|
||||
Alternative Imgur front-end
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/rimgo](https://truecharts.org/docs/charts/incubator/rimgo)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue