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 }}