Skip to content

Commit

Permalink
Merge pull request #41 from vantage-sh/mb/tls-skip-verify-schema
Browse files Browse the repository at this point in the history
fix: Use correct type for disableKubeTLSverify.
  • Loading branch information
macb authored Dec 19, 2024
2 parents 99029a9 + 2bffa73 commit ce5619b
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.37
version: 1.0.38
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.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "boolean"
},
"disableKubeTLSverify": {
"type": "string"
"type": "boolean"
},
"gpu": {
"type": "object",
Expand Down

0 comments on commit ce5619b

Please # to comment.