@@ -46,6 +46,7 @@ The command removes all the Kubernetes components associated with the chart and
4646| controller.env | object | ` {} ` | |
4747| controller.hub | string | ` "" ` | |
4848| controller.image | string | ` "higress" ` | |
49+ | controller.imagePullPolicy | string | ` "" ` | Specify image pull policy if default behavior isn't desired. Default behavior: latest images will be Always else IfNotPresent. |
4950| controller.imagePullSecrets | list | ` [] ` | |
5051| controller.labels | object | ` {} ` | |
5152| controller.name | string | ` "higress-controller" ` | |
@@ -98,6 +99,7 @@ The command removes all the Kubernetes components associated with the chart and
9899| gateway.httpsPort | int | ` 443 ` | |
99100| gateway.hub | string | ` "" ` | |
100101| gateway.image | string | ` "gateway" ` | |
102+ | gateway.imagePullPolicy | string | ` "" ` | Specify image pull policy if default behavior isn't desired. Default behavior: latest images will be Always else IfNotPresent. |
101103| gateway.kind | string | ` "Deployment" ` | Use a ` DaemonSet ` or ` Deployment ` |
102104| gateway.labels | object | ` {} ` | Labels to apply to all resources |
103105| gateway.metrics.enabled | bool | ` false ` | If true, create PodMonitor or VMPodScrape for gateway |
@@ -270,6 +272,7 @@ The command removes all the Kubernetes components associated with the chart and
270272| pilot.traceSampling | float | ` 1 ` | |
271273| pluginServer.hub | string | ` "" ` | |
272274| pluginServer.image | string | ` "plugin-server" ` | |
275+ | pluginServer.imagePullPolicy | string | ` "" ` | Specify image pull policy if default behavior isn't desired. Default behavior: latest images will be Always else IfNotPresent. |
273276| pluginServer.imagePullSecrets | list | ` [] ` | |
274277| pluginServer.labels | object | ` {} ` | |
275278| pluginServer.name | string | ` "higress-plugin-server" ` | |
0 commit comments