Skip to content

Commit

Permalink
chore(ingress): bump kong chart dependency to the one using 3.9 relea…
Browse files Browse the repository at this point in the history
…se (#1249)
  • Loading branch information
czeslavo authored Feb 14, 2025
1 parent b367309 commit 4051c14
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 108 deletions.
6 changes: 6 additions & 0 deletions charts/ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.18.0

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

## 0.17.0

### Fixes
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.46.0
version: 2.47.0
- name: kong
repository: https://charts.konghq.com
version: 2.46.0
digest: sha256:d7c7090a4ca302ca0c507ec7d6c20c79b38f7f15c5150a48db8913725d2f2622
generated: "2024-12-19T16:21:50.48581+01:00"
version: 2.47.0
digest: sha256:cb300dea964d25ccaaa1b4bd7028bd0753691cb645d843bf4fc8346f51d843f1
generated: "2025-02-14T11:05:04.710606+01:00"
8 changes: 4 additions & 4 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.17.0
appVersion: "3.8"
version: 0.18.0
appVersion: "3.9"
dependencies:
- name: kong
version: "=2.46.0"
version: "=2.47.0"
repository: https://charts.konghq.com
alias: controller
condition: controller.enabled
- name: kong
version: "=2.46.0"
version: "=2.47.0"
repository: https://charts.konghq.com
alias: gateway
condition: gateway.enabled
7 changes: 7 additions & 0 deletions charts/ingress/ci/.chartsnap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ dynamicFields:
- /webhooks/0/clientConfig/caBundle
- /webhooks/1/clientConfig/caBundle
- /webhooks/2/clientConfig/caBundle
- apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
name: chartsnap-controller-default-validations
jsonPath:
- /webhooks/0/clientConfig/caBundle
- /webhooks/1/clientConfig/caBundle
- /webhooks/2/clientConfig/caBundle
99 changes: 49 additions & 50 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 4051c14

Please sign in to comment.