Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b92489e1c9
commit
14b7386e1e
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [qinglong-8.2.5](https://github.com/truecharts/charts/compare/qinglong-8.2.4...qinglong-8.2.5) (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))
|
|
|
@ -7,6 +7,15 @@ title: Changelog
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [qinglong-8.2.6](https://github.com/truecharts/charts/compare/qinglong-8.2.5...qinglong-8.2.6) (2024-02-12)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- update container image whyour/qinglong to v2.17.1[@83b868e](https://github.com/83b868e) by renovate ([#18150](https://github.com/truecharts/charts/issues/18150))
|
||||||
|
|
||||||
|
|
||||||
## [qinglong-8.2.5](https://github.com/truecharts/charts/compare/qinglong-8.2.4...qinglong-8.2.5) (2024-02-03)
|
## [qinglong-8.2.5](https://github.com/truecharts/charts/compare/qinglong-8.2.4...qinglong-8.2.5) (2024-02-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@ title: Changelog
|
||||||
|
|
||||||
|
|
||||||
- increase common version for oci fixes
|
- increase common version for oci fixes
|
||||||
|
|
||||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
|
||||||
|
|
||||||
|
|
||||||
## [qinglong-8.1.3](https://github.com/truecharts/charts/compare/qinglong-8.1.0...qinglong-8.1.3) (2024-01-01)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.12"
|
truecharts.org/min_helm_version: "3.12"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.17.0
|
appVersion: 2.17.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 17.2.30
|
version: 17.2.30
|
||||||
|
@ -33,4 +33,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/qinglong
|
- https://github.com/truecharts/charts/tree/master/charts/stable/qinglong
|
||||||
- https://hub.docker.com/r/whyour/qinglong
|
- https://hub.docker.com/r/whyour/qinglong
|
||||||
type: application
|
type: application
|
||||||
version: 8.2.5
|
version: 8.2.6
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [qinglong-8.2.6](https://github.com/truecharts/charts/compare/qinglong-8.2.5...qinglong-8.2.6) (2024-02-12)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- update container image whyour/qinglong to v2.17.1[@83b868e](https://github.com/83b868e) by renovate ([#18150](https://github.com/truecharts/charts/issues/18150))
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: whyour/qinglong
|
repository: whyour/qinglong
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.17.0@sha256:de6b6a9f6f6e10684a33efc6df212e41d90ca18dc7a245b003ceeeaebf55eac5
|
tag: 2.17.1@sha256:83b868e686466dc908d1b3e68ea676a095bda9086e2045af7ea1cdca15727764
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
|
@ -23,6 +23,8 @@ groups:
|
||||||
description: Metrics
|
description: Metrics
|
||||||
- name: Addons
|
- name: Addons
|
||||||
description: Addon Configuration
|
description: Addon Configuration
|
||||||
|
- name: Backup Configuration
|
||||||
|
description: Configure Velero Backup Schedule
|
||||||
- name: Advanced
|
- name: Advanced
|
||||||
description: Advanced Configuration
|
description: Advanced Configuration
|
||||||
- name: Postgresql
|
- name: Postgresql
|
Loading…
Reference in New Issue