Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
73bce14ba1
commit
63d29704e8
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [ctfd-0.0.9](https://github.com/truecharts/charts/compare/ctfd-0.0.8...ctfd-0.0.9) (2023-12-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- bump everything to ensure catalog has latest versions
|
||||
- move new-common incubator stuff to stable ([#15646](https://github.com/truecharts/charts/issues/15646))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [ctfd-0.1.0](https://github.com/truecharts/charts/compare/ctfd-0.0.9...ctfd-0.1.0) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ctfd to v3.6.0[@5492aa8](https://github.com/5492aa8) ([#15697](https://github.com/truecharts/charts/issues/15697))
|
||||
|
||||
|
||||
|
||||
|
||||
## [ctfd-0.0.9](https://github.com/truecharts/charts/compare/ctfd-0.0.8...ctfd-0.0.9) (2023-12-03)
|
||||
|
||||
### Chore
|
|
@ -1,8 +1,8 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: ctfd
|
||||
version: 0.0.9
|
||||
appVersion: 3.5.3
|
||||
version: 0.1.0
|
||||
appVersion: 3.6.0
|
||||
description: CTFd is a Capture The Flag framework focusing on ease of use and customizability.
|
||||
home: https://truecharts.org/charts/incubator/ctfd
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png
|
|
@ -5,7 +5,7 @@
|
|||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [ctfd-0.1.0](https://github.com/truecharts/charts/compare/ctfd-0.0.9...ctfd-0.1.0) (2023-12-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/ctfd to v3.6.0[@5492aa8](https://github.com/5492aa8) ([#15697](https://github.com/truecharts/charts/issues/15697))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/ctfd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v3.5.3@sha256:f2de4da7263eb368c7999eacb3faa2663cb74ae63b37f77ba4a69a991196c886
|
||||
tag: v3.6.0@sha256:5492aa83311f41d70bb5f41b3c5467cf2fafc8b198300001121ad04ea05b6697
|
||||
|
||||
service:
|
||||
main:
|
Loading…
Reference in New Issue