From 6488e9b5c3144e03d486eb67847bb850fb8d4bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 17 Feb 2026 17:09:59 +0100 Subject: [PATCH] fix: Add hel1 to argocd whitelsit --- values/argo/values/argocd.yaml.gotmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/values/argo/values/argocd.yaml.gotmpl b/values/argo/values/argocd.yaml.gotmpl index 0d024567..eec85dfd 100644 --- a/values/argo/values/argocd.yaml.gotmpl +++ b/values/argo/values/argocd.yaml.gotmpl @@ -15,7 +15,7 @@ configs: application.resourceTrackingMethod: annotation+label application.instanceLabelKey: app.kubernetes.io/instance create: true - # NOTE(kai): callback URL for dex + # NOTE: callback URL for dex url: "https://argocd.{{ .Values.clusterConfig.domain }}" resource.compareoptions: | ignoreAggregatedRoles: true @@ -167,7 +167,7 @@ repoServer: extraContainers: - command: - /var/run/argocd/argocd-cmp-server - image: registry.gitlab.com/oceanbox/manifests/helmfile-cmp:latest + image: git.oceanbox.io/platform/manifests/helmfile-cmp:latest env: - name: HELM_GIT_ACCESS_TOKEN valueFrom: @@ -283,10 +283,10 @@ applicationSet: ingressClassName: nginx annotations: cert-manager.io/cluster-issuer: {{ .Values.clusterConfig.ingress_clusterissuer }} - # {{- with .Values.clusterConfig.ingress_whitelist}} + {{- with .Values.clusterConfig.ingress_whitelist}} # NOTE(kai): include gitlab and github webhook ranges - # nginx.ingress.kubernetes.io/whitelist-source-range: {{ join "," . }},192.30.252.0/22,140.82.112.0/20,34.74.226.27/28,34.74.226.0/24 - # {{- end }} + nginx.ingress.kubernetes.io/whitelist-source-range: {{ join "," . }},37.27.203.38/28 + {{- end }} hostname: "argocd-applicationset.{{ .Values.clusterConfig.domain }}" tls: - secretName: argocd-applicationset-tls