Skip to content

Commit

Permalink
Pointing chart to gateway 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BStarmerSmith committed Sep 27, 2024
1 parent fed4dc6 commit 34217e8
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "3.3.0"
appVersion: "3.3.1"
description: Conduktor Gateway chart
name: conduktor-gateway
version: 3.3.0
version: 3.3.1
dependencies:
- name: kafka
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This section defines 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 | `3.3.0` |
| `gateway.image.tag` | Image tag | `3.3.1` |
| `gateway.image.pullPolicy` | Kubernetes image pull policy | `IfNotPresent` |

### Gateway configurations
Expand Down
Binary file added charts/gateway/conduktor-gateway-3.3.0.tgz
Binary file not shown.
89 changes: 89 additions & 0 deletions charts/gateway/index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
apiVersion: v1
entries:
common:
- annotations:
category: Infrastructure
apiVersion: v2
appVersion: 2.2.2
created: "2024-09-26T15:43:44.195828+01:00"
description: A Library Helm Chart for grouping common logic between bitnami charts.
This chart is not deployable by itself.
digest: d589f61a6529a986b5294bb76843431b8b0ab5816d3876d0b0fd631b8cc55ebe
home: https://github.com/bitnami/charts/tree/main/bitnami/common
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
keywords:
- common
- helper
- template
- function
- bitnami
maintainers:
- name: Bitnami
url: https://github.com/bitnami/charts
name: common
sources:
- https://github.com/bitnami/charts
- https://www.bitnami.com/
type: library
urls:
- charts/common-2.2.2.tgz
version: 2.2.2
conduktor-gateway:
- apiVersion: v2
appVersion: 3.3.1
created: "2024-09-26T15:43:44.195325+01:00"
dependencies:
- condition: kafka.enabled
name: kafka
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-kafka
version: 18.x.x
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.x.x
description: Conduktor Gateway chart
digest: cc380e34d8c421197228a0686afabc8dfb2c004d439537309e8d65cba306b0fb
name: conduktor-gateway
urls:
- conduktor-gateway-3.3.1.tgz
version: 3.3.1
kafka:
- annotations:
category: Infrastructure
apiVersion: v2
appVersion: 3.2.3
created: "2024-09-26T15:43:44.199908+01:00"
dependencies:
- condition: zookeeper.enabled
name: zookeeper
repository: https://charts.bitnami.com/bitnami
version: 10.x.x
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 2.x.x
description: Apache Kafka is a distributed streaming platform designed to build
real-time pipelines and can be used as a message broker or as a replacement
for a log aggregation solution for big data applications.
digest: 2b1bea7f6b46bcf2ea43d0f39bf02e367fe55c38643a9d3eef8f136105de000b
home: https://github.com/bitnami/charts/tree/master/bitnami/kafka
icon: https://bitnami.com/assets/stacks/kafka/img/kafka-stack-220x234.png
keywords:
- kafka
- zookeeper
- streaming
- producer
- consumer
maintainers:
- name: Bitnami
url: https://github.com/bitnami/charts
name: kafka
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/kafka
- https://kafka.apache.org/
urls:
- charts/kafka-18.5.0.tgz
version: 18.5.0
generated: "2024-09-26T15:43:44.189741+01:00"
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.3.0
tag: 3.3.1
## @param gateway.image.pullPolicy Kubernetes image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 34217e8

Please sign in to comment.