helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Dragonfly Helm Charts

Results 21 helm-charts issues
Sort by recently updated
recently updated
newest added

### Bug report: Redis & MySQL passwords are stored in Configmaps. ### Expected behavior: Password should be in Secrets. ### How to reproduce it: N/A ### Environment: - Dragonfly version:...

bug

### Bug report: $ helm pull dragonfly/dragonfly $ tar -zxf dragonfly-1.1.33.tgz $ grep -r Values.metrics ./dragonfly/templates/ ./templates/manager/metrics-svc.yaml:{{ toYaml .Values.metrics.service.labels | indent 4 }} ./templates/seed-peer/metrics-svc.yaml:{{ toYaml .Values.metrics.service.labels | indent 4 }}...

bug

## Description Now we could only use PVC or emptyDir storage for seek-peer in this helm chart. I add a detection in extraVolumeMounts if user sets storage in volumeMounts when...

When we use helm to install dragonfly, harbor's self-signed certificate is not currently supported, and may need to be supported through configmap.

enhancement

## when containerd config.toml has other proxy_plugins,the [proxy_plugins] will conflict with nydus config [proxy_plugins] [proxy_plugins.nydus] type = "snapshot" address = "/run/containerd-nydus/containerd-nydus-grpc.sock" so containerd cannot restart success

Failed to create pod sandbox: rpc error: code = Unavailable desc = failed to create containerd container: connection error: desc = "transport: Error while dialing dial unix /run/containerd-nydus/containerd-nydus-grpc.sock: connect: connection...

bug

### Bug report: When Release.Name != `dragonfly` the following error is spitted in the Seed Peer logs ```shell 2023-07-16T06:48:47.621Z WARN config/dynconfig_manager.go:124 scheduler x.x.x.x -scheduler-0.scheduler..svc.cluster.local 8002 has not reachable addresses ```...

bug

### Feature request: The Dragonfly manager container currently supports using either MySQL or PostgreSQL: - https://github.com/dragonflyoss/Dragonfly2/issues/1423 - https://github.com/dragonflyoss/Dragonfly2/pull/1459 I'd like the helm chart `value.yaml` to also support deploying with this...

enhancement

## Description Added double quotes to jsonpath, a no matches found error is returned on some machines without. ## Motivation and Context Remove no matches found bug during setup of...