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(deps): update container image ghcr.io/geek-cookbook/nzbget to v22.0@d6b3b69 by renovate #17026

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
50 changes: 25 additions & 25 deletions charts/stable/nzbget/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: nzbget
version: 17.1.5
appVersion: "21.1"
version: 18.0.0
appVersion: "22.0"
description: NZBGet is a Usenet downloader client
home: https://truecharts.org/charts/stable/nzbget
icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png
deprecated: false
sources:
- https://nzbget.net/
- https://github.com/truecharts/charts/tree/master/charts/stable/nzbget
- https://ghcr.io/geek-cookbook/nzbget
- https://nzbget.net/
- https://github.com/truecharts/charts/tree/master/charts/stable/nzbget
- https://ghcr.io/geek-cookbook/nzbget
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
keywords:
- nzbget
- usenet
- nzbget
- usenet
dependencies:
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
- name: common
version: 17.2.21
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
annotations:
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
max_scale_version: 23.10.2
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
type: application
2 changes: 1 addition & 1 deletion charts/stable/nzbget/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/geek-cookbook/nzbget
pullPolicy: IfNotPresent
tag: 21.1@sha256:c1a70f5ea220eb560558159913f8259690a25056f1cf99649beaacfe84ca55a3
tag: 22.0@sha256:d6b3b69aa948273a482946876af4976f592a11632051531092d282a46c512988
service:
main:
ports:
Expand Down
Loading