diff --git a/src/common/Chart.yaml b/src/common/Chart.yaml index 6c25300..06a2ac5 100644 --- a/src/common/Chart.yaml +++ b/src/common/Chart.yaml @@ -15,7 +15,7 @@ type: library # 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: 1.3.57 +version: 1.3.58 # 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/src/common/templates/_pdb.tpl b/src/common/templates/_pdb.tpl index e1b0a1a..fb5f09a 100644 --- a/src/common/templates/_pdb.tpl +++ b/src/common/templates/_pdb.tpl @@ -12,10 +12,10 @@ metadata: name: {{ default $.Chart.Name $.Values.nameOverride | trunc 63 | trimSuffix "-" }} namespace: {{ $.Release.Namespace }} {{- if $.Values.global.commonLabels }} - labels: {{- include "harnesscommon.tplvalues.render" ( dict "value" .Values.global.commonLabels "context" $ ) | nindent 4 }} + labels: {{- include "harnesscommon.tplvalues.render" ( dict "value" $.Values.global.commonLabels "context" $ ) | nindent 4 }} {{- end }} {{- if $.Values.global.commonAnnotations }} - annotations: {{- include "harnesscommon.tplvalues.render" ( dict "value" .Values.global.commonAnnotations "context" $ ) | nindent 4 }} + annotations: {{- include "harnesscommon.tplvalues.render" ( dict "value" $.Values.global.commonAnnotations "context" $ ) | nindent 4 }} {{- end }} spec: {{- $minAvailable := "50%" }}