From 5b64711d23e5e85540741aa1aa57f326e08b1cf0 Mon Sep 17 00:00:00 2001 From: Evgenii Tereshkov Date: Thu, 10 Feb 2022 12:14:54 +0700 Subject: [PATCH] Fix dangling .Values.env.vars preventing to install chart --- charts/trivy-operator/Chart.yaml | 2 +- charts/trivy-operator/templates/3-deployment.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/trivy-operator/Chart.yaml b/charts/trivy-operator/Chart.yaml index f21e115..171dbf0 100644 --- a/charts/trivy-operator/Chart.yaml +++ b/charts/trivy-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: trivy-operator description: A Helm chart for trivy-operator type: application -version: 2.3 +version: 2.3.1 appVersion: "1.16.0" kubeVersion: ">=1.19.x-0" keywords: diff --git a/charts/trivy-operator/templates/3-deployment.yaml b/charts/trivy-operator/templates/3-deployment.yaml index b4ec29f..bca5278 100644 --- a/charts/trivy-operator/templates/3-deployment.yaml +++ b/charts/trivy-operator/templates/3-deployment.yaml @@ -44,9 +44,6 @@ spec: - name: GITHUB_TOKEN value: "{{ .Values.githubToken.token }}" {{- end }} -{{- if .Values.env.vars }} -{{ toYaml .Values.env.vars | indent 8 }} -{{- end }} {{- if .Values.storage.enabled }} volumeMounts: - name: cache