mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bumping image versions (#18636)
* Bumping home-assistant image tag to 0.101.2 * Bumping vscode-server image tag to 2.1665-vsc1.39.2 Fixes #18367 Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
498e8dbb7f
commit
69f40ccd40
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.99.3
|
||||
appVersion: 0.101.2
|
||||
description: Home Assistant
|
||||
name: home-assistant
|
||||
version: 0.9.9
|
||||
version: 0.9.10
|
||||
keywords:
|
||||
- home-assistant
|
||||
- hass
|
||||
|
||||
@@ -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.99.3`|
|
||||
| `image.tag` | Image tag. Possible values listed [here](https://hub.docker.com/r/homeassistant/home-assistant/tags/).| `0.101.2`|
|
||||
| `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` |
|
||||
@@ -106,7 +106,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.1571-vsc1.38.1`|
|
||||
| `vscode.image.tag` | Image tag | `2.1665-vsc1.39.2`|
|
||||
| `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` |
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
image:
|
||||
repository: homeassistant/home-assistant
|
||||
tag: 0.99.3
|
||||
tag: 0.101.2
|
||||
pullPolicy: IfNotPresent
|
||||
pullSecrets: []
|
||||
|
||||
@@ -191,7 +191,7 @@ vscode:
|
||||
##
|
||||
image:
|
||||
repository: codercom/code-server
|
||||
tag: 2.1571-vsc1.38.1
|
||||
tag: 2.1665-vsc1.39.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## VSCode password
|
||||
|
||||
Reference in New Issue
Block a user