From 3f320ed64896b8d39e50654776b8013c826a4b25 Mon Sep 17 00:00:00 2001 From: "Everton H. Taques" <97463920+etaques@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:52:22 -0300 Subject: [PATCH] fix (kind): update kind and kubectl to 1.27 (#2719) * update kind and kubectl to 1.27 * Update values.yaml --- Makefile | 4 ++-- kind/values.yaml | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 746989174..e9f643a70 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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 diff --git a/kind/values.yaml b/kind/values.yaml index 40662d11e..250e31f7d 100644 --- a/kind/values.yaml +++ b/kind/values.yaml @@ -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"