Skip to content

Commit

Permalink
Update cloud-provider-kind image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
koksay committed Jul 16, 2024
1 parent adb535d commit 49847fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/base/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kind create cluster --config /kind-cluster-config.yaml

# start kind cloud provider
docker run -d --rm --network host -v /var/run/docker.sock:/var/run/docker.sock \
--name "cloud-provider-kind" quay.io/kubermatic-labs/devcontainers:cloud-provider-kind-v0.3.0
--name "cloud-provider-kind" quay.io/kubermatic-labs/devcontainers:cloud-provider-kind-adb535d

## deploy cilium
export CILIUM_VERSION="1.15.7"
Expand Down

0 comments on commit 49847fd

Please sign in to comment.