File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : v1.9.9
33description : A Helm chart for Argo Events, the event-driven workflow automation framework
44name : argo-events
5- version : 2.4.18
5+ version : 2.4.19
66home : https://github.com/argoproj/argo-helm
77icon : https://avatars.githubusercontent.com/u/30269780?s=200&v=4
88keywords :
@@ -18,5 +18,5 @@ annotations:
1818 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
1919 url: https://argoproj.github.io/argo-helm/pgp_keys.asc
2020 artifacthub.io/changes : |
21- - kind: changed
22- description: Bump argo-events to v1.9.9
21+ - kind: fixed
22+ description: Fixed DEBUG_LOG environment variable documentation to use LOG_LEVEL instead
Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ controller:
220220
221221 # -- Environment variables to pass to events controller
222222 env : []
223- # - name: DEBUG_LOG
224- # value: "true"
223+ # - name: LOG_LEVEL
224+ # value: "debug" # Options: debug, info, error (default: info)
225225
226226 # -- envFrom to pass to events controller
227227 # @default -- `[]` (See [values.yaml])
You can’t perform that action at this time.
0 commit comments