IBM MQ Operator Helm chart values
These default values for configuration properties are provided by the IBM® MQ Operator when you deploy or upgrade the operator by using Helm.
You can override these values when you run the helm install or helm
upgrade commands.
| Field | Type | Default Value | Description |
|---|---|---|---|
operator.env |
object | {} |
Environment variables to pass to the IBM MQ Operator.
(For example {env1: "value1",env2: "value2"}) |
operator.deployment.repository |
string | cpopen/ibm-mq-operator |
Repository for the IBM MQ Operator image |
operator.deployment.sha |
string | Latest sha256 value of the IBM Operator image | SHA value of the IBM MQ Operator image |
operator.deployment.tag |
string | Tag value for the IBM MQ Operator image (optional; ignored when a SHA value is provided) | |
operator.deployment.pullPolicy |
string | IfNotPresent |
Image pull policy for the IBM MQ Operator
(IfNotPresent, Always or Never) |
operator.deployment.resources.requests.cpu |
string | 1 |
CPU requests setting for the IBM MQ Operator |
operator.deployment.resources.requests.memory |
string | 1Gi |
Memory requests setting for the IBM MQ Operator |
operator.deployment.resources.limits.cpu |
string | 1 |
CPU limits setting for the IBM MQ Operator |
operator.deployment.resources.limits.memory |
string | 1Gi |
Memory limits setting for the IBM MQ Operator |
operator.installMode |
string | OwnNamespace |
Install mode for the IBM MQ Operator to determine at what
scope it operates (OwnNamespace or AllNamespaces) |
operator.imagePullSecrets |
list | [] |
Image pull secrets for the IBM MQ Operator image, to
allow pulling from authenticated registries. (For example,
["secret1","secret2"]) |
operand.repositories.integration |
string | cp/ibm-mqadvanced-server-integration |
Repository for the IBM Cloud Pak® for Integration image. Important: Changing
operand.repositories causes a
restart of existing queue managers. |
operand.repositories.production |
string | cp/ibm-mqadvanced-server |
Repository for the IBM MQ Advanced image. Important: Changing
operand.repositories causes a
restart of existing queue managers. |
operand.repositories.developer |
string | ibm-messaging/mq |
Repository for the IBM MQ Advanced for Developers image. Important: Changing
operand.repositories causes a
restart of existing queue managers. |
privateRegistry |
string | "" |
Private registry allowing pulling of IBM MQ Operator and
Queue Manager images from an alternative private registry (For example,
my-private-registry.com:5000).Important: Changing
privateRegistry causes a restart of existing queue managers and the IBM MQ Operator. |