Skip to content

Commit ef38efc

Browse files
committed
fix schedule and tag
1 parent 1e3129a commit ef38efc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/ldap-sync/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: ldap-sync
3-
version: 0.0.5
3+
version: 0.1.0

charts/ldap-sync/templates/cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
containers:
2323
- name: ldap-sync
2424
image: {{ printf "%s:%s" .Values.image.repository .Values.image.tag | quote }}
25-
args: [ "sync", "--log-level", "3" ]
25+
args: [ "sync", "--log-level", "0" ]
2626
resources:
2727
{{ toYaml .Values.resources | nindent 16 }}
2828
envFrom:

charts/ldap-sync/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
image:
22
repository: "jushcherbak/matrix-ldap-sync"
3-
tag: "0.0.2"
3+
tag: "0.1.0"
44
pullPolicy: IfNotPresent
5-
cronSchedule: "0 2 * * *"
6-
activeDeadlineSeconds: 21600
5+
cronSchedule: "*/20 * * * *"
6+
activeDeadlineSeconds: 1000
77
resources: {}
88
nodeSelector: {}
99
tolerations: []

0 commit comments

Comments
 (0)