Skip to content

Commit

Permalink
feat: Add toml-merge image for containerd supplementary images (#518)
Browse files Browse the repository at this point in the history
* feat: Add toml-merge image to containerd supplementary images

* fix: use fully qualified name

Co-authored-by: Dimitri Koshkin <dimitri.koshkin@gmail.com>
  • Loading branch information
jimmidyson and dkoshkin authored Oct 6, 2022
1 parent 1ad9232 commit 827fe40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ aws_images: []

extra_images: []

containerd_supplementary_images: ["docker.io/mesosphere/toml-merge:v0.1.0"]

containerd_base_url: https://packages.d2iq.com/dkp/containerd
kubernetes_http_source: https://storage.googleapis.com/kubernetes-release/release
kubernetes_cni_semver: v{{ kubernetes_cni_version }}
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/images/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
pull_images: "{{
kubernetes_images +
containerd_images +
containerd_supplementary_images +
control_plane_images +
extra_images
}}"
Expand Down

0 comments on commit 827fe40

Please sign in to comment.