From f842a7dbb6c7b1165ff9c8b435485555bb3ef203 Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Sun, 8 Dec 2024 19:14:19 +0100 Subject: [PATCH] Removed argocd and forgejo differentiation between osc and kind --- template/stacks/core/argocd/values.kind.yaml | 27 --------- .../argocd/{values.osc.yaml => values.yaml} | 0 template/stacks/core/forgejo/values.osc.yaml | 55 ------------------- .../forgejo/{values.kind.yaml => values.yaml} | 0 4 files changed, 82 deletions(-) delete mode 100644 template/stacks/core/argocd/values.kind.yaml rename template/stacks/core/argocd/{values.osc.yaml => values.yaml} (100%) delete mode 100644 template/stacks/core/forgejo/values.osc.yaml rename template/stacks/core/forgejo/{values.kind.yaml => values.yaml} (100%) diff --git a/template/stacks/core/argocd/values.kind.yaml b/template/stacks/core/argocd/values.kind.yaml deleted file mode 100644 index 8c3cc7f..0000000 --- a/template/stacks/core/argocd/values.kind.yaml +++ /dev/null @@ -1,27 +0,0 @@ -global: - domain: {{ .Values.edfbuilderTargetDomain }} - -configs: - params: - server.insecure: true - server.basehref: /argocd - cm: - application.resourceTrackingMethod: annotation - timeout.reconciliation: 60s - resource.exclusions: | - - apiGroups: - - "*" - kinds: - - ProviderConfigUsage - accounts.provider-argocd: apiKey - rbac: - policy.csv: 'g, provider-argocd, role:admin' - - tls: - certificates: - -notifications: - enabled: false - -dex: - enabled: false diff --git a/template/stacks/core/argocd/values.osc.yaml b/template/stacks/core/argocd/values.yaml similarity index 100% rename from template/stacks/core/argocd/values.osc.yaml rename to template/stacks/core/argocd/values.yaml diff --git a/template/stacks/core/forgejo/values.osc.yaml b/template/stacks/core/forgejo/values.osc.yaml deleted file mode 100644 index 243ca82..0000000 --- a/template/stacks/core/forgejo/values.osc.yaml +++ /dev/null @@ -1,55 +0,0 @@ -redis-cluster: - enabled: false -postgresql: - enabled: false -postgresql-ha: - enabled: false - -persistence: - enabled: true - size: 5Gi - -test: - enabled: false - -gitea: - admin: - existingSecret: gitea-credential - config: - database: - DB_TYPE: sqlite3 - session: - PROVIDER: memory - cache: - ADAPTER: memory - queue: - TYPE: level - server: - DOMAIN: 'gitea.{{ .Values.edfbuilderTargetDomain }}' - ROOT_URL: 'https://gitea.{{ .Values.edfbuilderTargetDomain }}:443' - -service: - ssh: - type: NodePort - nodePort: 32222 - externalTrafficPolicy: Local - -image: - pullPolicy: "IfNotPresent" - # Overrides the image tag whose default is the chart appVersion. - #tag: "8.0.3" - # Adds -rootless suffix to image name - rootless: true - -forgejo: - runner: - enabled: true - image: - tag: latest - # replicas: 3 - config: - runner: - labels: - - docker:docker://node:16-bullseye - - self-hosted:docker://ghcr.io/catthehacker/ubuntu:act-22.04 - - ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04 diff --git a/template/stacks/core/forgejo/values.kind.yaml b/template/stacks/core/forgejo/values.yaml similarity index 100% rename from template/stacks/core/forgejo/values.kind.yaml rename to template/stacks/core/forgejo/values.yaml