From f110d08221e32708076cdcbc91df04325707ec74 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 6 May 2020 08:20:16 +0100 Subject: [PATCH] [aaisp-to-mqtt] Upgrade to 0.2.3 --- charts/aaisp-to-mqtt/Chart.yaml | 2 +- charts/aaisp-to-mqtt/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/aaisp-to-mqtt/Chart.yaml b/charts/aaisp-to-mqtt/Chart.yaml index d163a71..bf301ad 100644 --- a/charts/aaisp-to-mqtt/Chart.yaml +++ b/charts/aaisp-to-mqtt/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "0.2" description: Pulls data from the AAISP CHAOSv2 API into MQTT name: aaisp-to-mqtt -version: 0.2.2 +version: 0.2.3 diff --git a/charts/aaisp-to-mqtt/values.yaml b/charts/aaisp-to-mqtt/values.yaml index 9a3d812..5db18ba 100644 --- a/charts/aaisp-to-mqtt/values.yaml +++ b/charts/aaisp-to-mqtt/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: nikdoof/aaisp-to-mqtt - tag: 0.2.2 + tag: 0.2.3 pullPolicy: IfNotPresent # imagePullSecrets: []