Skip to content

Commit

Permalink
fix renovate annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mruoss committed Aug 30, 2024
1 parent 1065347 commit 5fb5484
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
# renovate: datasource=github-releases depName=livebook-dev/livebook
appVersion: 0.13.3
# renovate: image=ghcr.io/livebook-dev/livebook
appVersion: 0.14.0
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
Expand All @@ -15,7 +15,7 @@ sources:
- https://livebook.dev/
- https://github.com/livebook-dev/livebook
type: application
version: 0.1.2
version: 1.0.0
dependencies:
- name: common
version: 2.x.x
Expand All @@ -27,11 +27,7 @@ annotations:
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
Set default Livebook version to 0.14.0
artifacthub.io/license: Apache-2.0
artifacthub.io/maintainers: |
- name: Michael Ruoss
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ using the [Helm](https://helm.sh/) package manager.
| `livebook.s3.existingSecret` | Optionally specify an existing secret holding values for `awsAccessKeyId` and `awsSecretAccessKey`. | `{}` |
| `livebook.image.registry` | Livebook image registry | `ghcr.io` |
| `livebook.image.repository` | Livebook image repository | `livebook-dev/livebook` |
| `livebook.image.tag` | Livebook image tag | `0.13.3` |
| `livebook.image.tag` | Livebook image tag | `0.14.0` |
| `livebook.image.digest` | Livebook image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `livebook.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `livebook.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
Expand Down

0 comments on commit 5fb5484

Please sign in to comment.