Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): update image ghcr.io/linkwarden/linkwarden v2.8.1 → v2.8.2 #29371

Merged
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
4 changes: 2 additions & 2 deletions charts/stable/linkwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.8.1
appVersion: 2.8.2
dependencies:
- name: common
version: 25.1.7
Expand Down Expand Up @@ -34,4 +34,4 @@ sources:
- https://github.com/linkwarden/linkwarden
- https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
type: application
version: 6.5.0
version: 6.5.1
2 changes: 1 addition & 1 deletion charts/stable/linkwarden/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/linkwarden/linkwarden
pullPolicy: IfNotPresent
tag: v2.8.1@sha256:80a21d0c568a980a3fdebef74e2ccc7eac1ec73b39ebc54b85584470dab74bae
tag: v2.8.2@sha256:3b3e9c19a40c2b51e14bf8c6198a0c9c30da86bcfef6f0f19caedff3bbf612e8

config:
nextauth_url: "http://example.com"
Expand Down
Loading