Charts CI

```
Updated:
  amd/amd-gpu:
    - 0.13.0
  linkerd/linkerd-control-plane:
    - 2024.4.4
  linkerd/linkerd-crds:
    - 2024.4.4
```
pull/1015/head
github-actions[bot] 2024-04-19 00:52:27 +00:00
parent 45cca0e2c9
commit 2cace5a3b1
17 changed files with 117 additions and 21 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
dependencies: dependencies:
- name: node-feature-discovery - name: node-feature-discovery
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
version: 0.15.1 version: 0.15.4
digest: sha256:946597a8562956f1e563f07ced1d906d550a641d30cb0e6e5532449f6eb640d6 digest: sha256:bc8afbeece9de88fe4e0a4f9ee239baf4fa3875f6ebd60c9f17e14a5c790e7c6
generated: "2024-01-26T03:50:06.036231897Z" generated: "2024-04-18T23:41:29.367629954Z"

View File

@ -4,7 +4,7 @@ annotations:
catalog.cattle.io/kube-version: '>= 1.18.0-0' catalog.cattle.io/kube-version: '>= 1.18.0-0'
catalog.cattle.io/release-name: amd-gpu catalog.cattle.io/release-name: amd-gpu
apiVersion: v2 apiVersion: v2
appVersion: 1.25.2.7 appVersion: 1.25.2.8
dependencies: dependencies:
- condition: nfd.enabled - condition: nfd.enabled
name: node-feature-discovery name: node-feature-discovery
@ -25,4 +25,4 @@ name: amd-gpu
sources: sources:
- https://github.com/ROCm/k8s-device-plugin - https://github.com/ROCm/k8s-device-plugin
type: application type: application
version: 0.12.0 version: 0.13.0

View File

