Skip to content

chore(deps): update container image golift/unpackerr to v0.13.0@dac056a by renovate #17449

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

Merged
merged 1 commit into from
Jan 21, 2024
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
8 changes: 4 additions & 4 deletions charts/stable/unpackerr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ annotations:
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: media
truecharts.org/max_helm_version: "3.13"
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.12.0
appVersion: 0.13.0
dependencies:
- name: common
version: 17.2.22
Expand All @@ -27,7 +27,7 @@ keywords:
- lidarr
- readarr
- whisparr
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: [email protected]
Expand All @@ -38,4 +38,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr
- https://hub.docker.com/r/golift/unpackerr
type: application
version: 12.1.7
version: 12.2.0
2 changes: 1 addition & 1 deletion charts/stable/unpackerr/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: golift/unpackerr
pullPolicy: IfNotPresent
tag: 0.12.0@sha256:166fc618fd1713714c08f9d7d0bcbc60f50aec94244a977189dba4cee7c983ec
tag: 0.13.0@sha256:dac056a327e0bedad396965a028ab7e9ddfa001493551daa41652f0e15eefd6f
service:
main:
enabled: false
Expand Down