Skip to content

Commit

Permalink
Merge pull request #42 from MickaelCa/fix-default-values
Browse files Browse the repository at this point in the history
fix: default value for disableKubeTLSverify was in the wrong type
  • Loading branch information
macb authored Jan 7, 2025
2 parents ce5619b + 8b4720f commit 102855c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vantage-kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: vantage-kubernetes-agent
description: Provisions the Vantage Kubernetes agent.
type: application
version: 1.0.38
version: 1.0.39
appVersion: "1.0.27"
icon: "https://assets.vantage.sh/www/vantage_avatar-social.jpg"
2 changes: 1 addition & 1 deletion charts/vantage-kubernetes-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ agent:
allowedAnnotations: ""

# Optional. Some cluster providers have self signed certificates on the kubelet. If you are seeing TLS errors, you can disable TLS verification here.
disableKubeTLSverify: "false"
disableKubeTLSverify: false

# Optional. When enabled, includes the labels of that pod's namespace in the pod metadata.
collectNamespaceLabels: "false"
Expand Down

0 comments on commit 102855c

Please sign in to comment.