Skip to content

Commit

Permalink
fix (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
guysegal authored Mar 12, 2024
1 parent 9ccb551 commit 1f07018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/dafka-consumer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm Chart for Dafka Consumer
name: dafka-consumer
version: 12.2.0
version: 12.2.1
2 changes: 1 addition & 1 deletion charts/dafka-consumer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dafka-consumer

![Version: 12.2.0](https://img.shields.io/badge/Version-12.2.0-informational?style=flat-square)
![Version: 12.2.1](https://img.shields.io/badge/Version-12.2.1-informational?style=flat-square)

A Helm Chart for Dafka Consumer

Expand Down
2 changes: 1 addition & 1 deletion charts/dafka-consumer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
{{- end }}
{{- if .Values.targetProcessType }}
- name: TARGET_PROCESS_TYPE
value: {{ .Values.targetProcessingType | squote }}
value: {{ .Values.targetProcessType | squote }}
{{- end }}
{{- if .Values.sessionTimeoutMs }}
- name: SESSION_TIMEOUT
Expand Down

0 comments on commit 1f07018

Please sign in to comment.