Skip to content

Commit e5e6da0

Browse files
🌱 Upgrade k8s version used by SDK from 1.30.0 to 1.32.2 (#6941)
* Upgrade k8s version used by SDK from 1.30.0 to 1.32.2 Signed-off-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> * setting k8s Z stream to 0 Signed-off-by: Adam D. Cornett <adc@redhat.com> --------- Signed-off-by: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Signed-off-by: Adam D. Cornett <adc@redhat.com> Co-authored-by: Adam D. Cornett <adc@redhat.com>
1 parent e651b0f commit e5e6da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export IMAGE_VERSION = v1.39.2
99
export SIMPLE_VERSION = $(shell (test "$(shell git describe --tags)" = "$(shell git describe --tags --abbrev=0)" && echo $(shell git describe --tags)) || echo $(shell git describe --tags --abbrev=0)+git)
1010
export GIT_VERSION = $(shell git describe --dirty --tags --always)
1111
export GIT_COMMIT = $(shell git rev-parse HEAD)
12-
export K8S_VERSION = 1.31.0
12+
export K8S_VERSION = 1.32.0
1313

1414
# Build settings
1515
export TOOLS_DIR = tools/bin

0 commit comments

Comments
 (0)