Skip to content

Commit

Permalink
update chart values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gonmmarques committed Oct 2, 2024
1 parent 8bd589c commit 30b6ede
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion charts/k6-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
},
"title": "image",
"type": "object"
},
"podSecurityContext": {
"additionalProperties": true,
"description": "global.podSecurityContext -- A security context defines privileges and access control settings for a Pod",
"title": "podSecurityContext",
"type": "object"
}
},
"title": "global",
Expand Down Expand Up @@ -169,7 +175,7 @@
"type": "string"
},
"tag": {
"default": "controller-v0.0.15",
"default": "controller-v0.0.16",
"description": "manager.image.tag -- controller-manager image tag",
"title": "tag",
"type": "string"
Expand Down

0 comments on commit 30b6ede

Please sign in to comment.