@@ -192,7 +192,7 @@ helm delete dragonfly --namespace dragonfly-system
192192| client.dfinit.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
193193| client.dfinit.image.registry | string | `"docker.io"` | Image registry. |
194194| client.dfinit.image.repository | string | `"dragonflyoss/dfinit"` | Image repository. |
195- | client.dfinit.image.tag | string | `"v1.3.0 "` | Image tag. |
195+ | client.dfinit.image.tag | string | `"v1.3.2 "` | Image tag. |
196196| client.dfinit.restartContainerRuntime | bool | `true` | restartContainerRuntime indicates whether to restart container runtime when dfinit is enabled. it should be set to true when your first install dragonfly. If non-hot load configuration changes are made, the container runtime needs to be restarted. |
197197| client.enable | bool | `true` | Enable client. |
198198| client.extraEnvVars | list | `[]` | Extra environment variables for pod. |
@@ -208,7 +208,7 @@ helm delete dragonfly --namespace dragonfly-system
208208| client.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
209209| client.image.registry | string | `"docker.io"` | Image registry. |
210210| client.image.repository | string | `"dragonflyoss/client"` | Image repository. |
211- | client.image.tag | string | `"v1.3.0 "` | Image tag. |
211+ | client.image.tag | string | `"v1.3.2 "` | Image tag. |
212212| client.initContainer.image.digest | string | `""` | Image digest. |
213213| client.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
214214| client.initContainer.image.registry | string | `"docker.io"` | Image registry. |
@@ -281,13 +281,13 @@ helm delete dragonfly --namespace dragonfly-system
281281| injector.image.registry | string | `"docker.io"` | Image registry. |
282282| injector.image.repository | string | `"dragonflyoss/injector"` | Image repository. |
283283| injector.image.tag | string | `"v0.1.0"` | Image tag. |
284- | injector.initContainerImage | object | `{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"docker.io","repository":"dragonflyoss/client","tag":"v1.3.0 "}` | initContainerImage is the image configuration for the init container that will be injected into target pods. |
284+ | injector.initContainerImage | object | `{"digest":"","pullPolicy":"IfNotPresent","pullSecrets":[],"registry":"docker.io","repository":"dragonflyoss/client","tag":"v1.3.2 "}` | initContainerImage is the image configuration for the init container that will be injected into target pods. |
285285| injector.initContainerImage.digest | string | `""` | Image digest. |
286286| injector.initContainerImage.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
287287| injector.initContainerImage.pullSecrets | list | `[]` | Image pull secrets. |
288288| injector.initContainerImage.registry | string | `"docker.io"` | Image registry. |
289289| injector.initContainerImage.repository | string | `"dragonflyoss/client"` | Image repository. |
290- | injector.initContainerImage.tag | string | `"v1.3.0 "` | Image tag. Should align with the version of Dragonfly client and seed client. |
290+ | injector.initContainerImage.tag | string | `"v1.3.2 "` | Image tag. Should align with the version of Dragonfly client and seed client. |
291291| injector.metrics.enable | bool | `false` | Enable injector metrics. |
292292| injector.metrics.service.port | int | `8443` | Metrics service port. |
293293| injector.nodeSelector | object | `{}` | Node labels for pod assignment. |
@@ -347,7 +347,7 @@ helm delete dragonfly --namespace dragonfly-system
347347| manager.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
348348| manager.image.registry | string | `"docker.io"` | Image registry. |
349349| manager.image.repository | string | `"dragonflyoss/manager"` | Image repository. |
350- | manager.image.tag | string | `"v2.4.3 "` | Image tag. |
350+ | manager.image.tag | string | `"v2.4.4-beta.0 "` | Image tag. |
351351| manager.ingress.annotations | object | `{}` | Ingress annotations. |
352352| manager.ingress.className | string | `""` | Ingress class name. Requirement : kubernetes >=1.18. |
353353| manager.ingress.enable | bool | `false` | Enable ingress. |
@@ -454,7 +454,7 @@ helm delete dragonfly --namespace dragonfly-system
454454| scheduler.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
455455| scheduler.image.registry | string | `"docker.io"` | Image registry. |
456456| scheduler.image.repository | string | `"dragonflyoss/scheduler"` | Image repository. |
457- | scheduler.image.tag | string | `"v2.4.3 "` | Image tag. |
457+ | scheduler.image.tag | string | `"v2.4.4-beta.0 "` | Image tag. |
458458| scheduler.initContainer.image.digest | string | `""` | Image digest. |
459459| scheduler.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
460460| scheduler.initContainer.image.registry | string | `"docker.io"` | Image registry. |
@@ -560,7 +560,7 @@ helm delete dragonfly --namespace dragonfly-system
560560| seedClient.image.pullSecrets | list | `[]` (defaults to global.imagePullSecrets). | Image pull secrets. |
561561| seedClient.image.registry | string | `"docker.io"` | Image registry. |
562562| seedClient.image.repository | string | `"dragonflyoss/client"` | Image repository. |
563- | seedClient.image.tag | string | `"v1.3.0 "` | Image tag. |
563+ | seedClient.image.tag | string | `"v1.3.2 "` | Image tag. |
564564| seedClient.initContainer.image.digest | string | `""` | Image digest. |
565565| seedClient.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy. |
566566| seedClient.initContainer.image.registry | string | `"docker.io"` | Image registry. |
0 commit comments