Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-14 18:24:22 +00:00
parent 8da7e0bc30
commit 56de7f45de
689 changed files with 10950 additions and 473 deletions
+18
View File
@@ -1,6 +1,24 @@
# Changelog<br>
<a name="uptime-kuma-1.0.9"></a>
### [uptime-kuma-1.0.9](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.8...uptime-kuma-1.0.9) (2021-11-14)
#### Chore
* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328))
* update non-major ([#1302](https://github.com/truecharts/apps/issues/1302))
#### Fix
* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306))
<a name="uptime-kuma-1.0.8"></a>
### [uptime-kuma-1.0.8](https://github.com/truecharts/apps/compare/uptime-kuma-1.0.7...uptime-kuma-1.0.8) (2021-11-09)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.10.1"
appVersion: "1.10.2"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.5.4 |
| https://truecharts.org | common | 8.5.7 |
## Installing the Chart
+1 -1
View File
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"louislam/uptime-kuma"` | |
| image.tag | string | `"1.10.1-debian@sha256:525c48013c57604d0589dbba83f9ee2c17343615c7bf079f09368ba116098b05"` | |
| image.tag | string | `"1.10.2-debian@sha256:5e63ecc267f7a4bdc4a38cc6afb53e454a22c14d7f64b74aea4dfab83a648817"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/app/data"` | |