Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions helm/kagent/Chart-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,40 +23,40 @@ dependencies:
- name: k8s-agent
version: ${VERSION}
repository: file://../agents/k8s
condition: agents.k8s-agent.enabled
condition: k8s-agent.enabled
- name: kgateway-agent
version: ${VERSION}
repository: file://../agents/kgateway
condition: agents.kgateway-agent.enabled
condition: kgateway-agent.enabled
- name: istio-agent
version: ${VERSION}
repository: file://../agents/istio
condition: agents.istio-agent.enabled
condition: istio-agent.enabled
- name: promql-agent
version: ${VERSION}
repository: file://../agents/promql
condition: agents.promql-agent.enabled
condition: promql-agent.enabled
- name: observability-agent
version: ${VERSION}
repository: file://../agents/observability
condition: agents.observability-agent.enabled
condition: observability-agent.enabled
- name: argo-rollouts-agent
version: ${VERSION}
repository: file://../agents/argo-rollouts
condition: agents.argo-rollouts-agent.enabled
condition: argo-rollouts-agent.enabled
- name: helm-agent
version: ${VERSION}
repository: file://../agents/helm
condition: agents.helm-agent.enabled
condition: helm-agent.enabled
- name: cilium-policy-agent
version: ${VERSION}
repository: file://../agents/cilium-policy
condition: agents.cilium-policy-agent.enabled
condition: cilium-policy-agent.enabled
- name: cilium-manager-agent
version: ${VERSION}
repository: file://../agents/cilium-manager
condition: agents.cilium-manager-agent.enabled
condition: cilium-manager-agent.enabled
- name: cilium-debug-agent
version: ${VERSION}
repository: file://../agents/cilium-debug
condition: agents.cilium-debug-agent.enabled
condition: cilium-debug-agent.enabled
Loading