From 1dc85f851b35567ac056864ced5282ab6d1aef24 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Thu, 20 Aug 2020 09:32:25 +0200 Subject: [PATCH] cleanup error --- charts/cups-airprint/Chart.yaml | 2 +- charts/cups-airprint/templates/deployment.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/cups-airprint/Chart.yaml b/charts/cups-airprint/Chart.yaml index b7755e7..87e562e 100644 --- a/charts/cups-airprint/Chart.yaml +++ b/charts/cups-airprint/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/cups-airprint/templates/deployment.yaml b/charts/cups-airprint/templates/deployment.yaml index 03c70af..1ffb35e 100644 --- a/charts/cups-airprint/templates/deployment.yaml +++ b/charts/cups-airprint/templates/deployment.yaml @@ -11,7 +11,6 @@ spec: selector: matchLabels: {{- include "cups-airprint.selectorLabels" . | nindent 6 }} - {{- if .Values.persistence.enabled }} template: metadata: {{- with .Values.podAnnotations }}