[zigbee2mqttassistant] Update to v0.3.178 (#19)

* Update carldebilly/zigbee2mqttassistant Docker tag to v0.3.178

* [zigbee2mqttassistant] Bump chart version

* Fix secret name

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Andrew Williams <andy@tensixtyone.com>
This commit is contained in:
renovate[bot]
2021-07-02 16:38:23 +01:00
committed by GitHub
parent 1548f606e7
commit f99101d00b
3 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: "0.3.165" appVersion: "0.3.178"
description: A web GUI for Zigbee2Mqtt description: A web GUI for Zigbee2Mqtt
name: zigbee2mqttassistant name: zigbee2mqttassistant
version: 0.1.0 version: 0.1.1
keywords: keywords:
- zigbee - zigbee
- mqtt - mqtt

View File

@@ -1,9 +1,8 @@
---
{{- if and (and (not (.Values.existingSecretName)) (.Values.z2ma.username)) (.Values.z2ma.password) }} {{- if and (and (not (.Values.existingSecretName)) (.Values.z2ma.username)) (.Values.z2ma.password) }}
apiVersion: v1 apiVersion: v1
kind: Secret kind: Secret
metadata: metadata:
name: zigbee2mqttassistant-secret name: {{ include "zigbee2mqttassistant.name" . }}-secret
labels: labels:
app.kubernetes.io/name: {{ include "zigbee2mqttassistant.name" . }} app.kubernetes.io/name: {{ include "zigbee2mqttassistant.name" . }}
helm.sh/chart: {{ include "zigbee2mqttassistant.chart" . }} helm.sh/chart: {{ include "zigbee2mqttassistant.chart" . }}

View File

@@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: carldebilly/zigbee2mqttassistant repository: carldebilly/zigbee2mqttassistant
tag: 0.3.165 tag: 0.3.178
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []