diff --git a/assets/amd/amd-gpu-0.13.0.tgz b/assets/amd/amd-gpu-0.13.0.tgz new file mode 100644 index 000000000..1f62a4d0f Binary files /dev/null and b/assets/amd/amd-gpu-0.13.0.tgz differ diff --git a/assets/linkerd/linkerd-control-plane-2024.4.3.tgz b/assets/linkerd/linkerd-control-plane-2024.4.3.tgz index a05cfd6b8..3aaee5103 100644 Binary files a/assets/linkerd/linkerd-control-plane-2024.4.3.tgz and b/assets/linkerd/linkerd-control-plane-2024.4.3.tgz differ diff --git a/assets/linkerd/linkerd-control-plane-2024.4.4.tgz b/assets/linkerd/linkerd-control-plane-2024.4.4.tgz new file mode 100644 index 000000000..20c8300ba Binary files /dev/null and b/assets/linkerd/linkerd-control-plane-2024.4.4.tgz differ diff --git a/assets/linkerd/linkerd-crds-2024.4.4.tgz b/assets/linkerd/linkerd-crds-2024.4.4.tgz new file mode 100644 index 000000000..c9c0e55fa Binary files /dev/null and b/assets/linkerd/linkerd-crds-2024.4.4.tgz differ diff --git a/charts/amd/amd-gpu/Chart.lock b/charts/amd/amd-gpu/Chart.lock index 533c43af3..295f3650d 100644 --- a/charts/amd/amd-gpu/Chart.lock +++ b/charts/amd/amd-gpu/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: node-feature-discovery repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts - version: 0.15.1 -digest: sha256:946597a8562956f1e563f07ced1d906d550a641d30cb0e6e5532449f6eb640d6 -generated: "2024-01-26T03:50:06.036231897Z" + version: 0.15.4 +digest: sha256:bc8afbeece9de88fe4e0a4f9ee239baf4fa3875f6ebd60c9f17e14a5c790e7c6 +generated: "2024-04-18T23:41:29.367629954Z" diff --git a/charts/amd/amd-gpu/Chart.yaml b/charts/amd/amd-gpu/Chart.yaml index 6d9b03e83..574f77dc8 100644 --- a/charts/amd/amd-gpu/Chart.yaml +++ b/charts/amd/amd-gpu/Chart.yaml @@ -4,7 +4,7 @@ annotations: catalog.cattle.io/kube-version: '>= 1.18.0-0' catalog.cattle.io/release-name: amd-gpu apiVersion: v2 -appVersion: 1.25.2.7 +appVersion: 1.25.2.8 dependencies: - condition: nfd.enabled name: node-feature-discovery @@ -25,4 +25,4 @@ name: amd-gpu sources: - https://github.com/ROCm/k8s-device-plugin type: application -version: 0.12.0 +version: 0.13.0 diff --git a/charts/amd/amd-gpu/README.md b/charts/amd/amd-gpu/README.md index c94f53dd6..7c8523a73 100644 --- a/charts/amd/amd-gpu/README.md +++ b/charts/amd/amd-gpu/README.md @@ -1,6 +1,6 @@ # 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 @@ -26,6 +26,7 @@ Kubernetes: `>= 1.18.0` | lbl.image.tag | string | `"labeller-latest"` | | | namespace | string | `"kube-system"` | | | nfd.enabled | bool | `false` | | +| node_selector_enabled | bool | `false` | | | node_selector."feature.node.kubernetes.io/pci-0300_1002.present" | string | `"true"` | | | securityContext.allowPrivilegeEscalation | bool | `false` | | | securityContext.capabilities.drop[0] | string | `"ALL"` | | diff --git a/charts/amd/amd-gpu/charts/node-feature-discovery/Chart.yaml b/charts/amd/amd-gpu/charts/node-feature-discovery/Chart.yaml index 7efeace98..a57e62eda 100644 --- a/charts/amd/amd-gpu/charts/node-feature-discovery/Chart.yaml +++ b/charts/amd/amd-gpu/charts/node-feature-discovery/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.15.1 +appVersion: v0.15.4 description: 'Detects hardware features available on each node in a Kubernetes cluster, and advertises those features using node labels. ' home: https://github.com/kubernetes-sigs/node-feature-discovery @@ -11,4 +11,4 @@ name: node-feature-discovery sources: - https://github.com/kubernetes-sigs/node-feature-discovery type: application -version: 0.15.1 +version: 0.15.4 diff --git a/charts/amd/amd-gpu/templates/deviceplugin-daemonset.yaml b/charts/amd/amd-gpu/templates/deviceplugin-daemonset.yaml index 833f6298f..bf6a181de 100644 --- a/charts/amd/amd-gpu/templates/deviceplugin-daemonset.yaml +++ b/charts/amd/amd-gpu/templates/deviceplugin-daemonset.yaml @@ -16,7 +16,7 @@ spec: imagePullSecrets: {{- toYaml . | nindent 8 }} {{- end }} - {{- if .Values.nfd.enabled }} + {{- if .Values.node_selector_enabled }} {{- with .Values.node_selector }} nodeSelector: {{- toYaml . | nindent 8 }} diff --git a/charts/amd/amd-gpu/templates/labeller.yaml b/charts/amd/amd-gpu/templates/labeller.yaml index 4f4fd22b2..6e0a2a76e 100644 --- a/charts/amd/amd-gpu/templates/labeller.yaml +++ b/charts/amd/amd-gpu/templates/labeller.yaml @@ -39,7 +39,7 @@ spec: labels: name: amdgpu-lr-ds spec: - {{- if .Values.nfd.enabled }} + {{- if .Values.node_selector_enabled }} {{- with .Values.node_selector }} nodeSelector: {{- toYaml . | nindent 8 }} diff --git a/charts/amd/amd-gpu/values.yaml b/charts/amd/amd-gpu/values.yaml index 361afafdc..56cc0dc58 100644 --- a/charts/amd/amd-gpu/values.yaml +++ b/charts/amd/amd-gpu/values.yaml @@ -10,13 +10,13 @@ dp: image: repository: docker.io/rocm/k8s-device-plugin # Overrides the image tag whose default is the chart appVersion. - tag: "1.25.2.7" + tag: "1.25.2.8" resources: {} lbl: image: repository: docker.io/rocm/k8s-device-plugin - tag: "labeller-1.25.2.7" + tag: "labeller-1.25.2.8" resources: {} imagePullSecrets: [] @@ -31,6 +31,7 @@ tolerations: - key: CriticalAddonsOnly operator: Exists +node_selector_enabled: false node_selector: feature.node.kubernetes.io/pci-0300_1002.present: "true" kubernetes.io/arch: amd64 diff --git a/charts/linkerd/linkerd-control-plane/Chart.yaml b/charts/linkerd/linkerd-control-plane/Chart.yaml index 0599cb95f..c51d1ec9b 100644 --- a/charts/linkerd/linkerd-control-plane/Chart.yaml +++ b/charts/linkerd/linkerd-control-plane/Chart.yaml @@ -6,7 +6,7 @@ annotations: catalog.cattle.io/kube-version: '>=1.22.0-0' catalog.cattle.io/release-name: linkerd-control-plane apiVersion: v2 -appVersion: edge-24.4.3 +appVersion: edge-24.4.4 dependencies: - name: partials repository: file://./charts/partials @@ -26,4 +26,4 @@ name: linkerd-control-plane sources: - https://github.com/linkerd/linkerd2/ type: application -version: 2024.4.3 +version: 2024.4.4 diff --git a/charts/linkerd/linkerd-control-plane/README.md b/charts/linkerd/linkerd-control-plane/README.md index 8cd9b83ea..f03b5fdbd 100644 --- a/charts/linkerd/linkerd-control-plane/README.md +++ b/charts/linkerd/linkerd-control-plane/README.md @@ -3,7 +3,7 @@ Linkerd gives you observability, reliability, and security 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) ![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square) diff --git a/charts/linkerd/linkerd-control-plane/values.yaml b/charts/linkerd/linkerd-control-plane/values.yaml index a6a26a7ff..e9648720a 100644 --- a/charts/linkerd/linkerd-control-plane/values.yaml +++ b/charts/linkerd/linkerd-control-plane/values.yaml @@ -22,7 +22,7 @@ controlPlaneTracing: false # -- namespace to send control plane traces to controlPlaneTracingNamespace: linkerd-jaeger # -- control plane version. See Proxy section for proxy version -linkerdVersion: edge-24.4.3 +linkerdVersion: edge-24.4.4 # -- default kubernetes deployment strategy deploymentStrategy: rollingUpdate: diff --git a/charts/linkerd/linkerd-crds/Chart.yaml b/charts/linkerd/linkerd-crds/Chart.yaml index 10e391f12..5528f51b4 100644 --- a/charts/linkerd/linkerd-crds/Chart.yaml +++ b/charts/linkerd/linkerd-crds/Chart.yaml @@ -23,4 +23,4 @@ name: linkerd-crds sources: - https://github.com/linkerd/linkerd2/ type: application -version: 2024.4.3 +version: 2024.4.4 diff --git a/charts/linkerd/linkerd-crds/README.md b/charts/linkerd/linkerd-crds/README.md index 8da18a230..de50a8529 100644 --- a/charts/linkerd/linkerd-crds/README.md +++ b/charts/linkerd/linkerd-crds/README.md @@ -3,7 +3,7 @@ Linkerd gives you observability, reliability, and security 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) **Homepage:** diff --git a/index.yaml b/index.yaml index 128a149f9..8eba7d6d2 100644 --- a/index.yaml +++ b/index.yaml @@ -80,6 +80,38 @@ entries: - assets/datawiza/access-broker-0.1.1.tgz version: 0.1.1 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 + 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: catalog.cattle.io/certified: partner 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/release-name: linkerd-control-plane apiVersion: v2 + appVersion: edge-24.4.4 + created: "2024-04-19T00:52:07.299238426Z" + 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: 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-18T21:32:38.314728469Z" + 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: d0939685e75c33909e728a5e0fed1143213772a5cd5f606b4c58f729b38864f2 + digest: 81edda30e4ce7c6333cd023853f858d1186f59879f56f1345f1597a4248cc4a0 home: https://linkerd.io icon: https://linkerd.io/images/logo-only-200h.png keywords: @@ -38149,6 +38213,36 @@ entries: - assets/linkerd/linkerd-control-plane-1.12.5.tgz version: 1.12.5 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: catalog.cattle.io/certified: partner catalog.cattle.io/display-name: Linkerd CRDs