Skip to content

Commit

Permalink
fix(clearndr): latest scirius tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Dec 9, 2024
1 parent c15823b commit 9ad2b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/clearndr/sub-compose/scirius.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

{{- if .Values.scirius }}
scirius:
image: {{ .Values.scirius.registry | default "ghcr.io/stamusnetworks/scirius" }}:{{ .Values.scirius.version | default "clear-ndr-b2" }}
image: {{ .Values.scirius.registry | default "ghcr.io/stamusnetworks/scirius" }}:{{ .Values.scirius.version | default "clear-ndr-v0.9.0" }}
container_name: {{template "base-name" .}}-scirius-{{template "suffix-name" .}}
restart: {{ .Values.globals.restartmode | default "unless-stopped" }}
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion data/clearndr/sub-config/scirius.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ scirius:
version:
type: string
usage: Scirius version to install
default: clear-ndr-b2
default: clear-ndr-v0.9.0
debug:
type: bool
usage: Enable debug mode
Expand Down

0 comments on commit 9ad2b78

Please sign in to comment.