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-16 09:10:10 +00:00
parent eaf2c4e9b4
commit 205f514e1b
6 changed files with 52 additions and 4 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="stash-4.0.10"></a>
### [stash-4.0.10](https://github.com/truecharts/apps/compare/stash-4.0.9...stash-4.0.10) (2021-11-16)
#### Chore
* update container image ghcr.io/truecharts/stash to v0.11.0 ([#1341](https://github.com/truecharts/apps/issues/1341))
<a name="stash-4.0.9"></a>
### [stash-4.0.9](https://github.com/truecharts/apps/compare/stash-4.0.8...stash-4.0.9) (2021-11-15)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.10.0"
appVersion: "0.11.0"
dependencies:
- name: common
repository: https://truecharts.org
+1 -1
View File
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.STASH_PORT | int | `9999` | Set the container port |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/truecharts/stash"` | image repository |
| image.tag | string | `"v0.10.0@sha256:9a1504663615267694053493a6a8286fea76409a9622ab4f2ddbb11226b1d834"` | image tag |
| image.tag | string | `"v0.11.0@sha256:8ce5c582a35c7ad8db0ef9e0bcfeb03bccfa1bc7e8432f36ec572f8e5a2fc97d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |