From 53d1c37bd1a4229729ca02e080f0858162e5cc91 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 6 Oct 2023 17:57:52 +0200 Subject: [PATCH] fix(node-features): Drop values This patch drops the values section from the node feature discovery helm chart, since tls is deprecated and hardcoding the image is a stupid idea. --- infrastructure/node-features/release.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/infrastructure/node-features/release.yaml b/infrastructure/node-features/release.yaml index 71e09c9b0..a648cf1be 100644 --- a/infrastructure/node-features/release.yaml +++ b/infrastructure/node-features/release.yaml @@ -14,12 +14,6 @@ spec: namespace: node-features-system version: 0.14.1 interval: 5m - values: - image: - tag: v0.10.1-minimal - tls: - enable: true - certManager: true install: crds: CreateReplace upgrade: -- GitLab