From 3e9298bff56f3a98a63b28389d3b9d9955102988 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sat, 27 Jun 2020 15:39:32 -0400 Subject: [PATCH] bump home-assistant and code-server image versions (#256) Signed-off-by: Jeff Billimek --- charts/home-assistant/Chart.yaml | 4 ++-- charts/home-assistant/README.md | 4 ++-- charts/home-assistant/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index 0e46031a..71aa1e4d 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 0.110.6 +appVersion: 0.111.4 description: Home Assistant name: home-assistant -version: 1.0.0 +version: 1.0.1 keywords: - home-assistant - hass diff --git a/charts/home-assistant/README.md b/charts/home-assistant/README.md index c6cd8cac..4b5bc732 100644 --- a/charts/home-assistant/README.md +++ b/charts/home-assistant/README.md @@ -37,7 +37,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.110.6`| +| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/).| `0.111.4`| | `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` | @@ -127,7 +127,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 | `3.1.1`| +| `vscode.image.tag` | Image tag | `3.4.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` | diff --git a/charts/home-assistant/values.yaml b/charts/home-assistant/values.yaml index efbb09bc..eb7d9296 100644 --- a/charts/home-assistant/values.yaml +++ b/charts/home-assistant/values.yaml @@ -4,7 +4,7 @@ image: repository: homeassistant/home-assistant - tag: 0.110.6 + tag: 0.111.4 pullPolicy: IfNotPresent pullSecrets: [] @@ -233,7 +233,7 @@ vscode: ## image: repository: codercom/code-server - tag: 3.1.1 + tag: 3.4.1 pullPolicy: IfNotPresent ## VSCode password