Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-09-02 22:06:49 +00:00
parent 94f79fa88a
commit 0f1a9d877e
11 changed files with 20 additions and 16 deletions

View File

@ -2,6 +2,15 @@
## [owncloud-ocis-8.1.0](https://github.com/truecharts/charts/compare/owncloud-ocis-8.0.1...owncloud-ocis-8.1.0) (2022-09-02)
### Fix
- Save init logs ([#3663](https://github.com/truecharts/charts/issues/3663))
## [owncloud-ocis-8.0.1](https://github.com/truecharts/charts/compare/owncloud-ocis-8.0.0...owncloud-ocis-8.0.1) (2022-08-30)
### Chore
@ -88,12 +97,3 @@
## [owncloud-ocis-7.0.22](https://github.com/truecharts/apps/compare/owncloud-ocis-7.0.21...owncloud-ocis-7.0.22) (2022-07-25)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [owncloud-ocis-7.0.22](https://github.com/truecharts/apps/compare/owncloud-ocis-7.0.21...owncloud-ocis-7.0.22) (2022-07-25)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.6
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
generated: "2022-08-31T00:37:37.396324291Z"
generated: "2022-09-02T22:01:11.893263364Z"

View File

@ -26,7 +26,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/owncloud-ocis
- https://hub.docker.com/r/owncloud/ocis
- https://owncloud.dev/ocis/
version: 8.0.1
version: 8.1.0
annotations:
truecharts.org/catagories: |
- media

View File

@ -1,6 +1,6 @@
# owncloud-ocis
![Version: 8.0.1](https://img.shields.io/badge/Version-8.0.1-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
![Version: 8.1.0](https://img.shields.io/badge/Version-8.1.0-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
ownCloud Infinite Scale is a self-hosted file sync and share server.

View File

@ -35,7 +35,7 @@ service:
port: 9200
targetPort: 9200
initContainers:
installContainers:
init:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
volumeMounts:
@ -45,7 +45,7 @@ initContainers:
- "/bin/sh"
- "-c"
- |
/usr/bin/ocis init <<'EOF'
/usr/bin/ocis init > /etc/ocis/password <<'EOF'
yes
EOF

View File

@ -2685,7 +2685,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
@ -2697,7 +2699,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/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
schema:
additional_attrs: true
type: dict