Skip to content

Commit

Permalink
fix(ingress): add missing BackendTLSPolicy and ConfigMap RBAC policy …
Browse files Browse the repository at this point in the history
…rules (#1193)
  • Loading branch information
pmalek authored Dec 12, 2024
1 parent 72d0948 commit 1577b29
Show file tree
Hide file tree
Showing 7 changed files with 1,277 additions and 31 deletions.
8 changes: 8 additions & 0 deletions charts/ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.15.2

### Fixes

- Bumped dependencies on `kong/kong` chart to `==2.44.1`. Review the [kong chart
changelog](https://github.com/Kong/charts/blob/main/charts/kong/CHANGELOG.md#2441)
for details.

## 0.15.1

### Improvements
Expand Down
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.44.0
version: 2.44.1
- name: kong
repository: https://charts.konghq.com
version: 2.44.0
digest: sha256:58a4e8a71ce164f70ccf271bafa1c755c50d268d4b23ae349d6ec05bc7347001
generated: "2024-12-03T15:12:43.905029+01:00"
version: 2.44.1
digest: sha256:81f18087a88702437a09db4562d12c2912a030cf6037243118dce13853d26880
generated: "2024-12-12T15:30:27.400011+01:00"
6 changes: 3 additions & 3 deletions charts/ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ maintainers:
name: ingress
sources:
- https://github.com/Kong/charts/tree/main/charts/ingress
version: 0.15.1
version: 0.15.2
appVersion: "3.7"
dependencies:
- name: kong
version: "=2.44.0"
version: "=2.44.1"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: "=2.44.0"
version: "=2.44.1"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled
48 changes: 24 additions & 24 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.

Loading

0 comments on commit 1577b29

Please sign in to comment.