Bump home-assistant and code-server image versions (#22065)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2020-04-22 11:13:44 -07:00
committed by GitHub
parent 958ca1d894
commit 725ddf2588
4 changed files with 7 additions and 9 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 0.107.7
appVersion: 0.108.7
description: Home Assistant
name: home-assistant
version: 0.13.1
version: 0.13.2
keywords:
- home-assistant
- hass
+2 -2
View File
@@ -36,7 +36,7 @@ The following tables lists the configurable parameters of the Home Assistant cha
| Parameter | Description | Default |
|----------------------------|-------------------------------------|---------------------------------------------------------|
| `image.repository` | Image repository | `homeassistant/home-assistant` |
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/).| `0.106.6`|
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/).| `0.108.7`|
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Secrets to use when pulling the image | `[]` |
| `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` |
@@ -126,7 +126,7 @@ The following tables lists the configurable parameters of the Home Assistant cha
| `configurator.service.loadBalancerSourceRanges` | Loadbalancer client IP restriction range for the configurator UI | `[]` |
| `vscode.enabled` | Enable the optional [VS Code Server Sidecar](https://github.com/cdr/code-server) | `false` |
| `vscode.image.repository` | Image repository | `codercom/code-server` |
| `vscode.image.tag` | Image tag | `2.1665-vsc1.39.2`|
| `vscode.image.tag` | Image tag | `3.1.1`|
| `vscode.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `vscode.hassConfig` | Base path of the home assistant configuration files | `/config` |
| `vscode.vscodePath` | Base path of the VS Code configuration files | `/config/.vscode` |
@@ -245,9 +245,7 @@ spec:
workingDir: {{ .Values.vscode.hassConfig }}
args:
- --port={{ .Values.vscode.service.port }}
{{- if (.Values.vscode.password) }}
- --allow-http #Not supported without password
{{- else }}
{{- if not (.Values.vscode.password) }}
- --auth=none
{{- end }}
{{- if .Values.vscode.vscodePath }}
+2 -2
View File
@@ -4,7 +4,7 @@
image:
repository: homeassistant/home-assistant
tag: 0.107.7
tag: 0.108.7
pullPolicy: IfNotPresent
pullSecrets: []
@@ -233,7 +233,7 @@ vscode:
##
image:
repository: codercom/code-server
tag: 2.1665-vsc1.39.2
tag: 3.1.1
pullPolicy: IfNotPresent
## VSCode password