diff --git a/.env b/.env index 692dc966..13540205 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ COMPOSE_PROJECT_NAME=artemis DB_VERSION=24 GUI_ENABLED=true -SYSTEM_VERSION=latest +SYSTEM_VERSION=release-2.1.0 HISTORIC=false # Redis config diff --git a/artemis-chart/templates/configmap.yaml b/artemis-chart/templates/configmap.yaml index e2304af9..3ca6b487 100644 --- a/artemis-chart/templates/configmap.yaml +++ b/artemis-chart/templates/configmap.yaml @@ -6,7 +6,7 @@ metadata: {{ include "artemis.labels" . | indent 4 }} data: guiEnabled: {{ .Values.guiEnabled | default "true" | quote }} - systemVersion: {{ .Values.systemVersion | default "latest" | quote }} + systemVersion: {{ .Values.systemVersion | default "release-2.1.0" | quote }} historic: {{ .Values.historic | default "false" | quote }} checkInterval: {{ .Values.checkInterval | default "5" | quote }} redisHost: {{ .Values.redisHost | default "redis" }} diff --git a/artemis-chart/values.yaml b/artemis-chart/values.yaml index fd9159c4..7b2ef0cf 100644 --- a/artemis-chart/values.yaml +++ b/artemis-chart/values.yaml @@ -1,6 +1,6 @@ # general guiEnabled: true -systemVersion: latest +systemVersion: release-2.1.0 historic: false # autostarter