Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion misc/helm-charts/operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
{{- if .Values.console.enabled }}
- "--create-console"
{{- end }}
- "--console-image-tag-default=25.2.3"
- "--console-image-tag-default=25.2.9"
{{- range $key, $value := .Values.console.imageTagMapOverride }}
- "--console-image-tag-map={{ $key }}={{ $value }}"
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion misc/images/materialized-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# deployed to production, but the version needs to be bumped whenever features
# that the console depends upon are removed (to a version of the console that
# doesn't depend on those features).
FROM materialize/console:25.2.3 AS console
FROM materialize/console:25.2.9 AS console

MZFROM ubuntu-base

Expand Down