Compare commits

..

3 Commits

Author SHA1 Message Date
Gallardo994
85c7673e31 [statping] Allow annotations in service (#58)
* Statping: allow annotations in service

* Bump chart version to 1.0.1

Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-09-22 08:12:04 -04:00
Bernd Schörgers
53ca0dfafd [media-common] Add tests, bump version (#57) 2020-09-22 08:07:16 -04:00
Dan Webb
ade40a1e9d [home-assistant] Bump homeassistant to 0.115.2 (#55)
Signed-off-by: Dan Webb <dan.webb@damacus.io>

Co-authored-by: Jeff Billimek <jeff@billimek.com>
2020-09-21 15:13:32 -04:00
6 changed files with 14 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 0.114.0
appVersion: 0.115.2
description: Home Assistant
name: home-assistant
version: 2.1.0
version: 2.2.0
keywords:
- home-assistant
- hass

View File

@@ -4,7 +4,7 @@
image:
repository: homeassistant/home-assistant
tag: 0.114.0
tag: 0.115.2
pullPolicy: IfNotPresent
pullSecrets: []

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: media-common
description: Common dependancy chart for media ecosystem containers
type: application
version: 1.1.0
version: 1.1.1
keywords:
- media-common
home: https://github.com/k8s-at-home/charts/tree/master/charts/media-common

View File

@@ -14,6 +14,11 @@ openvpn:
tag: latest
pullPolicy: IfNotPresent
auth: user;pass
env:
TZ: UTC
scripts:
up:
down:

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: statping
description: Status page for monitoring your websites and applications
type: application
version: 1.0.0
version: 1.0.1
appVersion: v0.90.65
keywords:
- statping

View File

@@ -4,6 +4,10 @@ metadata:
name: {{ include "statping.fullname" . }}
labels:
{{- include "statping.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{ toYaml . | indent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports: