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.2 → v2.8.3 #29379

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.2
appVersion: 2.8.3
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.1
version: 6.5.2
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.2@sha256:3b3e9c19a40c2b51e14bf8c6198a0c9c30da86bcfef6f0f19caedff3bbf612e8
tag: v2.8.3@sha256:0185f165c5013143080b48a16e806fa214ac6c8976ab780cc892dae61d04ab43

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