We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beef8ab commit 3070676Copy full SHA for 3070676
1 file changed
charts/registry/templates/registry-cronjob-daily.yaml
@@ -41,6 +41,6 @@ spec:
41
- -ec
42
- |
43
# run garbage collect
44
- boot garbage-collect ${DRYCC_REGISTRY_CONFIG} --dry-run --delete-untagged
+ start-registry garbage-collect ${DRYCC_REGISTRY_CONFIG} --dry-run --delete-untagged
45
{{- end }}
46
{{- include "registry.envs" . | indent 12 }}
0 commit comments