mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 21:42:18 +00:00
[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:
@@ -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
|
||||||
|
|||||||
@@ -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" . }}
|
||||||
|
|||||||
@@ -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: []
|
||||||
|
|||||||
Reference in New Issue
Block a user