[aaisp2mqtt] Bump default version (#10)

This commit is contained in:
2020-10-01 07:20:40 +01:00
committed by GitHub
parent c38645c597
commit 343a41b2e7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
appVersion: "0.3.0" appVersion: "0.3.1"
description: Pulls data from the AAISP CHAOSv2 API into MQTT description: Pulls data from the AAISP CHAOSv2 API into MQTT
name: aaisp2mqtt name: aaisp2mqtt
version: 0.3.1 version: 0.3.2
keywords: keywords:
- aaisp - aaisp
- mqtt - mqtt

View File

@@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: nikdoof/aaisp2mqtt repository: nikdoof/aaisp2mqtt
tag: 0.3.0 tag: 0.3.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# imagePullSecrets: [] # imagePullSecrets: []