Skip to content

Commit

Permalink
fix: fix KongLicense policy rule when using watch namespaces (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Jun 13, 2024
1 parent 3d91af1 commit a04a49d
Show file tree
Hide file tree
Showing 23 changed files with 305 additions and 294 deletions.
8 changes: 4 additions & 4 deletions charts/ingress/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: kong
repository: https://charts.konghq.com
version: 2.39.0
version: 2.39.1
- name: kong
repository: https://charts.konghq.com
version: 2.39.0
digest: sha256:b2691f740c1442911de3e647a3f8d029e68afbcf3b4a059f756bc91e260d35d4
generated: "2024-06-12T14:27:30.636251+02:00"
version: 2.39.1
digest: sha256:6a30608afa50e833a14197281ca1b7cf7280d9af6ff66a649e6258ff0ee2e7b8
generated: "2024-06-13T14:59:35.34910922-07:00"
40 changes: 20 additions & 20 deletions charts/ingress/ci/__snapshots__/gateway-discovery-values.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Unreleased

Nothing yet.

## 2.39.2

### Fixed

* Fixes `KongLicense` policy rules for Ingress controller when using `watchNamespaces`
[#1084](https://github.com/Kong/charts/pull/1084)

## 2.39.1

### 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 @@ -8,7 +8,7 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.39.1
version: 2.39.2
appVersion: "3.6"
dependencies:
- name: postgresql
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a04a49d

Please sign in to comment.