Skip to content

Commit

Permalink
feat(kong) remove Enterprise manager gate (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
elhackeado authored Aug 17, 2023
1 parent 7395df1 commit 98079a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

Nothing yet.

## 2.26.3

### Fixed

* Enabled Service and Ingress in Kong Manager for non enterprise users.

## 2.26.2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.26.2
version: 2.26.3
appVersion: "3.3"
dependencies:
- name: postgresql
Expand Down
2 changes: 0 additions & 2 deletions charts/kong/templates/service-kong-manager.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{- if .Values.deployment.kong.enabled }}
{{- if .Values.enterprise.enabled }}
{{- if and .Values.manager.enabled (or .Values.manager.http.enabled .Values.manager.tls.enabled) -}}
{{- $serviceConfig := dict -}}
{{- $serviceConfig := merge $serviceConfig .Values.manager -}}
Expand All @@ -16,4 +15,3 @@
{{- end -}}
{{- end -}}
{{- end -}}
{{- end -}}

0 comments on commit 98079a0

Please sign in to comment.