diff --git a/flux/infrastructure/infra-gitops/helmrelease-gitea.yaml b/flux/infrastructure/infra-gitops/helmrelease-gitea.yaml index 96cd914..73fe492 100644 --- a/flux/infrastructure/infra-gitops/helmrelease-gitea.yaml +++ b/flux/infrastructure/infra-gitops/helmrelease-gitea.yaml @@ -21,7 +21,7 @@ spec: postgresql-ha: enabled: false image: - tag: 1.25.5 + tag: 1.26.2 ingress: enabled: true className: nginx @@ -99,14 +99,3 @@ spec: value: "redis://:$(REDIS_PASSWORD)@valkey-cluster-headless.infra-data:6379/0?pool_size=100&idle_timeout=180s" valkey-cluster: 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