Skip to content

Commit 9200ccb

Browse files
committed
setting k8s Z stream to 0
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 81e5791 commit 9200ccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.32.2
12+
export K8S_VERSION = 1.32.0
1313

1414
# Build settings
1515
export TOOLS_DIR = tools/bin

0 commit comments

Comments
 (0)