kubekey/builtin/playbooks/artifact_images.yaml
liujian 3e56b095de
fix: test kk push image to harbor. (#2457)
Co-authored-by: joyceliu <joyceliu@yunify.com>
2024-11-19 14:23:29 +08:00

11 lines
215 B
YAML

- hosts:
- localhost
tags: ["always"]
roles:
- role: init/init-artifact
tags: ["always"]
- role: init/init-cert
tags: ["always"]
- role: install/image-registry
tags: ["always"]