Skip to content

Commit fce43ce

Browse files
authored
fix(argo-events): change DEBUG_LOG to LOG_LEVEL in values.yaml (#3621)
1 parent 48ed9d0 commit fce43ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/argo-events/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v1.9.9
33
description: A Helm chart for Argo Events, the event-driven workflow automation framework
44
name: argo-events
5-
version: 2.4.18
5+
version: 2.4.19
66
home: https://github.com/argoproj/argo-helm
77
icon: https://avatars.githubusercontent.com/u/30269780?s=200&v=4
88
keywords:
@@ -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

charts/argo-events/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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])

0 commit comments

Comments
 (0)