Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
update kind in ansible setup (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSkolasinski authored Nov 17, 2022
1 parent fde57b2 commit 7585565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/kind/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ seldon_cache_directory: "{{ ansible_env.HOME }}/.cache/seldon"
kind_cluster_name: ansible

# For compatible version of image for each kind version please see https://github.com/kubernetes-sigs/kind/releases
kind_version: v0.14.0
kind_image_version: kindest/node:v1.21.12@sha256:f316b33dd88f8196379f38feb80545ef3ed44d9197dca1bfd48bcb1583210207
kind_version: v0.17.0
kind_image_version: kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315

kind_url: "https://kind.sigs.k8s.io/dl/{{ kind_version }}/kind-linux-amd64"
kind_download_cli: true
Expand Down

0 comments on commit 7585565

Please sign in to comment.