Skip to content

Commit

Permalink
bumping to release-2.0.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vkotronis committed Jan 26, 2021
1 parent 92d0afb commit 9425921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
COMPOSE_PROJECT_NAME=artemis
DB_VERSION=23
GUI_ENABLED=true
SYSTEM_VERSION=latest
SYSTEM_VERSION=release-2.0.0
HISTORIC=false

# Redis config
Expand Down
2 changes: 1 addition & 1 deletion artemis-chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0" | quote }}
historic: {{ .Values.historic | default "false" | quote }}
checkInterval: {{ .Values.checkInterval | default "5" | quote }}
redisHost: {{ .Values.redisHost | default "redis" }}
Expand Down
2 changes: 1 addition & 1 deletion artemis-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general
guiEnabled: true
systemVersion: latest
systemVersion: release-2.0.0
historic: false

# autostarter
Expand Down

0 comments on commit 9425921

Please sign in to comment.