Skip to content

Commit 3637736

Browse files
authored
fix: enabled value yaml fix (#18)
1 parent e4b5b5b commit 3637736

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ charts-dir: squadcast-helm
55
sign: false
66
charts_repo_url: https://squadcasthub.github.io/helm-infra
77
index-path: .
8-
version: 0.2.7
8+
version: 0.2.8

squadcast-helm/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ name: squadcast-helm
33
description: A Helm chart for Kubernetes
44
type: application
55

6-
version: 0.2.7
6+
version: 0.2.8
77

88
appVersion: "1.16.0"

squadcast-helm/templates/pdb.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# PodDisruptionBudget for squadcast-helm
3-
{{- if .Values.pdb.enabled }}
3+
{{- if ((.Values.pdb)).enabled | default false }}
44
apiVersion: policy/v1
55
kind: PodDisruptionBudget
66
metadata:

0 commit comments

Comments
 (0)