Skip to content

Commit

Permalink
WiP: test if it is a name clash...
Browse files Browse the repository at this point in the history
  • Loading branch information
klihub committed Feb 16, 2024
1 parent b9f9f5f commit 1fb48a3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/balloons/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: unstable
description: |
The balloons NRI resource policy plugin implements workload placement into
“balloons” that are disjoint CPU pools.
name: nri-resource-policy-balloons
name: nri-resource-policy-balloons-chart
sources:
- https://github.com/containers/nri-plugins
home: https://github.com/containers/nri-plugins
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/memory-qos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: unstable
description: |
The memory-qos NRI plugin adds two methods for controlling cgroups v2
memory.* parameters: QoS class and direct memory annotations.
name: nri-memory-qos
name: nri-memory-qos-chart
sources:
- https://github.com/containers/nri-plugins
home: https://github.com/containers/nri-plugins
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/memtierd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: unstable
description: |
The memtierd NRI plugin enables managing workloads with Memtierd in Kubernetes.
name: nri-memtierd
name: nri-memtierd-chart
sources:
- https://github.com/containers/nri-plugins
home: https://github.com/containers/nri-plugins
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/sgx-epc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: unstable
description: |
The sgx-epc NRI plugin allows control over SGX encrypted page cache usage using the
cgroup v2 misc controller and pod annotations.
name: nri-sgx-epc
name: nri-sgx-epc-chart
sources:
- https://github.com/containers/nri-plugins
home: https://github.com/containers/nri-plugins
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/template/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: unstable
description: |
The template NRI resource policy plugin is a wireframe implementation without any policy logic. It can be used as a template to create new policies.
name: nri-resource-policy-template
name: nri-resource-policy-template-chart
sources:
- https://github.com/containers/nri-plugins
home: https://github.com/containers/nri-plugins
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/topology-aware/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Topology-aware NRI resource policy plugin is a NRI plugin that will
apply hardware-aware resource allocation policies to the containers
running in the system.
name: nri-resource-policy-topology-aware
name: nri-resource-policy-topology-aware-chart
sources:
- https://github.com/containers/nri-plugins
home: https://github.com/containers/nri-plugins
Expand Down

0 comments on commit 1fb48a3

Please sign in to comment.