Skip to content
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/nzbget/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
- kind: changed
description: changed version naming scheme so charts show app versions in search on artifacthub.io
apiVersion: v2
appVersion: v25.4-ls224
appVersion: v25.4-ls225
dependencies:
- name: common
repository: https://bjw-s-labs.github.io/helm-charts
Expand All @@ -20,4 +20,4 @@ name: nzbget
sources:
- https://github.com/loeken/helm-charts/tree/main/charts/nzbget
type: application
version: v25.4-ls224
version: v25.4-ls225
2 changes: 1 addition & 1 deletion charts/nzbget/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ controllers:
repository: loeken/nzbget
# -- image tag
# @default -- chart.appVersion
tag: "v25.4-ls224"
tag: "v25.4-ls225"
# -- image pull policy
pullPolicy: Always
# -- environment variables.
Expand Down