Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
94cc5dda73
commit
276d346fed
|
@ -0,0 +1,13 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [modsecurity-crs-0.0.2](https://github.com/truecharts/charts/compare/modsecurity-crs-1.0.0...modsecurity-crs-0.0.2) (2023-08-25)
|
||||
|
||||
### Add
|
||||
|
||||
- add modsecurity to stable
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ dependencies:
|
|||
version: 13.2.1
|
||||
deprecated: false
|
||||
description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine.
|
||||
home: https://truecharts.org/charts/incubator/modsecurity-crs
|
||||
home: https://truecharts.org/charts/stable/modsecurity-crs
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.png
|
||||
keywords:
|
||||
- modsecurity-crs
|
||||
|
@ -19,10 +19,10 @@ maintainers:
|
|||
url: https://truecharts.org
|
||||
name: modsecurity-crs
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/modsecurity-crs
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/modsecurity-crs
|
||||
- https://github.com/coreruleset/modsecurity-crs-docker
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
|
@ -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 @@
|
|||
|
||||
|
||||
## [modsecurity-crs-0.0.2](https://github.com/truecharts/charts/compare/modsecurity-crs-1.0.0...modsecurity-crs-0.0.2) (2023-08-25)
|
||||
|
||||
### Add
|
||||
|
||||
- add modsecurity to stable
|
||||
|
||||
|
|
@ -34,7 +34,6 @@ workload:
|
|||
MODSEC_DATA_DIR: "{{ .Values.persistence.data.mountPath }}"
|
||||
MODSEC_TMP_DIR: "{{ .Values.persistence.temp.mountPath }}"
|
||||
MODSEC_UPLOAD_DIR: "{{ .Values.persistence.upload.mountPath }}"
|
||||
BACKEND: "http://localhost:80"
|
||||
|
||||
persistence:
|
||||
data:
|
|
@ -101,19 +101,6 @@ questions:
|
|||
type: dict
|
||||
attrs:
|
||||
|
||||
- variable: env
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: BACKEND
|
||||
label: Backend
|
||||
description: A string indicating the partial URL for the remote server of the ProxyPass directive.
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
- variable: envList
|
||||
label: Extra Environment Variables
|
||||
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
|
Loading…
Reference in New Issue