Skip to content

Commit

Permalink
chore: update incident-commander image version to 0.0.979
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored and github-actions[bot] committed Jan 9, 2025
1 parent c5dafb6 commit e45e7b7
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
image:
repository: docker.io/flanksource/incident-commander
pullPolicy: IfNotPresent
tag: "v0.0.978"
tag: "v0.0.979"
global:
# -v, -vv, -vvv
logLevel: ""
Expand Down
67 changes: 65 additions & 2 deletions chart/crds/mission-control.flanksource.com_playbooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
formats:
description: |-
Output format of the prompt.
Supported: markdown (default), slack.
Supported: markdown (default), slack, recommendPlaybook
items:
type: string
type: array
Expand All @@ -141,8 +141,71 @@ spec:
Example: gpt-4o for openai, claude-3-5-sonnet-latest for Anthropic, llama3.1:8b for Ollama
type: string
prompt:
description: Prompt is the humna prompt
description: Prompt is the human prompt
type: string
recommendPlaybooks:
description: |-
Specify selectors for playbooks. The LLM will recommend the best suited playbooks
in response to the prompt.
items:
properties:
agent:
description: |-
Agent can be the agent id or the name of the agent.
Additionally, the special "self" value can be used to select resources without an agent.
type: string
cache:
description: |-
Cache directives
'no-cache' (should not fetch from cache but can be cached)
'no-store' (should not cache)
'max-age=X' (cache for X duration)
type: string
fieldSelector:
type: string
health:
description: |-
Health filters resources by the health.
Multiple healths can be provided separated by comma.
type: string
id:
type: string
includeDeleted:
type: boolean
labelSelector:
type: string
limit:
type: integer
name:
type: string
namespace:
type: string
scope:
description: |-
Scope is the reference for parent of the resource to select.
For config items, the scope is the scraper id
For checks, it's canaries and
For components, it's topology.
It can either be a uuid or namespace/name
type: string
search:
description: Search query that applies to the resource
name, tag & labels.
type: string
statuses:
description: Statuses filter resources by the status
items:
type: string
type: array
tagSelector:
type: string
types:
description: Types filter resources by the type
items:
type: string
type: array
type: object
type: array
relationships:
description: Select related configs to provide as an additional
context to the AI model.
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nameOverride: ""
image:
repository: docker.io/flanksource/incident-commander
pullPolicy: IfNotPresent
tag: "v0.0.978"
tag: "v0.0.979"
global:
# -v, -vv, -vvv
logLevel: ""
Expand Down

0 comments on commit e45e7b7

Please sign in to comment.