Skip to content

Commit 5a9b851

Browse files
authored
Bump gateway chart version to 2.3.2 (#46)
* Bump gateway chart version to 2.3.2 * fix lint on values.yaml
1 parent 416ebaa commit 5a9b851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "2.3.1"
33
description: Conduktor Gateway and associated backing Kafka
44
name: conduktor-gateway
5-
version: 2.3.1
5+
version: 2.3.2
66

77
dependencies:
88
- name: kafka

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gateway:
4242
## secretKeyRef:
4343
## name: secret-test
4444
## key: SECRET_2
45-
extraSecretEnvVars: [ ]
45+
extraSecretEnvVars: []
4646
## @param gateway.secretSha256sum [nullable] Optional sha256sum of the referenced secret. This could be set to have a automactic restart of gateway deployment if secret change
4747
secretSha256sum: ""
4848

0 commit comments

Comments
 (0)