Skip to content

Commit

Permalink
chore: update the values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gonmmarques committed Oct 7, 2024
1 parent 30b6ede commit ba4afc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/k6-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"additionalProperties": false,
"properties": {
"containerSecurityContext": {
"additionalProperties": false,
"additionalProperties": true,
"description": "authProxy.containerSecurityContext -- A security context defines privileges and access control settings for the container.",
"title": "containerSecurityContext",
"type": "object"
Expand Down Expand Up @@ -142,7 +142,7 @@
"additionalProperties": false,
"properties": {
"containerSecurityContext": {
"additionalProperties": false,
"additionalProperties": true,
"description": "manager.containerSecurityContext -- A security context defines privileges and access control settings for the container.",
"title": "containerSecurityContext",
"type": "object"
Expand Down Expand Up @@ -175,7 +175,7 @@
"type": "string"
},
"tag": {
"default": "controller-v0.0.16",
"default": "controller-v0.0.17",
"description": "manager.image.tag -- controller-manager image tag",
"title": "tag",
"type": "string"
Expand Down

0 comments on commit ba4afc7

Please sign in to comment.