We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3129a commit ef38efcCopy full SHA for ef38efc
3 files changed
charts/ldap-sync/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: ldap-sync
3
-version: 0.0.5
+version: 0.1.0
charts/ldap-sync/templates/cron.yaml
@@ -22,7 +22,7 @@ spec:
22
containers:
23
- name: ldap-sync
24
image: {{ printf "%s:%s" .Values.image.repository .Values.image.tag | quote }}
25
- args: [ "sync", "--log-level", "3" ]
+ args: [ "sync", "--log-level", "0" ]
26
resources:
27
{{ toYaml .Values.resources | nindent 16 }}
28
envFrom:
charts/ldap-sync/values.yaml
@@ -1,9 +1,9 @@
image:
repository: "jushcherbak/matrix-ldap-sync"
- tag: "0.0.2"
+ tag: "0.1.0"
4
pullPolicy: IfNotPresent
5
-cronSchedule: "0 2 * * *"
6
-activeDeadlineSeconds: 21600
+cronSchedule: "*/20 * * * *"
+activeDeadlineSeconds: 1000
7
resources: {}
8
nodeSelector: {}
9
tolerations: []
0 commit comments