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: []