Skip to content

Commit

Permalink
create custom namespace for clickhouse chart (#87)
Browse files Browse the repository at this point in the history
* chore(clickhouse): πŸ”§ create custom namespace
* chore(release): πŸ”– Bump up clickhouse to 23.5.4

Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi authored Oct 7, 2022
1 parent 9b70abf commit a478d90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: clickhouse
description: A Helm chart for ClickHouse
type: application
version: 23.5.3
version: 23.5.4
appVersion: "22.4.5"
icon: https://raw.githubusercontent.com/ClickHouse/ClickHouse/master/website/images/logo-400x240.png
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{{- if and .Values.namespace (ne .Values.namespace .Release.Namespace) }}
apiVersion: v1
kind: Namespace
metadata:
name: {{ include "clickhouse.namespace" . }}
{{- end }}

0 comments on commit a478d90

Please sign in to comment.