Skip to content

Commit

Permalink
fix: change Kong Gateway Enterprise default image to Ubuntu (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 authored Nov 7, 2023
1 parent 4bc3c1b commit 34c766a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Bump Kong Gateway Enterprise default image to 3.4
[#867](https://github.com/Kong/kubernetes-testing-framework/pull/867)
[#868](https://github.com/Kong/kubernetes-testing-framework/pull/868)

## v0.41.1

Expand Down
2 changes: 1 addition & 1 deletion pkg/clusters/addons/kong/addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const (
DefaultEnterpriseImageRepo = "kong/kong-gateway"

// DefaultEnterpriseImageTag latest kong enterprise image tag
DefaultEnterpriseImageTag = "3.4-alpine"
DefaultEnterpriseImageTag = "3.4-ubuntu"

// DefaultEnterpriseLicenseSecretName is the name that will be used by default for the
// Kubernetes secret containing the Kong enterprise license that will be
Expand Down

0 comments on commit 34c766a

Please sign in to comment.