Skip to content

Commit

Permalink
chore: update to latest images
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Dec 25, 2023
1 parent 2e84f88 commit 2c4af40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions charts/hstreamdb/templates/hstreamdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ metadata:
labels: {{ include "hstreamdb.labels" . | nindent 4 }}
spec:
config:
logDeviceConfig:
{{- with .Values.logDeviceConfig }}
{{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.clusterConfig }}
{{- toYaml . | nindent 4 }}
{{- end }}
hserver:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down
8 changes: 4 additions & 4 deletions charts/hstreamdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: hstreamdb/hstream
tag: rqlite_v0.17.3
tag: rqlite
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down Expand Up @@ -70,8 +70,8 @@ tolerations: []

affinity: {}

logDeviceConfig:
# version: 2
clusterConfig:
logDeviceConfig:

hserver:
# Name of the hserver component.
Expand Down Expand Up @@ -113,7 +113,7 @@ console:
enabled: false
# Name of the console component.
name: hstreamdb-console
image: hstreamdb/hstream-console:v1.0.0-beta7
image: hstreamdb/hstream-kafka-console
replicaCount: 1
env:
servicePorts:
Expand Down

0 comments on commit 2c4af40

Please sign in to comment.