Skip to content

Commit 07e3b58

Browse files
chore: add new default run delay and change chart app version
1 parent b9ca853 commit 07e3b58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/dashlane-audit-logs/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.3"
24+
appVersion: "0.1"

src/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ do
1010
DASHLANE_CLI_RESULT=$(dcli t l --start $DASHLANE_CLI_TIMESTAMP --end now)
1111
echo $DASHLANE_CLI_RESULT | /opt/fluent-bit/bin/fluent-bit -c $DASHLANE_CLI_FLUENTBIT_CONF -q
1212
DASHLANE_CLI_TIMESTAMP=$(date +%s000)
13-
sleep ${DASHLANE_CLI_RUN_DELAY:-60}
13+
sleep ${DASHLANE_CLI_RUN_DELAY:-1800}
1414
done

0 commit comments

Comments
 (0)