Add openHAB 2.2.0

* Replace 2.2.0-SNAPSHOT with the stable 2.2.0 release
* Updates the default template from 2.1.0 to 2.2.0
* Add new template for testing openHAB 2.3.0-SNAPSHOT

Signed-off-by: Wouter Born <eclipse@maindrain.net>
This commit is contained in:
Wouter Born
2017-12-19 01:00:42 +01:00
parent cd4dad00de
commit 24571d0ec8
6 changed files with 203 additions and 5 deletions
+2 -3
View File
@@ -23,10 +23,9 @@ services:
{{- end}}
OPENHAB_HTTP_PORT: "${HTTP_PORT}"
OPENHAB_HTTPS_PORT: "${HTTPS_PORT}"
image: "openhab/openhab:2.2.0-snapshot-${IMAGE_ARCHITECTURE}-${IMAGE_DISTRIBUTION}"
labels:
io.rancher.container.pull_image: always
image: "openhab/openhab:2.2.0-${IMAGE_ARCHITECTURE}-${IMAGE_DISTRIBUTION}"
{{- if ne .Values.HOST_LABEL ""}}
labels:
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
{{- end}}
{{- if ne .Values.NETWORK_MODE "managed"}}
+1 -1
View File
@@ -2,7 +2,7 @@ version: '2'
catalog:
name: "openHAB"
version: "2.2.0-SNAPSHOT"
version: "2.2.0"
description: "An open source, technology agnostic home automation platform"
upgrade_from: "2.0.0"
questions: