Skip to content

Commit

Permalink
[release] Gateway version 2.4.0 (#48)
Browse files Browse the repository at this point in the history
* release: GAteway version 2.4.0

* chore(chart): Update README.md with readme-generator-for-helm

Signed-off-by: ConduktorBot <[email protected]>

---------

Signed-off-by: ConduktorBot <[email protected]>
Co-authored-by: ConduktorBot <[email protected]>
  • Loading branch information
fteychene and ConduktorBot authored Jan 9, 2024
1 parent 30bd7b0 commit 62649c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "2.3.1"
description: Conduktor Gateway and associated backing Kafka
appVersion: "2.4.0"
description: Conduktor Gateway chart
name: conduktor-gateway
version: 2.3.2
version: 2.4.0

dependencies:
- name: kafka
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This section define the image to be used
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gateway.image.registry` | Docker registry to use | `docker.io` |
| `gateway.image.repository` | Image in repository format (conduktor/conduktor-gateway) | `conduktor/conduktor-gateway` |
| `gateway.image.tag` | Image tag | `2.3.1` |
| `gateway.image.tag` | Image tag | `2.4.0` |
| `gateway.image.pullPolicy` | Kubernetes image pull policy | `IfNotPresent` |
| `gateway.replicas` | number of gateway instances to be deployed | `2` |
| `gateway.secretRef` | Secret name to load sensitive env var from | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gateway:
## @param gateway.image.repository Image in repository format (conduktor/conduktor-gateway)
repository: conduktor/conduktor-gateway
## @param gateway.image.tag Image tag
tag: 2.3.1
tag: 2.4.0
## @param gateway.image.pullPolicy Kubernetes image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 62649c3

Please sign in to comment.