diff --git a/stable/modsecurity-crs/0.0.1/CHANGELOG.md b/stable/modsecurity-crs/0.0.1/CHANGELOG.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/stable/modsecurity-crs/0.0.1/app-changelog.md b/stable/modsecurity-crs/0.0.1/app-changelog.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/stable/modsecurity-crs/0.0.2/CHANGELOG.md b/stable/modsecurity-crs/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..2d4896dfe8c --- /dev/null +++ b/stable/modsecurity-crs/0.0.2/CHANGELOG.md @@ -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 + + \ No newline at end of file diff --git a/stable/modsecurity-crs/0.0.1/Chart.yaml b/stable/modsecurity-crs/0.0.2/Chart.yaml similarity index 81% rename from stable/modsecurity-crs/0.0.1/Chart.yaml rename to stable/modsecurity-crs/0.0.2/Chart.yaml index 13d626eb0c4..dac17c1a2c8 100644 --- a/stable/modsecurity-crs/0.0.1/Chart.yaml +++ b/stable/modsecurity-crs/0.0.2/Chart.yaml @@ -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 diff --git a/stable/modsecurity-crs/0.0.1/README.md b/stable/modsecurity-crs/0.0.2/README.md similarity index 93% rename from stable/modsecurity-crs/0.0.1/README.md rename to stable/modsecurity-crs/0.0.2/README.md index 83229a60265..e0a9b8fa8d7 100644 --- a/stable/modsecurity-crs/0.0.1/README.md +++ b/stable/modsecurity-crs/0.0.2/README.md @@ -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)** diff --git a/stable/modsecurity-crs/0.0.2/app-changelog.md b/stable/modsecurity-crs/0.0.2/app-changelog.md new file mode 100644 index 00000000000..3fdc71e8dc9 --- /dev/null +++ b/stable/modsecurity-crs/0.0.2/app-changelog.md @@ -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 + + \ No newline at end of file diff --git a/stable/modsecurity-crs/0.0.1/app-readme.md b/stable/modsecurity-crs/0.0.2/app-readme.md similarity index 100% rename from stable/modsecurity-crs/0.0.1/app-readme.md rename to stable/modsecurity-crs/0.0.2/app-readme.md diff --git a/stable/modsecurity-crs/0.0.1/charts/common-13.2.1.tgz b/stable/modsecurity-crs/0.0.2/charts/common-13.2.1.tgz similarity index 100% rename from stable/modsecurity-crs/0.0.1/charts/common-13.2.1.tgz rename to stable/modsecurity-crs/0.0.2/charts/common-13.2.1.tgz diff --git a/stable/modsecurity-crs/0.0.1/ix_values.yaml b/stable/modsecurity-crs/0.0.2/ix_values.yaml similarity index 96% rename from stable/modsecurity-crs/0.0.1/ix_values.yaml rename to stable/modsecurity-crs/0.0.2/ix_values.yaml index ebd460133a7..af204bc4308 100644 --- a/stable/modsecurity-crs/0.0.1/ix_values.yaml +++ b/stable/modsecurity-crs/0.0.2/ix_values.yaml @@ -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: diff --git a/stable/modsecurity-crs/0.0.1/questions.yaml b/stable/modsecurity-crs/0.0.2/questions.yaml similarity index 98% rename from stable/modsecurity-crs/0.0.1/questions.yaml rename to stable/modsecurity-crs/0.0.2/questions.yaml index 026a7851f58..dcb27f488a5 100644 --- a/stable/modsecurity-crs/0.0.1/questions.yaml +++ b/stable/modsecurity-crs/0.0.2/questions.yaml @@ -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..." diff --git a/stable/modsecurity-crs/0.0.1/templates/NOTES.txt b/stable/modsecurity-crs/0.0.2/templates/NOTES.txt similarity index 100% rename from stable/modsecurity-crs/0.0.1/templates/NOTES.txt rename to stable/modsecurity-crs/0.0.2/templates/NOTES.txt diff --git a/stable/modsecurity-crs/0.0.1/templates/common.yaml b/stable/modsecurity-crs/0.0.2/templates/common.yaml similarity index 100% rename from stable/modsecurity-crs/0.0.1/templates/common.yaml rename to stable/modsecurity-crs/0.0.2/templates/common.yaml diff --git a/stable/modsecurity-crs/0.0.1/values.yaml b/stable/modsecurity-crs/0.0.2/values.yaml similarity index 100% rename from stable/modsecurity-crs/0.0.1/values.yaml rename to stable/modsecurity-crs/0.0.2/values.yaml