gitea upgrade fixes

This commit is contained in:
Remy Moll 2025-05-24 19:29:55 +02:00
parent 0c38b4219a
commit 627d99b35e
4 changed files with 6 additions and 5 deletions

View File

@ -7,4 +7,5 @@ data:
# switch to annotation based resource tracking as per
# https://argo-cd.readthedocs.io/en/stable/user-guide/resource_tracking/
application.resourceTrackingMethod: annotation+label
# disable admin user - use oidc
admin.enabled: "false"

View File

@ -4,14 +4,12 @@ kind: Kustomization
namespace: argocd
resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v2.13.3
- ingress.yaml
- argo-apps.application.yaml
- bootstrap-repo.sealedsecret.yaml
- argocd-oauth.sealedsecret.yaml
- servicemonitor.yaml
# DID NOT FIX RELOAD LOOPS
# - github.com/argoproj/argo-cd/examples/k8s-rbac/argocd-server-applications?ref=master
patches:

View File

@ -170,5 +170,7 @@ postgresql:
enabled: false
postgresql-ha:
enabled: false
redis-cluster:
valkey:
enabled: false
valkey-cluster:
enabled: false

View File

@ -4,7 +4,7 @@ metadata:
name: gitea-postgres
spec:
instances: 1
imageName: ghcr.io/cloudnative-pg/postgresql:16
imageName: ghcr.io/cloudnative-pg/postgresql:17
bootstrap:
initdb:
owner: gitea