Skip to content

Commit 4d9c6e2

Browse files
moshloopgithub-actions[bot]
authored andcommitted
chore: update incident-commander image version to 0.0.1914
1 parent a5163f6 commit 4d9c6e2

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

agent-chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
image:
44
repository: docker.io/flanksource/incident-commander
55
pullPolicy: IfNotPresent
6-
tag: "v0.0.1913"
6+
tag: "v0.0.1914"
77
global:
88
# -v, -vv, -vvv
99
logLevel: ""

chart/crds/mission-control.flanksource.com_playbooks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4580,6 +4580,12 @@ spec:
45804580
JSON is included. The value must be true, false, or
45814581
a template that renders to true or false.
45824582
x-kubernetes-preserve-unknown-fields: true
4583+
insightDetails:
4584+
description: InsightDetails controls whether each insight's
4585+
message is rendered under the affected resource. The
4586+
value must be true, false, or a template that renders
4587+
to true or false.
4588+
x-kubernetes-preserve-unknown-fields: true
45834589
insights:
45844590
description: Insights controls whether config insights
45854591
are included. The value must be true, false, or a

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ image:
2424
# @schema
2525
# required: false
2626
# @schema
27-
tag: "v0.0.1913"
27+
tag: "v0.0.1914"
2828
# @schema
2929
# required: false
3030
# @schema

crd-chart/templates/mission-control.flanksource.com_playbooks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4580,6 +4580,12 @@ spec:
45804580
JSON is included. The value must be true, false, or
45814581
a template that renders to true or false.
45824582
x-kubernetes-preserve-unknown-fields: true
4583+
insightDetails:
4584+
description: InsightDetails controls whether each insight's
4585+
message is rendered under the affected resource. The
4586+
value must be true, false, or a template that renders
4587+
to true or false.
4588+
x-kubernetes-preserve-unknown-fields: true
45834589
insights:
45844590
description: Insights controls whether config insights
45854591
are included. The value must be true, false, or a

0 commit comments

Comments
 (0)