Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unify image pull policy by helm to be same as other installation method #4313

Merged
merged 1 commit into from
Nov 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 19 additions & 49 deletions charts/karmada/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ global:
## for more details about yaml anchors and aliases.
karmadaImageVersion: &karmadaImageVersion latest

## Specify the imagePullPolicy of karmada images
## Defaults to 'IfNotPresent', you can set to 'Always' in cases of special needs
karmadaImagePullPolicy: &karmadaImagePullPolicy IfNotPresent

podDisruptionBudget: &podDisruptionBudget {}
# maxUnavailable: 20%

Expand Down Expand Up @@ -50,10 +54,8 @@ cfssl:
registry: docker.io
repository: cfssl/cfssl
tag: latest
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
## Specify a imagePullPolicy, defaults to 'IfNotPresent'
pullPolicy: IfNotPresent

kubectl:
## @param image.registry karmada kubectl image registry
Expand All @@ -64,10 +66,8 @@ kubectl:
registry: docker.io
repository: bitnami/kubectl
tag: latest
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
## Specify a imagePullPolicy, defaults to 'IfNotPresent'
pullPolicy: IfNotPresent

## pre-install job config
preInstallJob:
Expand Down Expand Up @@ -160,10 +160,7 @@ scheduler:
registry: docker.io
repository: karmada/karmada-scheduler
tag: *karmadaImageVersion
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
pullPolicy: *karmadaImagePullPolicy
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## Example:
Expand Down Expand Up @@ -219,10 +216,7 @@ webhook:
registry: docker.io
repository: karmada/karmada-webhook
tag: *karmadaImageVersion
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
pullPolicy: *karmadaImagePullPolicy
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## Example:
Expand Down Expand Up @@ -278,10 +272,7 @@ controllerManager:
registry: docker.io
repository: karmada/karmada-controller-manager
tag: *karmadaImageVersion
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
pullPolicy: *karmadaImagePullPolicy
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## Example:
Expand Down Expand Up @@ -346,9 +337,7 @@ apiServer:
registry: registry.k8s.io
repository: kube-apiserver
tag: "v1.25.4"
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
## Specify a imagePullPolicy, defaults to 'IfNotPresent'
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -429,10 +418,7 @@ aggregatedApiServer:
registry: docker.io
repository: karmada/karmada-aggregated-apiserver
tag: *karmadaImageVersion
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
pullPolicy: *karmadaImagePullPolicy
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## Example:
Expand Down Expand Up @@ -490,9 +476,7 @@ kubeControllerManager:
registry: registry.k8s.io
repository: kube-controller-manager
tag: "v1.25.4"
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
## Specify a imagePullPolicy, defaults to 'IfNotPresent'
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -586,9 +570,7 @@ etcd:
registry: registry.k8s.io
repository: etcd
tag: "3.5.9-0"
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
## Specify a imagePullPolicy, defaults to 'IfNotPresent'
pullPolicy: IfNotPresent
## @param etcd.internal.storageType storage type for etcd data
## "pvc" means using volumeClaimTemplates
Expand Down Expand Up @@ -660,10 +642,7 @@ agent:
registry: docker.io
repository: karmada/karmada-agent
tag: *karmadaImageVersion
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
pullPolicy: *karmadaImagePullPolicy
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## Example:
Expand Down Expand Up @@ -740,10 +719,7 @@ schedulerEstimator:
registry: docker.io
repository: karmada/karmada-scheduler-estimator
tag: *karmadaImageVersion
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
pullPolicy: *karmadaImagePullPolicy
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## Example:
Expand Down Expand Up @@ -799,10 +775,7 @@ descheduler:
registry: docker.io
repository: karmada/karmada-descheduler
tag: *karmadaImageVersion
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
pullPolicy: *karmadaImagePullPolicy
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## Example:
Expand Down Expand Up @@ -860,10 +833,7 @@ search:
registry: docker.io
repository: karmada/karmada-search
tag: *karmadaImageVersion
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
##
pullPolicy: Always
pullPolicy: *karmadaImagePullPolicy
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## Example:
Expand Down
Loading