Skip to content

Commit

Permalink
deployment: update deployment files for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Oct 11, 2023
1 parent a826ac6 commit af51820
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion deployment/base/nri-resource-policy/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
image: IMAGE_PLACEHOLDER
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
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: unstable
appVersion: 0.2.0
description: |
The balloons NRI resource policy plugin implements workload placement into
“balloons” that are disjoint CPU pools.
Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/balloons/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
name: ghcr.io/containers/nri-plugins/nri-resource-policy-balloons
# tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used
#tag: unstable
pullPolicy: Always
pullPolicy: IfNotPresent

config:
policy:
Expand All @@ -27,4 +27,4 @@ initContainerImage:
name: ghcr.io/containers/nri-plugins/nri-config-manager
# If not defined Chart.AppVersion will be used
#tag: unstable
pullPolicy: Always
pullPolicy: IfNotPresent
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: unstable
appVersion: 0.2.0
description: |
The memory-qos NRI plugin adds two methods for controlling cgroups v2
memory.* parameters: QoS class and direct memory annotations.
Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/memory-qos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
name: ghcr.io/containers/nri-plugins/nri-memory-qos
# tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used
#tag: unstable
pullPolicy: Always
pullPolicy: IfNotPresent

resources:
cpu: 10m
Expand All @@ -19,4 +19,4 @@ initContainerImage:
name: ghcr.io/containers/nri-plugins/nri-config-manager
# If not defined Chart.AppVersion will be used
#tag: unstable
pullPolicy: Always
pullPolicy: IfNotPresent
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: unstable
appVersion: 0.2.0
description: |
The memtierd NRI plugin enables managing workloads with Memtierd in Kubernetes.
name: nri-memtierd
Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/memtierd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
name: ghcr.io/containers/nri-plugins/nri-memtierd
# tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used
#tag: unstable
pullPolicy: Always
pullPolicy: IfNotPresent

resources:
cpu: 250m
Expand All @@ -21,4 +21,4 @@ initContainerImage:
name: ghcr.io/containers/nri-plugins/nri-config-manager
# If not defined Chart.AppVersion will be used
#tag: unstable
pullPolicy: Always
pullPolicy: IfNotPresent
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: unstable
appVersion: 0.2.0
description: |
Topology-aware NRI resource policy plugin is a NRI plugin that will
apply hardware-aware resource allocation policies to the containers
Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/topology-aware/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
name: ghcr.io/containers/nri-plugins/nri-resource-policy-topology-aware
# tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used
#tag: unstable
pullPolicy: Always
pullPolicy: IfNotPresent

config:
policy:
Expand All @@ -26,4 +26,4 @@ initContainerImage:
name: ghcr.io/containers/nri-plugins/nri-config-manager
# If not defined Chart.AppVersion will be used
#tag: unstable
pullPolicy: Always
pullPolicy: IfNotPresent
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: unstable
newTag: 0.2.0

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: unstable
newTag: 0.2.0

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: unstable
newTag: 0.2.0

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: unstable
newTag: 0.2.0

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

0 comments on commit af51820

Please sign in to comment.