Skip to content

Commit

Permalink
Merge pull request #1200 from Kong/kic-3.4
Browse files Browse the repository at this point in the history
chore: charts version 2.46 with KIC 3.4
  • Loading branch information
mlavacca authored Dec 19, 2024
2 parents 0b27b4a + 7a33ce1 commit a3dbcd3
Show file tree
Hide file tree
Showing 27 changed files with 653 additions and 344 deletions.
7 changes: 7 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.46.0

### Changes

* Bumped default `kong/kubernetes-ingress-controller` image tag to 3.4.
[#1200](https://github.com/Kong/charts/pull/1200)

## 2.45.0

### Changes
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.45.0
version: 2.46.0
appVersion: "3.8"
dependencies:
- name: postgresql
Expand Down
11 changes: 7 additions & 4 deletions charts/kong/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ helm install kong/kong --generate-name

## Table of contents

- [Kong for Kubernetes](#kong-for-kubernetes)
- [TL;DR;](#tldr)
- [Table of contents](#table-of-contents)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Uninstall](#uninstall)
Expand Down Expand Up @@ -57,6 +60,8 @@ helm install kong/kong --generate-name
- [Ingress Controller Parameters](#ingress-controller-parameters)
- [The `env` section](#the-env-section)
- [The `customEnv` section](#the-customenv-section)
- [The `gatewayDiscovery` section](#the-gatewaydiscovery-section)
- [Configuration](#configuration-1)
- [General Parameters](#general-parameters)
- [The `env` section](#the-env-section-1)
- [The `customEnv` section](#the-customenv-section-1)
Expand All @@ -71,9 +76,7 @@ helm install kong/kong --generate-name
- [Sessions](#sessions)
- [Email/SMTP](#emailsmtp)
- [Prometheus Operator integration](#prometheus-operator-integration)
- [Argo CD considerations](#argo-cd-considerations)
- [Changelog](https://github.com/Kong/charts/blob/main/charts/kong/CHANGELOG.md)
- [Upgrading](https://github.com/Kong/charts/blob/main/charts/kong/UPGRADE.md)
- [Argo CD Considerations](#argo-cd-considerations)
- [Seeking help](#seeking-help)

## Prerequisites
Expand Down Expand Up @@ -738,7 +741,7 @@ section of `values.yaml` file:
|--------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------|
| enabled | Deploy the ingress controller, rbac and crd | true |
| image.repository | Docker image with the ingress controller | kong/kubernetes-ingress-controller |
| image.tag | Version of the ingress controller | `3.3` |
| image.tag | Version of the ingress controller | `3.4` |
| image.effectiveSemver | Version of the ingress controller used for version-specific features when image.tag is not a valid semantic version | |
| readinessProbe | Kong ingress controllers readiness probe | |
| livenessProbe | Kong ingress controllers liveness probe | |
Expand Down

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

57 changes: 40 additions & 17 deletions charts/kong/ci/__snapshots__/admission-webhook-configuration.snap

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

Loading

0 comments on commit a3dbcd3

Please sign in to comment.