Skip to content

Commit

Permalink
chore: chart chores
Browse files Browse the repository at this point in the history
  • Loading branch information
distro-ci[bot] authored and drodriguez-305 committed Mar 6, 2025
1 parent 8611202 commit a2ef500
Showing 1 changed file with 9 additions and 54 deletions.
63 changes: 9 additions & 54 deletions charts/camunda-platform-alpha-8.8/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@
"enabled": {
"type": "boolean",
"description": "if true, the identity deployment and its related resources are deployed via a helm release",
"default": false
"default": true
},
"fullnameOverride": {
"type": "string",
Expand Down Expand Up @@ -1434,7 +1434,7 @@
"enabled": {
"type": "boolean",
"description": "Enable Identity Keycloak Helm chart. It is used incorporate with \"global.identity.keycloak\" to use your own Keycloak instead of the one comes with Camunda Helm chart",
"default": false
"default": true
},
"global": {
"type": "object",
Expand All @@ -1453,16 +1453,6 @@
}
}
}
},
"security": {
"type": "object",
"properties": {
"allowInsecureImages": {
"type": "boolean",
"description": "Allows the use of the Camunda build Keycloak image (including the Identity login theme)",
"default": true
}
}
}
}
},
Expand All @@ -1482,42 +1472,7 @@
"tag": {
"type": "string",
"description": "image tag",
"default": "26.1.2"
}
}
},
"resources": {
"type": "object",
"properties": {
"requests": {
"type": "object",
"properties": {
"cpu": {
"type": "string",
"description": "",
"default": "1000m"
},
"memory": {
"type": "string",
"description": "",
"default": "1Gi"
}
}
},
"limits": {
"type": "object",
"properties": {
"cpu": {
"type": "string",
"description": "",
"default": "2000m"
},
"memory": {
"type": "string",
"description": "",
"default": "2Gi"
}
}
"default": "25.0.6"
}
}
},
Expand Down Expand Up @@ -2331,7 +2286,7 @@
"tag": {
"type": "string",
"description": "can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag)",
"default": "8.8.0-alpha2"
"default": "8.8.0-alpha1"
},
"pullSecrets": {
"type": "array",
Expand Down Expand Up @@ -3587,7 +3542,7 @@
"tag": {
"type": "string",
"description": "PostgreSQL image tag",
"default": "14.17.0-debian-12-r3"
"default": "14.17.0-debian-12-r1"
}
}
},
Expand Down Expand Up @@ -3732,7 +3687,7 @@
"mode": {
"type": "string",
"description": "acceptable values: disabled, credentials, or oauth",
"default": "disabled"
"default": "oauth"
},
"auth": {
"type": "object",
Expand Down Expand Up @@ -3767,7 +3722,7 @@
"tag": {
"type": "string",
"description": "can be set to overwrite the global tag, which should be used in that chart",
"default": "8.8.0-alpha2-rc1"
"default": "8.8.0-alpha1"
},
"pullSecrets": {
"type": "array",
Expand Down Expand Up @@ -4201,7 +4156,7 @@
"tag": {
"type": "string",
"description": "can be set to overwrite the global tag, which should be used in that chart",
"default": "8.8.0-alpha2-rc1"
"default": "8.8.0-alpha1"
},
"pullSecrets": {
"type": "array",
Expand Down Expand Up @@ -4884,7 +4839,7 @@
"enabled": {
"type": "boolean",
"description": "if true, the Optimize deployment and its related resources are deployed via a helm release",
"default": false
"default": true
},
"image": {
"type": "object",
Expand Down

0 comments on commit a2ef500

Please sign in to comment.