Skip to content

Commit

Permalink
chore: update helm charts submodule (#3061)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi authored Feb 1, 2024
1 parent 8fa57ca commit f83b3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm-charts
Submodule helm-charts updated 33 files
+3 −3 .github/workflows/lint-test.yml
+1 −1 .github/workflows/release.yml
+1 −1 README.md
+12 −9 charts/dragonfly/Chart.yaml
+165 −16 charts/dragonfly/README.md
+22 −6 charts/dragonfly/templates/_helpers.tpl
+51 −0 charts/dragonfly/templates/client/client-configmap.yaml
+131 −0 charts/dragonfly/templates/client/client-daemonset.yaml
+33 −0 charts/dragonfly/templates/client/podmonitor.yaml
+20 −0 charts/dragonfly/templates/client/prometheusrule.yaml
+2 −0 charts/dragonfly/templates/dfdaemon/dfdaemon-configmap.yaml
+24 −6 charts/dragonfly/templates/dfdaemon/dfdaemon-daemonset.yaml
+0 −30 charts/dragonfly/templates/dfdaemon/metrics-svc.yaml
+12 −11 charts/dragonfly/templates/dfdaemon/podmonitor.yaml
+0 −1 charts/dragonfly/templates/manager/manager-configmap.yaml
+10 −2 charts/dragonfly/templates/manager/manager-deployment.yaml
+1 −0 charts/dragonfly/templates/scheduler/scheduler-configmap.yaml
+11 −2 charts/dragonfly/templates/scheduler/scheduler-statefulset.yaml
+30 −0 charts/dragonfly/templates/seed-client/metrics-svc.yaml
+20 −0 charts/dragonfly/templates/seed-client/prometheusrule.yaml
+53 −0 charts/dragonfly/templates/seed-client/seed-client-configmap.yaml
+153 −0 charts/dragonfly/templates/seed-client/seed-client-statefulset.yaml
+32 −0 charts/dragonfly/templates/seed-client/servicemonitor.yaml
+2 −0 charts/dragonfly/templates/seed-peer/seed-peer-configmap.yaml
+11 −2 charts/dragonfly/templates/seed-peer/seed-peer-statefulset.yaml
+10 −2 charts/dragonfly/templates/trainer/trainer-deployment.yaml
+4 −0 charts/dragonfly/templates/triton/triton-deployment.yaml
+1,126 −683 charts/dragonfly/values.yaml
+9 −7 charts/nydus-snapshotter/Chart.yaml
+3 −2 charts/nydus-snapshotter/README.md
+1 −1 charts/nydus-snapshotter/README.md.gotmpl
+3 −1 charts/nydus-snapshotter/templates/nydus-snapshotter/snapshotter-daemonset.yaml
+3 −1 charts/nydus-snapshotter/values.yaml

0 comments on commit f83b3f3

Please sign in to comment.