Skip to content

Commit

Permalink
Merge pull request containers#129 from fmuyassarov/fix-ga
Browse files Browse the repository at this point in the history
github-action: update charts path to include memtierd and memory-qos
  • Loading branch information
marquiz authored Oct 10, 2023
2 parents 1687298 + 862510f commit b6c4b21
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ jobs:
with:
version: v3.11.2

- name: Run balloons linter
run: helm lint deployment/helm/resource-management-policies/balloons

- name: Run topology-aware linter
run: helm lint deployment/helm/resource-management-policies/topology-aware/
- name: Run linter for all the charts
run: helm lint deployment/helm/*
4 changes: 2 additions & 2 deletions .github/workflows/package-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*.*.*"

env:
CHARTS_DIR: deployment/helm/resource-management-policies/
CHARTS_DIR: deployment/helm/

jobs:
release:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
name: ${{ github.ref_name }}
draft: true
append_body: true
files: nri-resource-policy-*helm-chart*.tgz
files: nri-*helm-chart*.tgz
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/resource-policy/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ following components: DaemonSet, ConfigMap, CustomResourceDefinition, and RBAC-r
For instance,

```sh
helm install topology-aware --namespace kube-system --set nri.patchContainerdConfig=true deployment/helm/resource-management-policies/topology-aware/
helm install topology-aware --namespace kube-system --set nri.patchContainerdConfig=true deployment/helm/topology-aware/
```

Enabling `nri.patchContainerdConfig` creates an init container to turn on
Expand Down Expand Up @@ -61,7 +61,7 @@ following components: DaemonSet, ConfigMap, CustomResourceDefinition, and RBAC-r
be installed in the default namespace.
```sh
helm install topology-aware --namespace kube-system deployment/helm/resource-management-policies/topology-aware/
helm install topology-aware --namespace kube-system deployment/helm/topology-aware/
```
1. Verify the status of the daemonset to ensure that the plugin is running successfully
Expand Down

0 comments on commit b6c4b21

Please sign in to comment.