diff --git a/CHANGELOG.md b/CHANGELOG.md index 714dc13e..647aa50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pkg/clusters/addons/kong/addon.go b/pkg/clusters/addons/kong/addon.go index 6b14b213..8737ce16 100644 --- a/pkg/clusters/addons/kong/addon.go +++ b/pkg/clusters/addons/kong/addon.go @@ -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