fix(infra-gitops): update Gitea image tag to 1.26.2 and remove unused custom template volumes/configurations

这个提交包含在:
rohow
2026-05-28 15:44:05 +08:00
未验证
父节点 0ad2c3659b
当前提交 f6d959e7ea
@@ -21,7 +21,7 @@ spec:
postgresql-ha: postgresql-ha:
enabled: false enabled: false
image: image:
tag: 1.25.5 tag: 1.26.2
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx
@@ -99,14 +99,3 @@ spec:
value: "redis://:$(REDIS_PASSWORD)@valkey-cluster-headless.infra-data:6379/0?pool_size=100&idle_timeout=180s" value: "redis://:$(REDIS_PASSWORD)@valkey-cluster-headless.infra-data:6379/0?pool_size=100&idle_timeout=180s"
valkey-cluster: valkey-cluster:
enabled: false enabled: false
extraVolumes:
- name: gitea-custom-templates-volume
configMap:
name: gitea-custom-templates
extraContainerVolumeMounts:
- name: gitea-custom-templates-volume
subPath: home.tmpl
mountPath: /data/gitea/templates/home.tmpl
- name: gitea-custom-templates-volume
subPath: extra_links.tmpl
mountPath: /data/gitea/templates/custom/extra_links.tmpl