4 Configuration
Helm
The following helm parameters are added or updated in CNC Console Release 22.3.x.
CNC Console Release 22.3.2
There are no new no changes in the Helm parameters made in this release.
CNC Console Release 22.3.1
There are no new no changes in the Helm parameters made in this release.
CNC Console Release 22.3.0
- Updated the CNC Console Global Configurations section with the following helm
parameters to support Single helm chart deployment:
- global.cncc-iam.enabled
- global.helmTestServiceAccountName
- global.test.resources
- global.test.complianceEnable
The following static nodeport parameters are depreciated from the custom_values.yaml:
- staticNodePortEnabled
- staticHttpNodePort
- staticHttpsNodePort
Note:
Static nodeport
parameter is taken out from custom_values.yaml, as it is not recommented to use.
Note:
Until the current release, CNC Console was using two helm charts for its components CNCC IAM and M-CNCC Core or A- CNCC Core deployments. In this release, CNC Console will be able to deploy all the components as part of a single helm chart deployment.The following is the sample custom value configuration option:
isMultiClusterDeployment:false
cncc-iam:
enabled: true
mcncc-core:
enabled: true
acncc-core:
enabled: true
For more information on the parameters, see Oracle Communications Cloud Native Core Console Installation and Upgrade Guide.