Skip to content

Commit

Permalink
feat: [PL-56709]: Update _pdb.tpl (#126)
Browse files Browse the repository at this point in the history
* Update _pdb.tpl

* Update Chart.yaml

---------

Co-authored-by: arya-harness <[email protected]>
  • Loading branch information
GokulBansal0 and arya-harness authored Sep 17, 2024
1 parent e1a61cb commit 871ff77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/common/templates/_pdb.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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%" }}
Expand Down

0 comments on commit 871ff77

Please sign in to comment.