Compare commits

..

2 Commits

Author SHA1 Message Date
343a41b2e7 [aaisp2mqtt] Bump default version (#10) 2020-10-01 07:20:40 +01:00
c38645c597 [aaisp2mqtt] Fix concurrency for the cronjob (#9)
* [aaisp2mqtt] Fix cronjob concurrency

* [aaisp2mqtt] Bump chart version
2020-08-30 07:16:57 +01:00
3 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -18,7 +18,7 @@ spec:
schedule: {{ .Values.cronjob.schedule | quote }}
successfulJobsHistoryLimit: {{ .Values.cronjob.successfulJobsHistoryLimit }}
failedJobsHistoryLimit: {{ .Values.cronjob.failedJobsHistoryLimit }}
concurrencyPolicy: Forbid
concurrencyPolicy: {{ .Values.cronjob.concurrencyPolicy }}
{{- if .Values.cronjob.startingDeadlineSeconds }}
startingDeadlineSeconds: {{ .Values.cronjob.startingDeadlineSeconds }}
{{- end }}

View File

@@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: nikdoof/aaisp2mqtt
tag: 0.3.0
tag: 0.3.1
pullPolicy: IfNotPresent
# imagePullSecrets: []
@@ -40,6 +40,7 @@ cronjob:
successfulJobsHistoryLimit: 3
failedJobsHistoryLimit: 1
# startingDeadlineSeconds: 10
concurrencyPolicy: Allow
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious