Skip to content

Commit

Permalink
chore: custom console image
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Nov 27, 2023
1 parent 8549a94 commit 4a1d435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hstreamdb/templates/hstreamdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
volumeClaimTemplate: {{ include "hstreamdb.hmeta.volumeClaimTemplate" . | indent 6 }}
{{- if .Values.console.enabled }}
console:
image: hstreamdb/hstream-console
image: {{ .Values.console.image }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
replicas: {{ .Values.console.replicaCount }}
container:
Expand Down
1 change: 1 addition & 0 deletions charts/hstreamdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ console:
enabled: false
# Name of the console component.
name: hstreamdb-console
image: hstreamdb/hstream-console:v1.0.0-beta7
replicaCount: 1
env:
servicePorts:
Expand Down

0 comments on commit 4a1d435

Please sign in to comment.