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:
@@ -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"}}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user