Skip to content

Commit

Permalink
chore: update incident-commander image version to 0.0.962
Browse files Browse the repository at this point in the history
  • Loading branch information
flankbot authored and github-actions[bot] committed Dec 28, 2024
1 parent 5fa01d7 commit 42a83e2
Show file tree
Hide file tree
Showing 6 changed files with 440 additions and 2 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.961"
tag: "v0.0.962"
global:
# -v, -vv, -vvv
logLevel: ""
Expand Down
277 changes: 277 additions & 0 deletions chart/crds/mission-control.flanksource.com_connections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,99 @@ spec:
spec:
description: ConnectionSpec defines the desired state of Connection
properties:
anthropic:
properties:
apiKey:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
helmRef:
properties:
key:
description: Key is a JSONPath expression used to
fetch the key from the merged JSON.
type: string
name:
type: string
required:
- key
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
serviceAccount:
description: ServiceAccount specifies the service account
whose token should be fetched
type: string
type: object
type: object
model:
type: string
url:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
helmRef:
properties:
key:
description: Key is a JSONPath expression used to
fetch the key from the merged JSON.
type: string
name:
type: string
required:
- key
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
serviceAccount:
description: ServiceAccount specifies the service account
whose token should be fetched
type: string
type: object
type: object
required:
- apiKey
type: object
aws:
properties:
accessKey:
Expand Down Expand Up @@ -1667,6 +1760,190 @@ spec:
- topic
- username
type: object
ollama:
properties:
apiKey:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
helmRef:
properties:
key:
description: Key is a JSONPath expression used to
fetch the key from the merged JSON.
type: string
name:
type: string
required:
- key
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
serviceAccount:
description: ServiceAccount specifies the service account
whose token should be fetched
type: string
type: object
type: object
model:
type: string
url:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
helmRef:
properties:
key:
description: Key is a JSONPath expression used to
fetch the key from the merged JSON.
type: string
name:
type: string
required:
- key
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
serviceAccount:
description: ServiceAccount specifies the service account
whose token should be fetched
type: string
type: object
type: object
type: object
openai:
properties:
apiKey:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
helmRef:
properties:
key:
description: Key is a JSONPath expression used to
fetch the key from the merged JSON.
type: string
name:
type: string
required:
- key
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
serviceAccount:
description: ServiceAccount specifies the service account
whose token should be fetched
type: string
type: object
type: object
model:
type: string
url:
properties:
name:
type: string
value:
type: string
valueFrom:
properties:
configMapKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
helmRef:
properties:
key:
description: Key is a JSONPath expression used to
fetch the key from the merged JSON.
type: string
name:
type: string
required:
- key
type: object
secretKeyRef:
properties:
key:
type: string
name:
type: string
required:
- key
type: object
serviceAccount:
description: ServiceAccount specifies the service account
whose token should be fetched
type: string
type: object
type: object
required:
- apiKey
type: object
password:
description: DEPRECATED
properties:
Expand Down
5 changes: 5 additions & 0 deletions chart/crds/mission-control.flanksource.com_incidentrules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
id:
type: string
includeDeleted:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ spec:
type: string
fieldSelector:
type: string
healths:
description: Healths filter resources by the health
items:
type: string
type: array
id:
type: string
includeDeleted:
Expand Down
Loading

0 comments on commit 42a83e2

Please sign in to comment.