From cc1e15725e5943612411b851a1abac5edaaeb128 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 17 Jan 2022 03:26:36 +0100 Subject: [PATCH] ci(ingress-nginx): Integrate with renovate dependency manager --- infrastructure/ingress-nginx/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/ingress-nginx/release.yaml b/infrastructure/ingress-nginx/release.yaml index b41c14a8b..7c4fdd069 100644 --- a/infrastructure/ingress-nginx/release.yaml +++ b/infrastructure/ingress-nginx/release.yaml @@ -11,6 +11,7 @@ spec: sourceRef: kind: HelmRepository name: ingress-nginx + # renovate: helmRepo=https://kubernetes.github.io/ingress-nginx depName=ingress-nginx version: 4.0.5 interval: 5m values: @@ -76,7 +77,7 @@ spec: ## Allows customization of the configmap / nginx-configmap namespace ## configMapNamespace: "" # defaults to $(POD_NAMESPACE) - + # Will add custom configuration options to Nginx https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/ config: enable-modsecurity: "true" -- GitLab