@ -1,6 +1,6 @@
# AMD GPU Helm Chart # AMD GPU Helm Chart
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2.7](https://img.shields.io/badge/AppVersion-1.25.2.7-informational?style=flat-square) ![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.25.2.8](https://img.shields.io/badge/AppVersion-1.25.2.8-informational?style=flat-square)
A Helm chart for deploying Kubernetes AMD GPU device plugin A Helm chart for deploying Kubernetes AMD GPU device plugin
@ -26,6 +26,7 @@ Kubernetes: `>= 1.18.0`
| lbl.image.tag | string | `"labeller-latest"` | | | lbl.image.tag | string | `"labeller-latest"` | |
| namespace | string | `"kube-system"` | | | namespace | string | `"kube-system"` | |
| nfd.enabled | bool | `false` | | | nfd.enabled | bool | `false` | |
| node_selector_enabled | bool | `false` | |
| node_selector."feature.node.kubernetes.io/pci-0300_1002.present" | string | `"true"` | | | node_selector."feature.node.kubernetes.io/pci-0300_1002.present" | string | `"true"` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | | | securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.capabilities.drop[0] | string | `"ALL"` | | | securityContext.capabilities.drop[0] | string | `"ALL"` | |

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: v0.15.1 appVersion: v0.15.4
description: 'Detects hardware features available on each node in a Kubernetes cluster, description: 'Detects hardware features available on each node in a Kubernetes cluster,
and advertises those features using node labels. ' and advertises those features using node labels. '
home: https://github.com/kubernetes-sigs/node-feature-discovery home: https://github.com/kubernetes-sigs/node-feature-discovery
@ -11,4 +11,4 @@ name: node-feature-discovery
sources: sources:
- https://github.com/kubernetes-sigs/node-feature-discovery - https://github.com/kubernetes-sigs/node-feature-discovery
type: application type: application
version: 0.15.1 version: 0.15.4

View File

@ -16,7 +16,7 @@ spec:
imagePullSecrets: imagePullSecrets:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
{{- if .Values.nfd.enabled }} {{- if .Values.node_selector_enabled }}
{{- with .Values.node_selector }} {{- with .Values.node_selector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}

View File

@ -39,7 +39,7 @@ spec:
labels: labels:
name: amdgpu-lr-ds name: amdgpu-lr-ds
spec: spec:
{{- if .Values.nfd.enabled }} {{- if .Values.node_selector_enabled }}
{{- with .Values.node_selector }} {{- with .Values.node_selector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}

View File

@ -10,13 +10,13 @@ dp:
image: image:
repository: docker.io/rocm/k8s-device-plugin repository: docker.io/rocm/k8s-device-plugin
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "1.25.2.7" tag: "1.25.2.8"
resources: {} resources: {}
lbl: lbl:
image: image:
repository: docker.io/rocm/k8s-device-plugin repository: docker.io/rocm/k8s-device-plugin
tag: "labeller-1.25.2.7" tag: "labeller-1.25.2.8"
resources: {} resources: {}
imagePullSecrets: [] imagePullSecrets: []
@ -31,6 +31,7 @@ tolerations:
- key: CriticalAddonsOnly - key: CriticalAddonsOnly
operator: Exists operator: Exists
node_selector_enabled: false
node_selector: node_selector:
feature.node.kubernetes.io/pci-0300_1002.present: "true" feature.node.kubernetes.io/pci-0300_1002.present: "true"
kubernetes.io/arch: amd64 kubernetes.io/arch: amd64

View File

@ -6,7 +6,7 @@ annotations:
catalog.cattle.io/kube-version: '>=1.22.0-0' catalog.cattle.io/kube-version: '>=1.22.0-0'
catalog.cattle.io/release-name: linkerd-control-plane catalog.cattle.io/release-name: linkerd-control-plane
apiVersion: v2 apiVersion: v2
appVersion: edge-24.4.3 appVersion: edge-24.4.4
dependencies: dependencies:
- name: partials - name: partials
repository: file://./charts/partials repository: file://./charts/partials
@ -26,4 +26,4 @@ name: linkerd-control-plane
sources: sources:
- https://github.com/linkerd/linkerd2/ - https://github.com/linkerd/linkerd2/
type: application type: application
version: 2024.4.3 version: 2024.4.4

View File

@ -3,7 +3,7 @@
Linkerd gives you observability, reliability, and security Linkerd gives you observability, reliability, and security
for your microservices — with no code change required. for your microservices — with no code change required.
![Version: 2024.4.3](https://img.shields.io/badge/Version-2024.4.3-informational?style=flat-square) ![Version: 2024.4.4](https://img.shields.io/badge/Version-2024.4.4-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square) ![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square)

View File

@ -22,7 +22,7 @@ controlPlaneTracing: false
# -- namespace to send control plane traces to # -- namespace to send control plane traces to
controlPlaneTracingNamespace: linkerd-jaeger controlPlaneTracingNamespace: linkerd-jaeger
# -- control plane version. See Proxy section for proxy version # -- control plane version. See Proxy section for proxy version
linkerdVersion: edge-24.4.3 linkerdVersion: edge-24.4.4
# -- default kubernetes deployment strategy # -- default kubernetes deployment strategy
deploymentStrategy: deploymentStrategy:
rollingUpdate: rollingUpdate:

View File

@ -23,4 +23,4 @@ name: linkerd-crds
sources: sources:
- https://github.com/linkerd/linkerd2/ - https://github.com/linkerd/linkerd2/
type: application type: application
version: 2024.4.3 version: 2024.4.4

View File

@ -3,7 +3,7 @@
Linkerd gives you observability, reliability, and security Linkerd gives you observability, reliability, and security
for your microservices — with no code change required. for your microservices — with no code change required.
![Version: 2024.4.3](https://img.shields.io/badge/Version-2024.4.3-informational?style=flat-square) ![Version: 2024.4.4](https://img.shields.io/badge/Version-2024.4.4-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
**Homepage:** <https://linkerd.io> **Homepage:** <https://linkerd.io>

View File

@ -80,6 +80,38 @@ entries:
- assets/datawiza/access-broker-0.1.1.tgz - assets/datawiza/access-broker-0.1.1.tgz
version: 0.1.1 version: 0.1.1
amd-gpu: amd-gpu:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: AMD GPU Device Plugin
catalog.cattle.io/kube-version: '>= 1.18.0-0'
catalog.cattle.io/release-name: amd-gpu
apiVersion: v2
appVersion: 1.25.2.8
created: "2024-04-19T00:51:53.227675435Z"
dependencies:
- condition: nfd.enabled
name: node-feature-discovery
repository: file://./charts/node-feature-discovery
version: '>= 0.8.1-0'
description: A Helm chart for deploying Kubernetes AMD GPU device plugin
digest: 668f39792f444864c3c235909fa9e7d9ee61a2f0506d6e1255fdedc6de22b86d
home: https://github.com/ROCm/k8s-device-plugin
icon: https://raw.githubusercontent.com/ROCm/k8s-device-plugin/master/helm/logo.png
keywords:
- kubernetes
- cluster
- hardware
- gpu
kubeVersion: '>= 1.18.0-0'
maintainers:
- name: Kenny Ho <Kenny.Ho@amd.com>
name: amd-gpu
sources:
- https://github.com/ROCm/k8s-device-plugin
type: application
urls:
- assets/amd/amd-gpu-0.13.0.tgz
version: 0.13.0
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: AMD GPU Device Plugin catalog.cattle.io/display-name: AMD GPU Device Plugin
@ -37622,15 +37654,47 @@ entries:
catalog.cattle.io/kube-version: '>=1.22.0-0' catalog.cattle.io/kube-version: '>=1.22.0-0'
catalog.cattle.io/release-name: linkerd-control-plane catalog.cattle.io/release-name: linkerd-control-plane
apiVersion: v2 apiVersion: v2
appVersion: edge-24.4.3 appVersion: edge-24.4.4
created: "2024-04-18T21:32:38.314728469Z" created: "2024-04-19T00:52:07.299238426Z"
dependencies: dependencies:
- name: partials - name: partials
repository: file://./charts/partials repository: file://./charts/partials
version: 0.1.0 version: 0.1.0
description: 'Linkerd gives you observability, reliability, and security for your description: 'Linkerd gives you observability, reliability, and security for your
microservices — with no code change required. ' microservices — with no code change required. '
digest: d0939685e75c33909e728a5e0fed1143213772a5cd5f606b4c58f729b38864f2 digest: 968c87d1dd3e894e55626ab996b7a12330c48f579b8df969cc1194e7d42797e3
home: https://linkerd.io
icon: https://linkerd.io/images/logo-only-200h.png
keywords:
- service-mesh
kubeVersion: '>=1.22.0-0'
maintainers:
- email: cncf-linkerd-dev@lists.cncf.io
name: Linkerd authors
url: https://linkerd.io/
name: linkerd-control-plane
sources:
- https://github.com/linkerd/linkerd2/
type: application
urls:
- assets/linkerd/linkerd-control-plane-2024.4.4.tgz
version: 2024.4.4
- annotations:
catalog.cattle.io/auto-install: linkerd-crds
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Linkerd Control Plane
catalog.cattle.io/kube-version: '>=1.22.0-0'
catalog.cattle.io/release-name: linkerd-control-plane
apiVersion: v2
appVersion: edge-24.4.3
created: "2024-04-19T00:51:58.612807279Z"
dependencies:
- name: partials
repository: file://./charts/partials
version: 0.1.0
description: 'Linkerd gives you observability, reliability, and security for your
microservices — with no code change required. '
digest: 81edda30e4ce7c6333cd023853f858d1186f59879f56f1345f1597a4248cc4a0
home: https://linkerd.io home: https://linkerd.io
icon: https://linkerd.io/images/logo-only-200h.png icon: https://linkerd.io/images/logo-only-200h.png
keywords: keywords:
@ -38149,6 +38213,36 @@ entries:
- assets/linkerd/linkerd-control-plane-1.12.5.tgz - assets/linkerd/linkerd-control-plane-1.12.5.tgz
version: 1.12.5 version: 1.12.5
linkerd-crds: linkerd-crds:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Linkerd CRDs
catalog.cattle.io/kube-version: '>=1.22.0-0'
catalog.cattle.io/release-name: linkerd-crds
apiVersion: v2
created: "2024-04-19T00:52:07.321149315Z"
dependencies:
- name: partials
repository: file://./charts/partials
version: 0.1.0
description: 'Linkerd gives you observability, reliability, and security for your
microservices — with no code change required. '
digest: ed2fdd861d5c3a1c84059f83e6820968275436fbc0ab23bb96ebdaf5a6094635
home: https://linkerd.io
icon: https://linkerd.io/images/logo-only-200h.png
keywords:
- service-mesh
kubeVersion: '>=1.22.0-0'
maintainers:
- email: cncf-linkerd-dev@lists.cncf.io
name: Linkerd authors
url: https://linkerd.io/
name: linkerd-crds
sources:
- https://github.com/linkerd/linkerd2/
type: application
urls:
- assets/linkerd/linkerd-crds-2024.4.4.tgz
version: 2024.4.4
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Linkerd CRDs catalog.cattle.io/display-name: Linkerd CRDs