Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-02-12 13:44:22 +00:00
parent 880f3adf8d
commit c06fdb1baf
19 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="gitea-5.0.42"></a>
### [gitea-5.0.42](https://github.com/truecharts/apps/compare/gitea-5.0.41...gitea-5.0.42) (2022-02-12)
#### Fix
* fix ci ([#1883](https://github.com/truecharts/apps/issues/1883))
<a name="gitea-5.0.41"></a>
### [gitea-5.0.41](https://github.com/truecharts/apps/compare/gitea-5.0.40...gitea-5.0.41) (2022-02-10)
@@ -88,12 +97,3 @@
#### Chore
* update helm general non-major helm releases ([#1763](https://github.com/truecharts/apps/issues/1763))
* update helm general non-major helm releases ([#1759](https://github.com/truecharts/apps/issues/1759))
#### Fix
* set additional_attrs: true on all dicts ([#1750](https://github.com/truecharts/apps/issues/1750))
<a name="gitea-5.0.31"></a>

View File

@@ -9,4 +9,4 @@ dependencies:
repository: https://truecharts.org/
version: 1.0.68
digest: sha256:10ad4e9fe7672dfff000da5cf47f34cf44a1d283a405f936da7c615004749ce0
generated: "2022-02-10T16:19:14.866780506Z"
generated: "2022-02-12T13:39:39.771474384Z"

View File

@@ -34,7 +34,7 @@ sources:
- https://github.com/go-gitea/gitea
- https://hub.docker.com/r/gitea/gitea/
type: application
version: 5.0.41
version: 5.0.42
annotations:
truecharts.org/catagories: |
- GIT

View File

@@ -3,7 +3,7 @@
---
{{- $DOMAIN := ( printf "%s-gitea.%s.svc.%s" .Release.Name .Release.Namespace "cluster.local" | quote ) -}}
{{ $DOMAIN := ( printf "%s-gitea.%s.svc.%s" .Release.Name .Release.Namespace "cluster.local" | quote ) -}}
{{- if and ( .Values.ingress.main.enabled ) ( gt (len .Values.ingress.main.hosts) 0 ) -}}
{{- $DOMAIN = (index .Values.ingress.main.hosts 0).host -}}
{{- end -}}