Skip to content

Commit

Permalink
update go-build to 0.88 - kb & elastic to 7.17.13 (#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-afra authored Sep 15, 2023
1 parent af1e0a9 commit f7eb2d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ endif

PACKAGE_NAME?=github.com/tigera/operator
LOCAL_USER_ID?=$(shell id -u $$USER)
GO_BUILD_VER?=v0.82
GO_BUILD_VER?=v0.88
CALICO_BUILD?=calico/go-build:$(GO_BUILD_VER)-$(ARCH)
SRC_FILES=$(shell find ./pkg -name '*.go')
SRC_FILES+=$(shell find ./api -name '*.go')
Expand Down
4 changes: 2 additions & 2 deletions config/enterprise_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ components:
image: tigera/dex
version: v3.16.3
eck-kibana:
version: 7.17.9
version: 7.17.13
kibana:
image: tigera/kibana
version: v3.16.3
eck-elasticsearch:
version: 7.17.9
version: 7.17.13
elasticsearch:
image: tigera/elasticsearch
version: v3.16.3
Expand Down
4 changes: 2 additions & 2 deletions pkg/components/enterprise.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ var (
}

ComponentEckElasticsearch = component{
Version: "7.17.9",
Version: "7.17.13",
}

ComponentEckKibana = component{
Version: "7.17.9",
Version: "7.17.13",
}

ComponentElasticTseeInstaller = component{
Expand Down

0 comments on commit f7eb2d9

Please sign in to comment.