Dregsy lets you sync Docker images between registries, public or private through defined sync tasks can be invoked as one-off or periodic task.
Homepage: https://github.com/xelalexv/dregsy
Add Delivery Hero public chart repo:
helm repo add deliveryhero https://charts.deliveryhero.io/
A simple install with default values:
helm install deliveryhero/dregsy
To install the chart with the release name my-release
:
helm install my-release deliveryhero/dregsy
To install with some set values:
helm install my-release deliveryhero/dregsy --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release deliveryhero/dregsy -f values.yaml
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
autoscaling.enabled | bool | false |
|
autoscaling.maxReplicas | int | 10 |
|
autoscaling.minReplicas | int | 1 |
|
autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
autoscaling.targetMemoryUtilizationPercentage | int | 80 |
|
dregsy.config.lister.cacheDuration | string | "24h" |
|
dregsy.config.lister.maxItems | int | 100 |
|
dregsy.config.relay | string | "skopeo" |
|
dregsy.config.skopeo.binary | string | "skopeo" |
|
dregsy.config.skopeo.certs-dir | string | "/etc/skopeo/certs.d" |
|
dregsy.config.tasks | list | [] |
|
dregsy.cron.affinity | object | {} |
|
dregsy.cron.concurrencyPolicy | string | "Forbid" |
|
dregsy.cron.enabled | bool | false |
|
dregsy.cron.failedJobsHistoryLimit | int | 0 |
|
dregsy.cron.restartPolicy | string | "OnFailure" |
|
dregsy.cron.schedule | string | "@daily" |
|
dregsy.cron.successfulJobsHistoryLimit | int | 1 |
|
dregsy.logForceColors | bool | false |
|
dregsy.logFormat | string | "json" |
|
dregsy.logLevel | string | "info" |
|
dregsy.logMethods | bool | false |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "xelalex/dregsy" |
|
image.tag | string | "" |
|
imagePullSecrets | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podAnnotations | object | {} |
|
podLables | object | {} |
|
podSecurityContext | object | {} |
|
resources | object | {} |
|
securityContext | object | {} |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
Name | Url | |
---|---|---|
nyambati | no-reply@deliveryhero.com |