Skip to content

Commit

Permalink
chore: update incident-commander image version to 0.0.547
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored and github-actions[bot] committed May 22, 2024
1 parent 9bd0939 commit 1a1dc37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions agent-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@
image:
repository: docker.io/flanksource/incident-commander
pullPolicy: IfNotPresent
tag: "v0.0.546"

tag: "v0.0.547"
global:
# -v, -vv, -vvv
logLevel: ""

logLevel: "{{.Values.global.logLevel}}"
jsonLogs: true

serviceAccount:
# Annotations to add to the service account
annotations: {}
Expand Down
5 changes: 1 addition & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ nameOverride: ""
image:
repository: docker.io/flanksource/incident-commander
pullPolicy: IfNotPresent
tag: "v0.0.546"

tag: "v0.0.547"
global:
# -v, -vv, -vvv
logLevel: ""
Expand Down Expand Up @@ -83,11 +82,9 @@ otel:
properties:
incidents.disable: true
logs.disable: true

# -v, -vv, -vvv
logLevel: "{{.Values.global.logLevel}}"
jsonLogs: true

db:
create: true
conf:
Expand Down

0 comments on commit 1a1dc37

Please sign in to comment.