Skip to content

Commit

Permalink
add chart annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Aug 26, 2024
1 parent 12a3185 commit 47cb34c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
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: changed
description: Set automountServiceAccountToken to `true` by default
- kind: fixed
description: Quote livebook password if given as value
- kind: fixed
description: Expose documentation for image tag
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
apiVersion: v2
appVersion: 0.13.3
description: A Helm Chart for deploying Livebook
Expand Down
Binary file added pubkey.asc
Binary file not shown.

0 comments on commit 47cb34c

Please sign in to comment.