Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-11 12:46:59 +00:00
parent 71bdffcfe2
commit 32e0beb972
31 changed files with 144 additions and 92 deletions

View File

@ -1,37 +0,0 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [bitmagnet-1.4.0](https://github.com/truecharts/charts/compare/bitmagnet-1.3.4...bitmagnet-1.4.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [bitmagnet-1.3.4](https://github.com/truecharts/charts/compare/bitmagnet-1.3.3...bitmagnet-1.3.4) (2024-03-05)
### Chore
- bump everything to force helm release again
## [bitmagnet-1.3.3](https://github.com/truecharts/charts/compare/bitmagnet-1.3.1...bitmagnet-1.3.3) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))

View File

@ -0,0 +1,73 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [bitmagnet-1.5.3](https://github.com/truecharts/charts/compare/bitmagnet-1.5.2...bitmagnet-1.5.3) (2024-03-11)
### Chore
- update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.14[@1e7e298](https://github.com/1e7e298) by renovate ([#19142](https://github.com/truecharts/charts/issues/19142))
## [bitmagnet-1.5.2](https://github.com/truecharts/charts/compare/bitmagnet-1.5.1...bitmagnet-1.5.2) (2024-03-11)
### Chore
- update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.12[@07c9c43](https://github.com/07c9c43) by renovate ([#19063](https://github.com/truecharts/charts/issues/19063))
## [bitmagnet-1.5.1](https://github.com/truecharts/charts/compare/bitmagnet-1.5.0...bitmagnet-1.5.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [bitmagnet-1.5.0](https://github.com/truecharts/charts/compare/bitmagnet-1.4.0...bitmagnet-1.5.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [bitmagnet-1.4.0](https://github.com/truecharts/charts/compare/bitmagnet-1.3.4...bitmagnet-1.4.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [bitmagnet-1.3.4](https://github.com/truecharts/charts/compare/bitmagnet-1.3.3...bitmagnet-1.3.4) (2024-03-05)
### Chore
- bump everything to force helm release again
## [bitmagnet-1.3.3](https://github.com/truecharts/charts/compare/bitmagnet-1.3.1...bitmagnet-1.3.3) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))

View File

@ -7,10 +7,10 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.7.7
appVersion: 0.7.14
dependencies:
- name: common
version: 18.2.0
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png
keywords:
- torrent
- bitmagnet
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/bitmagnet
- https://ghcr.io/bitmagnet-io/bitmagnet
type: application
version: 1.4.0
version: 1.5.3

View File

@ -0,0 +1,9 @@
## [bitmagnet-1.5.3](https://github.com/truecharts/charts/compare/bitmagnet-1.5.2...bitmagnet-1.5.3) (2024-03-11)
### Chore
- update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.14[@1e7e298](https://github.com/1e7e298) by renovate ([#19142](https://github.com/truecharts/charts/issues/19142))

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: ghcr.io/bitmagnet-io/bitmagnet
tag: 0.7.7@sha256:45784df41956eede054a09553cc6f89139b228f94e9ea69837d95d6e559caadd
tag: 0.7.14@sha256:1e7e298d68168abc6c9ee17b09cf779b9d3c181743d954ed99e01645035aebd7
pullPolicy: IfNotPresent
service:
main:

View File

@ -1761,15 +1761,22 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
- variable: instances
label: Instances
schema:
type: int
show_if: [["enabled", "=", true]]
default: 1
- variable: createRO
label: "Create ReadOnly Instance"
schema:
type: boolean
show_if: [["enabled", "=", true]]
default: false
- variable: backups
label: "Backup Settings (Experimental)"

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [healthchecks-14.4.2](https://github.com/truecharts/charts/compare/healthchecks-14.4.1...healthchecks-14.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240311[@b47968b](https://github.com/b47968b) by renovate ([#19143](https://github.com/truecharts/charts/issues/19143))
## [healthchecks-14.4.1](https://github.com/truecharts/charts/compare/healthchecks-14.4.0...healthchecks-14.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [healthchecks-14.4.0](https://github.com/truecharts/charts/compare/healthchecks-14.3.0...healthchecks-14.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [healthchecks-14.3.0](https://github.com/truecharts/charts/compare/healthchecks-14.2.4...healthchecks-14.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [healthchecks-14.2.4](https://github.com/truecharts/charts/compare/healthchecks-14.2.3...healthchecks-14.2.4) (2024-03-05)
### Chore
@ -61,39 +97,3 @@ title: Changelog
- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240209[@4209009](https://github.com/4209009) by renovate ([#18185](https://github.com/truecharts/charts/issues/18185))
## [healthchecks-13.1.18](https://github.com/truecharts/charts/compare/healthchecks-13.1.17...healthchecks-13.1.18) (2024-02-05)
### Chore
- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240205[@1fe5c82](https://github.com/1fe5c82) by renovate ([#17973](https://github.com/truecharts/charts/issues/17973))
## [healthchecks-13.1.17](https://github.com/truecharts/charts/compare/healthchecks-13.1.16...healthchecks-13.1.17) (2024-02-03)
### Chore
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
## [healthchecks-13.1.16](https://github.com/truecharts/charts/compare/healthchecks-13.1.15...healthchecks-13.1.16) (2024-01-29)
### Chore
- update container image ghcr.io/linuxserver/healthchecks to v3.1.20240128[@593017d](https://github.com/593017d) by renovate ([#17673](https://github.com/truecharts/charts/issues/17673))
## [healthchecks-13.1.15](https://github.com/truecharts/charts/compare/healthchecks-13.1.14...healthchecks-13.1.15) (2024-01-26)
### Chore
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))

View File

@ -7,10 +7,10 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 3.2.20240304
appVersion: 3.2.20240311
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -24,7 +24,7 @@ keywords:
- cron
- monitoring
- alert
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks
- https://ghcr.io/linuxserver/healthchecks
type: application
version: 14.2.4
version: 14.4.2

View File

@ -0,0 +1,9 @@
## [healthchecks-14.4.2](https://github.com/truecharts/charts/compare/healthchecks-14.4.1...healthchecks-14.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240311[@b47968b](https://github.com/b47968b) by renovate ([#19143](https://github.com/truecharts/charts/issues/19143))

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: ghcr.io/linuxserver/healthchecks
tag: 3.2.20240304@sha256:7d078980b369567d383ec9c6afd7f5feb66ffa4cb38f3b908e6e4f15536370a3
tag: 3.2.20240311@sha256:b47968b3eadc3735707ba2cadda37bf6b36c62928ffe0eb7d088a9de6d2d0031
pullPolicy: IfNotPresent
service:
main:

View File

@ -1,9 +0,0 @@
## [sabnzbd-19.2.2](https://github.com/truecharts/charts/compare/sabnzbd-19.2.1...sabnzbd-19.2.2) (2024-03-11)
### Chore
- update container image ghcr.io/onedr0p/sabnzbd to v4.2.3[@b217130](https://github.com/b217130) by renovate ([#19144](https://github.com/truecharts/charts/issues/19144))