Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
78bca41cc8
commit
8f290c0232
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="gitea-8.0.7"></a>
|
||||
### [gitea-8.0.7](https://github.com/truecharts/apps/compare/gitea-8.0.6...gitea-8.0.7) (2022-06-26)
|
||||
|
||||
#### Gitea
|
||||
|
||||
* change questions.yaml admin password to private ([#2991](https://github.com/truecharts/apps/issues/2991))
|
||||
|
||||
|
||||
|
||||
<a name="gitea-8.0.6"></a>
|
||||
### [gitea-8.0.6](https://github.com/truecharts/apps/compare/gitea-8.0.5...gitea-8.0.6) (2022-06-25)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
<a name="gitea-7.0.0"></a>
|
||||
### [gitea-7.0.0](https://github.com/truecharts/apps/compare/gitea-6.0.29...gitea-7.0.0) (2022-06-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* sync all apps persistence configuration and always default to PVC
|
||||
|
||||
#### Refactor
|
||||
|
||||
* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
|
|
@ -9,4 +9,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org/
|
||||
version: 3.0.17
|
||||
digest: sha256:c1963612c5f4151379e3befd5dceeaab71cdaaf8fd58939e00265a6b4678c897
|
||||
generated: "2022-06-25T13:29:45.045120051Z"
|
||||
generated: "2022-06-26T09:25:08.464746956Z"
|
|
@ -34,7 +34,7 @@ sources:
|
|||
- https://github.com/go-gitea/gitea
|
||||
- https://hub.docker.com/r/gitea/gitea/
|
||||
type: application
|
||||
version: 8.0.6
|
||||
version: 8.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- GIT
|
|
@ -295,6 +295,7 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
- variable: email
|
||||
label: "email"
|
||||
schema:
|
Loading…
Reference in New Issue