Skip to content

Commit

Permalink
fix annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Aug 26, 2024
1 parent 8a80841 commit c784647
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sources:
- https://livebook.dev/
- https://github.com/livebook-dev/livebook
type: application
version: 0.1.3
version: 0.1.2
dependencies:
- name: common
version: 2.x.x
Expand All @@ -26,11 +26,11 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: changed
description: Set automountServiceAccountToken to `true` by default
description: Set automountServiceAccountToken to true by default
- kind: fixed
description: Quote livebook password if given as value
description: Quote livebook password if given as value
- kind: fixed
description: Expose documentation for image tag
description: Expose documentation for image tag
artifacthub.io/license: Apache-2.0
artifacthub.io/maintainers: |
- name: Michael Ruoss
Expand All @@ -49,7 +49,7 @@ annotations:
url: https://github.com/mruoss/livebook-helm/raw/main/pubkey.asc
artifacthub.io/images: |
- name: latest
image: ghcr.io/livebook-dev/livebook:latest
image: "ghcr.io/livebook-dev/livebook:latest"
platforms:
- linux/amd64
- linux/arm/v7
Expand Down

0 comments on commit c784647

Please sign in to comment.