We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ca853 commit 07e3b58Copy full SHA for 07e3b58
charts/dashlane-audit-logs/Chart.yaml
@@ -21,4 +21,4 @@ version: 0.1.0
21
# incremented each time you make changes to the application. Versions are not expected to
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
# It is recommended to use it with quotes.
24
-appVersion: "0.3"
+appVersion: "0.1"
src/entrypoint.sh
@@ -10,5 +10,5 @@ do
10
DASHLANE_CLI_RESULT=$(dcli t l --start $DASHLANE_CLI_TIMESTAMP --end now)
11
echo $DASHLANE_CLI_RESULT | /opt/fluent-bit/bin/fluent-bit -c $DASHLANE_CLI_FLUENTBIT_CONF -q
12
DASHLANE_CLI_TIMESTAMP=$(date +%s000)
13
- sleep ${DASHLANE_CLI_RUN_DELAY:-60}
+ sleep ${DASHLANE_CLI_RUN_DELAY:-1800}
14
done
0 commit comments