Skip to content

Commit

Permalink
Fix values.schema.json for environment types (#338)
Browse files Browse the repository at this point in the history
* Update values.schema.json

* Update Chart.yaml
  • Loading branch information
roytev authored Nov 16, 2023
1 parent c86eab1 commit cb8bed0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
appVersion: v0.26.0
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 4.17.3
version: 4.17.4
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
6 changes: 5 additions & 1 deletion charts/atlantis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,11 @@
"type":"object",
"description":"Map of environment variables for the container.",
"additionalProperties":{
"type":"string"
"type":[
"string",
"integer",
"boolean"
]
}
},
"environmentSecrets":{
Expand Down

0 comments on commit cb8bed0

Please sign in to comment.