Skip to content

Commit

Permalink
fix: fix values.schema.json for extraArgs (#366)
Browse files Browse the repository at this point in the history
* fix: fix values.schema.json

* chore: bump chart version
  • Loading branch information
kvanzuijlen committed Mar 11, 2024
1 parent 91bfd96 commit 656cf40
Show file tree
Hide file tree
Showing 2 changed files with 2 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.27.0
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 4.23.3
version: 4.23.4
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
2 changes: 1 addition & 1 deletion charts/atlantis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
"type": "array",
"description": "These annotations will be added to all the resources",
"items": {
"type": "object"
"type": "string"
},
"examples": {
"team": "example"
Expand Down

0 comments on commit 656cf40

Please sign in to comment.