Skip to content

Commit

Permalink
chore(*) release kong chart 2.26 (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest authored Aug 10, 2023
1 parent 4041113 commit e50e010
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

Nothing yet.

## 2.26.0

### Improvements

* Use the Kong 3.3 `/status/ready` endpoint for readiness probes by default if
Expand All @@ -11,7 +15,7 @@
to the the init and pre-upgrade migrations Jobs.
* Add controller's RBAC rules for `KongConsumerGroups` CRD.
[#850](https://github.com/Kong/charts/pull/850)

* Updated controller version to 2.11.

## 2.25.0

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.25.0
version: 2.26.0
appVersion: "3.3"
dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion charts/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ ingressController:
enabled: true
image:
repository: kong/kubernetes-ingress-controller
tag: "2.10"
tag: "2.11"
# Optionally set a semantic version for version-gated features. This can normally
# be left unset. You only need to set this if your tag is not a semver string,
# such as when you are using a "next" tag. Set this to the effective semantic
Expand Down

0 comments on commit e50e010

Please sign in to comment.