Skip to content

Commit

Permalink
Charts CI
Browse files Browse the repository at this point in the history
```
Updated:
  amd/amd-gpu:
    - 0.13.0
  linkerd/linkerd-control-plane:
    - 2024.4.4
  linkerd/linkerd-crds:
    - 2024.4.4
```
  • Loading branch information
github-actions[bot] committed Apr 19, 2024
1 parent 45cca0e commit 2cace5a
Show file tree
Hide file tree
Showing 17 changed files with 116 additions and 20 deletions.
Binary file added assets/amd/amd-gpu-0.13.0.tgz
Binary file not shown.
Binary file modified assets/linkerd/linkerd-control-plane-2024.4.3.tgz
Binary file not shown.
Binary file not shown.
Binary file added assets/linkerd/linkerd-crds-2024.4.4.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/amd/amd-gpu/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/amd/amd-gpu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
3 changes: 2 additions & 1 deletion charts/amd/amd-gpu/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/amd/amd-gpu/charts/node-feature-discovery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/amd/amd-gpu/templates/deviceplugin-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/amd/amd-gpu/templates/labeller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 3 additions & 2 deletions charts/amd/amd-gpu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/linkerd/linkerd-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -26,4 +26,4 @@ name: linkerd-control-plane
sources:
- https://github.com/linkerd/linkerd2/
type: application
version: 2024.4.3
version: 2024.4.4
2 changes: 1 addition & 1 deletion charts/linkerd/linkerd-control-plane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd/linkerd-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd/linkerd-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ name: linkerd-crds
sources:
- https://github.com/linkerd/linkerd2/
type: application
version: 2024.4.3
version: 2024.4.4
2 changes: 1 addition & 1 deletion charts/linkerd/linkerd-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** <https://linkerd.io>
Expand Down
98 changes: 96 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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
Expand Down Expand Up @@ -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: [email protected]
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:
Expand Down Expand Up @@ -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: [email protected]
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
Expand Down

0 comments on commit 2cace5a

Please sign in to comment.