Skip to content

Commit

Permalink
Merge pull request #149 from marquiz/release-0.2
Browse files Browse the repository at this point in the history
deployment: update deployment files for v0.2.1
  • Loading branch information
fmuyassarov committed Oct 12, 2023
2 parents 1da8f6c + 3d33dac commit 8901be3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/balloons/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.2.0
appVersion: v0.2.1
description: |
The balloons NRI resource policy plugin implements workload placement into
“balloons” that are disjoint CPU pools.
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/memory-qos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.2.0
appVersion: v0.2.1
description: |
The memory-qos NRI plugin adds two methods for controlling cgroups v2
memory.* parameters: QoS class and direct memory annotations.
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/memtierd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.2.0
appVersion: v0.2.1
description: |
The memtierd NRI plugin enables managing workloads with Memtierd in Kubernetes.
name: nri-memtierd
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/topology-aware/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.2.0
appVersion: v0.2.1
description: |
Topology-aware NRI resource policy plugin is a NRI plugin that will
apply hardware-aware resource allocation policies to the containers
Expand Down
2 changes: 1 addition & 1 deletion deployment/overlays/balloons/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace: kube-system
images:
- name: '*'
newName: ghcr.io/containers/nri-plugins/nri-resource-policy-balloons
newTag: 0.2.0
newTag: v0.2.1

resources:
- ../../base/crds
Expand Down
2 changes: 1 addition & 1 deletion deployment/overlays/memory-qos/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace: kube-system
images:
- name: '*'
newName: ghcr.io/containers/nri-plugins/nri-memory-qos
newTag: 0.2.0
newTag: v0.2.1

resources:
- daemonset.yaml
Expand Down
2 changes: 1 addition & 1 deletion deployment/overlays/memtierd/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace: kube-system
images:
- name: '*'
newName: ghcr.io/containers/nri-plugins/nri-memtierd
newTag: 0.2.0
newTag: v0.2.1

resources:
- daemonset.yaml
Expand Down
2 changes: 1 addition & 1 deletion deployment/overlays/topology-aware/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace: kube-system
images:
- name: '*'
newName: ghcr.io/containers/nri-plugins/nri-resource-policy-topology-aware
newTag: 0.2.0
newTag: v0.2.1

resources:
- ../../base/crds
Expand Down

0 comments on commit 8901be3

Please sign in to comment.