-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChart.yaml
68 lines (68 loc) · 2.04 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
apiVersion: v2
# renovate: image=ghcr.io/livebook-dev/livebook
appVersion: 0.14.5
description: A Helm Chart for deploying Livebook
home: https://github.com/mruoss/livebook-helm
icon: https://github.com/livebook-dev/livebook/raw/main/static/favicon.svg
keywords:
- Elixir
- notebooks
maintainers:
- name: Michael Ruoss
url: https://github.com/mruoss
name: livebook
sources:
- https://livebook.dev/
- https://github.com/livebook-dev/livebook
type: application
version: 1.0.5
dependencies:
- name: common
version: 2.x.x
repository: oci://registry-1.docker.io/bitnamicharts
annotations:
category: DeveloperTools
licenses: Apache-2.0
# artifacthub.io/category: no clue, their selection doesn't contain a fitting category!
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: fixed
description: Fixed wrongS3 secret name
links:
- name: GitHub PR
url: https://github.com/mruoss/livebook-helm/pull/12
artifacthub.io/license: Apache-2.0
artifacthub.io/maintainers: |
- name: Michael Ruoss
email: [email protected]
artifacthub.io/operator: "false"
artifacthub.io/prerelease: "false"
artifacthub.io/links: |
- name: GitHub
url: https://github.com/mruoss/livebook-helm
- name: Livebook
url: https://livebook.dev
- name: GitHub Livebook
url: https://github.com/livebook-dev/livebook
artifacthub.io/signKey: |
fingerprint: AC09B2057820983A970E19ACFFEA48129B71F632
url: https://github.com/mruoss/livebook-helm/raw/main/pubkey.asc
artifacthub.io/images: |
- name: latest
image: "ghcr.io/livebook-dev/livebook:latest"
platforms:
- linux/amd64
- linux/arm/v7
- linux/arm64
- name: cuda12.1
image: ghcr.io/livebook-dev/livebook:latest-cuda12.1
platforms:
- linux/amd64
- linux/arm/v7
- linux/arm64
- name: cuda11.8
image: ghcr.io/livebook-dev/livebook:latest-cuda11.8
platforms:
- linux/amd64
- linux/arm/v7
- linux/arm64