Skip to content

Commit

Permalink
fix (kind): update kind and kubectl to 1.27 (#2719)
Browse files Browse the repository at this point in the history
* update kind and kubectl to 1.27

* Update values.yaml
  • Loading branch information
etaques authored Oct 5, 2023
1 parent 1d67ca9 commit 3f320ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ install-helm:

install-kubectl:
cd /tmp && \
curl -LO "https://dl.k8s.io/release/v1.22.1/bin/linux/amd64/kubectl" && \
curl -LO "https://dl.k8s.io/release/v1.27.4/bin/linux/amd64/kubectl" && \
chmod a+x ./kubectl && \
sudo mv ./kubectl /usr/local/bin/kubectl

Expand Down Expand Up @@ -182,7 +182,7 @@ kind-create-all: kind-create-cluster kind-install-orb
kind-upgrade-all: kind-load-images kind-upgrade-orb

kind-create-cluster:
kind create cluster --image kindest/node:v1.22.15 --config=./kind/config.yaml
kind create cluster --image kindest/node:v1.27.3 --config=./kind/config.yaml

kind-delete-cluster:
kind delete cluster
Expand Down
7 changes: 0 additions & 7 deletions kind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ orb:
repository: "orbcommunity"
tag: "develop"

sinker:
image:
name: "orb-sinker"
pullPolicy: "IfNotPresent"
repository: "orbcommunity"
tag: "develop"

sinkerOtel:
image:
name: "orb-sinker"
Expand Down

0 comments on commit 3f320ed

Please sign in to comment.