diff --git a/Chart.yaml b/Chart.yaml index d99d5bd..3c5879a 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -26,4 +26,4 @@ appVersion: "1.0.0" dependencies: - name: bootstrap version: 0.1.0 - repository: prodnso-harbor-01.smardigo.digital/infrastructure + repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure diff --git a/values.yaml b/values.yaml index 8258a1a..dd971e0 100644 --- a/values.yaml +++ b/values.yaml @@ -1,20 +1,23 @@ + # Global ## Set this to create nginx for argocd and other services -argo_namespace: argo-cd -stage: prodwork01 -domain: smardigo.digital +bootstrap: + argo_namespace: argo-cd + stage: prodwork01 + domain: smardigo.digital + + gitea_instance: prodnso-gitea-01 + gitea_repo_path: "argocd/prodwork01-argocd" -gitea_instance: prodnso-gitea-01 -gitea_repo_path: "argocd/prodwork01-argocd" + ingress_ip_whitelist: + - "212.121.131.106/32" # netgo berlin + - "149.233.6.129/32" # netgo e-shelter + - "46.245.219.98/32" # netgo borken + - "87.150.33.14/32" # sven -ingress_ip_whitelist: - - "212.121.131.106/32" # netgo berlin - - "149.233.6.129/32" # netgo e-shelter - - "46.245.219.98/32" # netgo borken - - "87.150.33.14/32" # sven + # Application specific + cert-manager: + enable: false -# Application specific -cert-manager: - enable: false + cloud_provider: hetzner -cloud_provider: hetzner