Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions charts/linkwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# SPDX-License-Identifier: MIT

apiVersion: v2
appVersion: 2.5.3
appVersion: v2.8.3
kubeVersion: ">=1.26.0-0"
name: linkwarden
version: 0.3.3
version: 0.3.5
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -51,5 +51,7 @@ annotations:
org.opencontainers.image.licenses: "MIT"
# ref: https://artifacthub.io/docs/topics/annotations/helm/
artifacthub.io/changes: |
- kind: removed
description: convert 'existingSecret' from object to string and fixed key to 'uri'
- kind: changed
description: using appVersion to determ image tag
- kind: changed
description: update linkwarden to v2.8.3
2 changes: 1 addition & 1 deletion charts/linkwarden/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
image:
registry: ghcr.io
repository: linkwarden/linkwarden
tag: "v2.5.3"
tag: ""
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down