Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-11-16 09:10:13 +00:00
parent d4c798b3e0
commit d0d6267d2b
13 changed files with 14 additions and 14 deletions

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)
@ -88,12 +97,3 @@
* update non-major deps helm releases ([#1245](https://github.com/truecharts/apps/issues/1245))
<a name="stash-4.0.1"></a>
### [stash-4.0.1](https://github.com/truecharts/apps/compare/stash-4.0.0...stash-4.0.1) (2021-10-26)
#### Chore
* update helm chart common to v8.3.15 ([#1240](https://github.com/truecharts/apps/issues/1240))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org
version: 8.6.2
digest: sha256:a51372b1a3825449ce6a676567ebac86608ddcf2ff797443073dfcc2d601c75b
generated: "2021-11-15T23:14:17.483557304Z"
generated: "2021-11-16T09:08:06.414625844Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.10.0"
appVersion: "0.11.0"
dependencies:
- name: common
repository: https://truecharts.org
@ -18,7 +18,7 @@ name: stash
sources:
- https://github.com/stashapp/stash
- https://hub.docker.com/r/stashapp/stash
version: 4.0.9
version: 4.0.10
annotations:
truecharts.org/catagories: |
- media

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` | |

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: ghcr.io/truecharts/stash
# -- image tag
tag: v0.10.0@sha256:9a1504663615267694053493a6a8286fea76409a9622ab4f2ddbb11226b1d834
tag: v0.11.0@sha256:8ce5c582a35c7ad8db0ef9e0bcfeb03bccfa1bc7e8432f36ec572f8e5a2fc97d
# -- image pull policy
pullPolicy: IfNotPresent