mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-17 03:49:22 +00:00
Compare commits
2 Commits
zigbee2mqt
...
aaisp2mqtt
| Author | SHA1 | Date | |
|---|---|---|---|
| 343a41b2e7 | |||
| c38645c597 |
@@ -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.0
|
version: 0.3.2
|
||||||
keywords:
|
keywords:
|
||||||
- aaisp
|
- aaisp
|
||||||
- mqtt
|
- mqtt
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
schedule: {{ .Values.cronjob.schedule | quote }}
|
schedule: {{ .Values.cronjob.schedule | quote }}
|
||||||
successfulJobsHistoryLimit: {{ .Values.cronjob.successfulJobsHistoryLimit }}
|
successfulJobsHistoryLimit: {{ .Values.cronjob.successfulJobsHistoryLimit }}
|
||||||
failedJobsHistoryLimit: {{ .Values.cronjob.failedJobsHistoryLimit }}
|
failedJobsHistoryLimit: {{ .Values.cronjob.failedJobsHistoryLimit }}
|
||||||
concurrencyPolicy: Forbid
|
concurrencyPolicy: {{ .Values.cronjob.concurrencyPolicy }}
|
||||||
{{- if .Values.cronjob.startingDeadlineSeconds }}
|
{{- if .Values.cronjob.startingDeadlineSeconds }}
|
||||||
startingDeadlineSeconds: {{ .Values.cronjob.startingDeadlineSeconds }}
|
startingDeadlineSeconds: {{ .Values.cronjob.startingDeadlineSeconds }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -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: []
|
||||||
|
|
||||||
@@ -40,6 +40,7 @@ cronjob:
|
|||||||
successfulJobsHistoryLimit: 3
|
successfulJobsHistoryLimit: 3
|
||||||
failedJobsHistoryLimit: 1
|
failedJobsHistoryLimit: 1
|
||||||
# startingDeadlineSeconds: 10
|
# startingDeadlineSeconds: 10
|
||||||
|
concurrencyPolicy: Allow
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
|
|||||||
Reference in New Issue
Block a user