Skip to content

Commit

Permalink
Fix values.schema.json - containerSecurityContext is an instance of i…
Browse files Browse the repository at this point in the history
…o.k8s.api.core.v1.SecurityContext (#337)

* Change containerSecurityContext to an instance of io.k8s.api.core.v1.SecurityContext, otherwise some fields are invalid

* bump chart version
  • Loading branch information
milesarmstrong authored Nov 16, 2023
1 parent cb8bed0 commit 7b09cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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.4
version: 4.17.5
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
12 changes: 1 addition & 11 deletions charts/atlantis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,17 +1036,7 @@
"containerSecurityContext":{
"type":"object",
"description":"SecurityContext configuration for atlantis containers.",
"properties":{
"allowPrivilegeEscalation":{
"type":"boolean",
"description":"Whether to enable privilege escalation"
},
"readOnlyRootFilesystem":{
"type":"boolean",
"description":"Whether the root file system should be read-only"
}
},
"additionalProperties":false
"$ref":"#/definitions/io.k8s.api.core.v1.SecurityContext"
},
"servicemonitor":{
"type":"object",
Expand Down

0 comments on commit 7b09cc3

Please sign in to comment.