Defaults to 'Always' if image tag is 'latest' for chart

Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
xin.li 2022-10-27 00:26:46 +08:00
parent 4df5e7baf7
commit 8eb1cae4c5
2 changed files with 20 additions and 20 deletions

View File

@ -170,10 +170,10 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
| `components` | Selected components list, selectable values: "schedulerEstimator" | `[]` | | `components` | Selected components list, selectable values: "schedulerEstimator" | `[]` |
| `kubectl.image.repository` | Image of the kubectl | `"bitnami/kubectl"` | | `kubectl.image.repository` | Image of the kubectl | `"bitnami/kubectl"` |
| `kubectl.image.tag` | Image tag of the kubectl | `"latest"` | | `kubectl.image.tag` | Image tag of the kubectl | `"latest"` |
| `kubectl.image.pullPolicy` | Image pull policy of the kubectl | `"IfNotPresent"` | | `kubectl.image.pullPolicy` | Image pull policy of the kubectl | `"Always"` |
| `cfssl.image.repository` | Image of the cfssl | `"cfssl/cfssl"` | | `cfssl.image.repository` | Image of the cfssl | `"cfssl/cfssl"` |
| `cfssl.image.tag` | Image tag of the cfssl | `"latest"` | | `cfssl.image.tag` | Image tag of the cfssl | `"latest"` |
| `cfssl.image.pullPolicy` | Image pull policy of the cfssl | `"IfNotPresent"` | | `cfssl.image.pullPolicy` | Image pull policy of the cfssl | `"Always"` |
| `certs.mode` | Mode "auto" and "custom" are provided, "auto" means auto generate certificate, "custom" means use user certificate | `"auto"` | | `certs.mode` | Mode "auto" and "custom" are provided, "auto" means auto generate certificate, "custom" means use user certificate | `"auto"` |
| `certs.auto.expiry` | Expiry of the certificate | `"43800h"` | | `certs.auto.expiry` | Expiry of the certificate | `"43800h"` |
| `certs.auto.hosts` | Hosts of the certificate | `["kubernetes.default.svc","*.etcd.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}","*.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}","*.{{ .Release.Namespace }}.svc","localhost","127.0.0.1"]` | | `certs.auto.hosts` | Hosts of the certificate | `["kubernetes.default.svc","*.etcd.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}","*.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}","*.{{ .Release.Namespace }}.svc","localhost","127.0.0.1"]` |
@ -211,7 +211,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
| `agent.imagePullSecrets` | Image pull secret of the agent | `[]` | | `agent.imagePullSecrets` | Image pull secret of the agent | `[]` |
| `agent.image.repository` | Image of the agent | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-agent"` | | `agent.image.repository` | Image of the agent | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-agent"` |
| `agent.image.tag` | Image tag of the agent | `"latest"` | | `agent.image.tag` | Image tag of the agent | `"latest"` |
| `agent.image.pullPolicy` | Image pull policy of the agent | `"IfNotPresent"` | | `agent.image.pullPolicy` | Image pull policy of the agent | `"Always"` |
| `agent.resources` | Resource quota of the agent | `{}` | | `agent.resources` | Resource quota of the agent | `{}` |
| `agent.nodeSelector` | Node selector of the agent | `{}` | | `agent.nodeSelector` | Node selector of the agent | `{}` |
| `agent.affinity` | Affinity of the agent | `{}` | | `agent.affinity` | Affinity of the agent | `{}` |
@ -224,7 +224,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
| `scheduler.imagePullSecrets` | Image pull secret of the scheduler | `[]` | | `scheduler.imagePullSecrets` | Image pull secret of the scheduler | `[]` |
| `scheduler.image.repository` | Image of the scheduler | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-scheduler"` | | `scheduler.image.repository` | Image of the scheduler | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-scheduler"` |
| `scheduler.image.tag` | Image tag of the scheduler | `"latest"` | | `scheduler.image.tag` | Image tag of the scheduler | `"latest"` |
| `scheduler.image.pullPolicy` | Image pull policy of the scheduler | `"IfNotPresent"` | | `scheduler.image.pullPolicy` | Image pull policy of the scheduler | `"Always"` |
| `scheduler.resources` | Resource quota of the scheduler | `{}` | | `scheduler.resources` | Resource quota of the scheduler | `{}` |
| `scheduler.nodeSelector` | Node selector of the scheduler | `{}` | | `scheduler.nodeSelector` | Node selector of the scheduler | `{}` |
| `scheduler.affinity` | Affinity of the scheduler | `{}` | | `scheduler.affinity` | Affinity of the scheduler | `{}` |
@ -237,7 +237,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
| `webhook.imagePullSecrets` | Image pull secret of the webhook | `[]` | | `webhook.imagePullSecrets` | Image pull secret of the webhook | `[]` |
| `webhook.image.repository` | Image of the webhook | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-webhook"` | | `webhook.image.repository` | Image of the webhook | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-webhook"` |
| `webhook.image.tag` | Image tag of the webhook | `"latest"` | | `webhook.image.tag` | Image tag of the webhook | `"latest"` |
| `webhook.image.pullPolicy` | Image pull policy of the webhook | `"IfNotPresent"` | | `webhook.image.pullPolicy` | Image pull policy of the webhook | `"Always"` |
| `webhook.resources` | Resource quota of the webhook | `{}` | | `webhook.resources` | Resource quota of the webhook | `{}` |
| `webhook.nodeSelector` | Node selector of the webhook | `{}` | | `webhook.nodeSelector` | Node selector of the webhook | `{}` |
| `webhook.affinity` | Affinity of the webhook | `{}` | | `webhook.affinity` | Affinity of the webhook | `{}` |
@ -250,7 +250,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
| `controllerManager.imagePullSecrets` | Image pull secret of the karmada-controller-manager | `[]` | | `controllerManager.imagePullSecrets` | Image pull secret of the karmada-controller-manager | `[]` |
| `controllerManager.image.repository` | Image of the karmada-controller-manager | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-controller-manager"` | | `controllerManager.image.repository` | Image of the karmada-controller-manager | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-controller-manager"` |
| `controllerManager.image.tag` | Image tag of the karmada-controller-manager | `"latest"` | | `controllerManager.image.tag` | Image tag of the karmada-controller-manager | `"latest"` |
| `controllerManager.image.pullPolicy` | Image pull policy of the karmada-controller-manager | `"IfNotPresent"` | | `controllerManager.image.pullPolicy` | Image pull policy of the karmada-controller-manager | `"Always"` |
| `controllerManager.resources` | Resource quota of the karmada-controller-manager | `{}` | | `controllerManager.resources` | Resource quota of the karmada-controller-manager | `{}` |
| `controllerManager.nodeSelector` | Node selector of the karmada-controller-manager | `{}` | | `controllerManager.nodeSelector` | Node selector of the karmada-controller-manager | `{}` |
| `controllerManager.affinity` | Affinity of the karmada-controller-manager | `{}` | | `controllerManager.affinity` | Affinity of the karmada-controller-manager | `{}` |
@ -279,7 +279,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
| `aggregatedApiServer.imagePullSecrets` | Image pull secret of the karmada-aggregated-apiserver | `[]` | | `aggregatedApiServer.imagePullSecrets` | Image pull secret of the karmada-aggregated-apiserver | `[]` |
| `aggregatedApiServer.image.repository` | Image of the karmada-aggregated-apiserver | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-aggregated-apiserver"` | | `aggregatedApiServer.image.repository` | Image of the karmada-aggregated-apiserver | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-aggregated-apiserver"` |
| `aggregatedApiServer.image.tag` | Image tag of the karmada-aggregated-apiserver | `"latest"` | | `aggregatedApiServer.image.tag` | Image tag of the karmada-aggregated-apiserver | `"latest"` |
| `aggregatedApiServer.image.pullPolicy` | Image pull policy of the karmada-aggregated-apiserver | `"IfNotPresent"` | | `aggregatedApiServer.image.pullPolicy` | Image pull policy of the karmada-aggregated-apiserver | `"Always"` |
| `aggregatedApiServer.resources` | Resource quota of the karmada-aggregated-apiserver | `{requests: {cpu: 100m}}` | | `aggregatedApiServer.resources` | Resource quota of the karmada-aggregated-apiserver | `{requests: {cpu: 100m}}` |
| `aggregatedApiServer.nodeSelector` | Node selector of the karmada-aggregated-apiserver | `{}` | | `aggregatedApiServer.nodeSelector` | Node selector of the karmada-aggregated-apiserver | `{}` |
| `aggregatedApiServer.affinity` | Affinity of the karmada-aggregated-apiserver | `{}` | | `aggregatedApiServer.affinity` | Affinity of the karmada-aggregated-apiserver | `{}` |
@ -310,7 +310,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
| `schedulerEstimator.imagePullSecrets` | Image pull secret of the scheduler-estimator | `[]` | | `schedulerEstimator.imagePullSecrets` | Image pull secret of the scheduler-estimator | `[]` |
| `schedulerEstimator.image.repository` | Image of the scheduler-estimator | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-scheduler-estimator"` | | `schedulerEstimator.image.repository` | Image of the scheduler-estimator | `"swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-scheduler-estimator"` |
| `schedulerEstimator.image.tag` | Image tag of the scheduler-estimator | `"latest"` | | `schedulerEstimator.image.tag` | Image tag of the scheduler-estimator | `"latest"` |
| `schedulerEstimator.image.pullPolicy` | Image pull policy of the scheduler-estimator | `"IfNotPresent"` | | `schedulerEstimator.image.pullPolicy` | Image pull policy of the scheduler-estimator | `"Always"` |
| `schedulerEstimator.resources` | Resource quota of the scheduler-estimator | `{}` | | `schedulerEstimator.resources` | Resource quota of the scheduler-estimator | `{}` |
| `schedulerEstimator.nodeSelector` | Node selector of the scheduler-estimator | `{}` | | `schedulerEstimator.nodeSelector` | Node selector of the scheduler-estimator | `{}` |
| `schedulerEstimator.affinity` | Affinity of the scheduler-estimator | `{}` | | `schedulerEstimator.affinity` | Affinity of the scheduler-estimator | `{}` |
@ -322,7 +322,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
| `descheduler.podLabels` | Labels of the descheduler pods | `{}` | | `descheduler.podLabels` | Labels of the descheduler pods | `{}` |
| `descheduler.imagePullSecrets` | Image pull secret of the descheduler | `[]` | | `descheduler.imagePullSecrets` | Image pull secret of the descheduler | `[]` |
| `descheduler.image.repository` | Image of the descheduler | `swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-descheduler` | | `descheduler.image.repository` | Image of the descheduler | `swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-descheduler` |
| `descheduler.image.pullPolicy` | Image pull policy of the descheduler | `IfNotPresent` | | `descheduler.image.pullPolicy` | Image pull policy of the descheduler | `Always` |
| `descheduler.image.tag` | Overrides the image tag whose default is the latest | `latest` | | `descheduler.image.tag` | Overrides the image tag whose default is the latest | `latest` |
| `descheduler.resources` | Resource quota of the descheduler | `{}` | | `descheduler.resources` | Resource quota of the descheduler | `{}` |
| `descheduler.nodeSelector` | Node selector of the descheduler | `{}` | | `descheduler.nodeSelector` | Node selector of the descheduler | `{}` |
@ -335,7 +335,7 @@ helm install karmada-scheduler-estimator -n karmada-system ./charts/karmada
| `search.podLabels` | Labels of the search pods | `{}` | | `search.podLabels` | Labels of the search pods | `{}` |
| `search.imagePullSecrets` | Image pull secret of the search | `[]` | | `search.imagePullSecrets` | Image pull secret of the search | `[]` |
| `search.image.repository` | Image of the search | `swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-search` | | `search.image.repository` | Image of the search | `swr.ap-southeast-1.myhuaweicloud.com/karmada/karmada-search` |
| `search.image.pullPolicy` | Image pull policy of the search | `IfNotPresent` | | `search.image.pullPolicy` | Image pull policy of the search | `Always` |
| `search.image.tag` | Overrides the image tag whose default is the latest | `latest` | | `search.image.tag` | Overrides the image tag whose default is the latest | `latest` |
| `search.resources` | Resource quota of the search | `{}` | | `search.resources` | Resource quota of the search | `{}` |
| `search.nodeSelector` | Node selector of the search | `{}` | | `search.nodeSelector` | Node selector of the search | `{}` |

View File

@ -40,7 +40,7 @@ cfssl:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
kubectl: kubectl:
## @param image.registry karmada kubectl image registry ## @param image.registry karmada kubectl image registry
@ -54,7 +54,7 @@ kubectl:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
## pre-install job config ## pre-install job config
preInstallJob: preInstallJob:
@ -144,7 +144,7 @@ scheduler:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
## Example: ## Example:
@ -201,7 +201,7 @@ webhook:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
## Example: ## Example:
@ -258,7 +258,7 @@ controllerManager:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
## Example: ## Example:
@ -400,7 +400,7 @@ aggregatedApiServer:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
## Example: ## Example:
@ -605,7 +605,7 @@ agent:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
## Example: ## Example:
@ -683,7 +683,7 @@ schedulerEstimator:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
## Example: ## Example:
@ -740,7 +740,7 @@ descheduler:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
## Example: ## Example:
@ -797,7 +797,7 @@ search:
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ##
pullPolicy: IfNotPresent pullPolicy: Always
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
## Example: ## Example: