From 8e92382784a4feee0399be65ecd09f42bf6c7ec0 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sat, 24 May 2025 19:29:55 +0200 Subject: [PATCH] gitea upgrade fixes --- infrastructure/argocd/argocd.configmap.yaml | 1 + infrastructure/argocd/kustomization.yaml | 4 +--- infrastructure/gitea/gitea.values.yaml | 4 +++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/infrastructure/argocd/argocd.configmap.yaml b/infrastructure/argocd/argocd.configmap.yaml index c7ca20f..ad97d97 100644 --- a/infrastructure/argocd/argocd.configmap.yaml +++ b/infrastructure/argocd/argocd.configmap.yaml @@ -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" diff --git a/infrastructure/argocd/kustomization.yaml b/infrastructure/argocd/kustomization.yaml index 98c136b..2164619 100644 --- a/infrastructure/argocd/kustomization.yaml +++ b/infrastructure/argocd/kustomization.yaml @@ -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: diff --git a/infrastructure/gitea/gitea.values.yaml b/infrastructure/gitea/gitea.values.yaml index 4eb566e..166984f 100644 --- a/infrastructure/gitea/gitea.values.yaml +++ b/infrastructure/gitea/gitea.values.yaml @@ -170,5 +170,7 @@ postgresql: enabled: false postgresql-ha: enabled: false -redis-cluster: +valkey: + enabled: false +valkey-cluster: enabled: false