Skip to content

Commit

Permalink
feature/US-614412-2 update helm version to 3.14.3 (#784)
Browse files Browse the repository at this point in the history
* perform null check on dep.ingress properly on older Helm versions

* update kerberos default to be object

* update helm version to 3.14.3

---------

Co-authored-by: Evan1oconto <[email protected]>
Co-authored-by: Adam Talbot <[email protected]>
  • Loading branch information
3 people authored Jul 16, 2024
1 parent 6cab5d0 commit e29276c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pega Chart Build

env:
HELM_URL: https://get.helm.sh
HELM_TGZ: helm-v3.11.3-linux-amd64.tar.gz
HELM_TGZ: helm-v3.14.3-linux-amd64.tar.gz
YAMLLINT_VERSION: 1.34.0
GO_VERSION: 1.21.6

Expand Down
2 changes: 1 addition & 1 deletion charts/pega/values-large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ global:

# Add krb5.conf file content here.
# Feature is used for Decisioning data flows to fetch data from Kafka or HBase streams
kerberos:
kerberos: {}

# If a storage class to be passed to the VolumeClaimTemplates in search and stream pods, it can be specified here:
storageClassName: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/pega/values-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ global:

# Add krb5.conf file content here.
# Feature is used for Decisioning data flows to fetch data from Kafka or HBase streams
kerberos:
kerberos: {}

# If a storage class to be passed to the VolumeClaimTemplates in search and stream pods, it can be specified here:
storageClassName: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/pega/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ global:

# Add krb5.conf file content here.
# Feature is used for Decisioning data flows to fetch data from Kafka or HBase streams
kerberos:
kerberos: {}

# If a storage class to be passed to the VolumeClaimTemplates in search and stream pods, it can be specified here:
storageClassName: ""
Expand Down

0 comments on commit e29276c

Please sign in to comment.