mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
chore(deps): update helm release gitea to v4
Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
# renovate: registryUrl=https://dl.gitea.io/charts
|
# renovate: registryUrl=https://dl.gitea.io/charts
|
||||||
chart: gitea
|
chart: gitea
|
||||||
version: 3.1.3
|
version: 4.0.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: gitea-charts
|
name: gitea-charts
|
||||||
@@ -30,7 +30,10 @@ spec:
|
|||||||
kubernetes.io/ingress.class: "nginx"
|
kubernetes.io/ingress.class: "nginx"
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: 128m
|
nginx.ingress.kubernetes.io/proxy-body-size: 128m
|
||||||
hosts:
|
hosts:
|
||||||
- "gitea.${SECRET_CLUSTER_DOMAIN}"
|
- host: "gitea.${SECRET_CLUSTER_DOMAIN}"
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- "gitea.${SECRET_CLUSTER_DOMAIN}"
|
- "gitea.${SECRET_CLUSTER_DOMAIN}"
|
||||||
|
Reference in New Issue
Block a user