Skip to content

Commit

Permalink
bump: Update Conduktor Gatway to latest 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qboileau committed Dec 16, 2024
1 parent a606be0 commit 3fa1e26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.4.0"
appVersion: "3.5.0"
description: Conduktor Gateway chart
name: conduktor-gateway
version: 3.4.1
Expand Down
4 changes: 2 additions & 2 deletions charts/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ helm install my-gateway conduktor/conduktor-gateway
This section defines the image to be used.

| Name | Description | Value |
| -------------------------- | -------------------------------------------------------- | ----------------------------- |
| -------------------------- | -------------------------------------------------------- |-------------------------------|
| `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 | `3.4.0` |
| `gateway.image.tag` | Image tag | `3.5.0` |
| `gateway.image.pullPolicy` | Kubernetes image pull policy | `IfNotPresent` |

### Gateway configurations
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gateway:
## @param gateway.image.repository Image in repository format (conduktor/conduktor-gateway)
repository: conduktor/conduktor-gateway
## @param gateway.image.tag Image tag
tag: 3.4.0
tag: 3.5.0
## @param gateway.image.pullPolicy Kubernetes image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 3fa1e26

Please sign in to comment.