diff --git a/cr.yaml b/cr.yaml index ce34a95..1d854a7 100644 --- a/cr.yaml +++ b/cr.yaml @@ -5,4 +5,4 @@ charts-dir: squadcast-helm sign: false charts_repo_url: https://squadcasthub.github.io/helm-infra index-path: . -version: 0.2.7 +version: 0.2.8 diff --git a/squadcast-helm/Chart.yaml b/squadcast-helm/Chart.yaml index 368aa2c..d303eb4 100644 --- a/squadcast-helm/Chart.yaml +++ b/squadcast-helm/Chart.yaml @@ -3,6 +3,6 @@ name: squadcast-helm description: A Helm chart for Kubernetes type: application -version: 0.2.7 +version: 0.2.8 appVersion: "1.16.0" diff --git a/squadcast-helm/templates/pdb.yaml b/squadcast-helm/templates/pdb.yaml index 53ef733..c7ab4de 100644 --- a/squadcast-helm/templates/pdb.yaml +++ b/squadcast-helm/templates/pdb.yaml @@ -1,6 +1,6 @@ --- # PodDisruptionBudget for squadcast-helm -{{- if .Values.pdb.enabled }} +{{- if ((.Values.pdb)).enabled | default false }} apiVersion: policy/v1 kind: PodDisruptionBudget metadata: