diff --git a/operators/cert-manager/1.1.3/app-changelog.md b/operators/cert-manager/1.1.3/app-changelog.md deleted file mode 100644 index 7df98704ae..0000000000 --- a/operators/cert-manager/1.1.3/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cert-manager-1.1.3](https://github.com/truecharts/charts/compare/cert-manager-1.1.2...cert-manager-1.1.3) (2023-11-05) - -### Chore - -- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365)) - - \ No newline at end of file diff --git a/operators/cert-manager/1.1.3/CHANGELOG.md b/operators/cert-manager/1.1.4/CHANGELOG.md similarity index 92% rename from operators/cert-manager/1.1.3/CHANGELOG.md rename to operators/cert-manager/1.1.4/CHANGELOG.md index 668d0f7d78..d1019bab19 100644 --- a/operators/cert-manager/1.1.3/CHANGELOG.md +++ b/operators/cert-manager/1.1.4/CHANGELOG.md @@ -4,6 +4,15 @@ +## [cert-manager-1.1.4](https://github.com/truecharts/charts/compare/cert-manager-1.1.3...cert-manager-1.1.4) (2023-11-06) + +### Fix + +- actually install crds + + + + ## [cert-manager-1.1.3](https://github.com/truecharts/charts/compare/cert-manager-1.1.2...cert-manager-1.1.3) (2023-11-05) ### Chore diff --git a/operators/cert-manager/1.1.3/Chart.yaml b/operators/cert-manager/1.1.4/Chart.yaml similarity index 98% rename from operators/cert-manager/1.1.3/Chart.yaml rename to operators/cert-manager/1.1.4/Chart.yaml index fce0704cb8..5fd324616e 100644 --- a/operators/cert-manager/1.1.3/Chart.yaml +++ b/operators/cert-manager/1.1.4/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://github.com/cert-manager - https://cert-manager.io/ type: application -version: 1.1.3 +version: 1.1.4 annotations: truecharts.org/category: operators truecharts.org/SCALE-support: "true" diff --git a/operators/cert-manager/1.1.3/LICENSE b/operators/cert-manager/1.1.4/LICENSE similarity index 100% rename from operators/cert-manager/1.1.3/LICENSE rename to operators/cert-manager/1.1.4/LICENSE diff --git a/operators/cert-manager/1.1.3/README.md b/operators/cert-manager/1.1.4/README.md similarity index 100% rename from operators/cert-manager/1.1.3/README.md rename to operators/cert-manager/1.1.4/README.md diff --git a/operators/cert-manager/1.1.4/app-changelog.md b/operators/cert-manager/1.1.4/app-changelog.md new file mode 100644 index 0000000000..511cbeb50b --- /dev/null +++ b/operators/cert-manager/1.1.4/app-changelog.md @@ -0,0 +1,9 @@ + + +## [cert-manager-1.1.4](https://github.com/truecharts/charts/compare/cert-manager-1.1.3...cert-manager-1.1.4) (2023-11-06) + +### Fix + +- actually install crds + + \ No newline at end of file diff --git a/operators/cert-manager/1.1.3/app-readme.md b/operators/cert-manager/1.1.4/app-readme.md similarity index 100% rename from operators/cert-manager/1.1.3/app-readme.md rename to operators/cert-manager/1.1.4/app-readme.md diff --git a/operators/cert-manager/1.1.3/charts/cert-manager-v1.13.2.tgz b/operators/cert-manager/1.1.4/charts/cert-manager-v1.13.2.tgz similarity index 100% rename from operators/cert-manager/1.1.3/charts/cert-manager-v1.13.2.tgz rename to operators/cert-manager/1.1.4/charts/cert-manager-v1.13.2.tgz diff --git a/operators/cert-manager/1.1.3/charts/common-14.2.3.tgz b/operators/cert-manager/1.1.4/charts/common-14.2.3.tgz similarity index 100% rename from operators/cert-manager/1.1.3/charts/common-14.2.3.tgz rename to operators/cert-manager/1.1.4/charts/common-14.2.3.tgz diff --git a/operators/cert-manager/1.1.3/ix_values.yaml b/operators/cert-manager/1.1.4/ix_values.yaml similarity index 94% rename from operators/cert-manager/1.1.3/ix_values.yaml rename to operators/cert-manager/1.1.4/ix_values.yaml index c6e532e3d5..4655a8d80d 100644 --- a/operators/cert-manager/1.1.3/ix_values.yaml +++ b/operators/cert-manager/1.1.4/ix_values.yaml @@ -23,7 +23,7 @@ operator: certmanager: dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" - # Delete cert secret on CR deletion + installCRDs: true enableCertificateOwnerRef: true metrics: diff --git a/operators/cert-manager/1.1.3/questions.yaml b/operators/cert-manager/1.1.4/questions.yaml similarity index 100% rename from operators/cert-manager/1.1.3/questions.yaml rename to operators/cert-manager/1.1.4/questions.yaml diff --git a/operators/cert-manager/1.1.3/templates/NOTES.txt b/operators/cert-manager/1.1.4/templates/NOTES.txt similarity index 100% rename from operators/cert-manager/1.1.3/templates/NOTES.txt rename to operators/cert-manager/1.1.4/templates/NOTES.txt diff --git a/operators/cert-manager/1.1.3/templates/common.yaml b/operators/cert-manager/1.1.4/templates/common.yaml similarity index 100% rename from operators/cert-manager/1.1.3/templates/common.yaml rename to operators/cert-manager/1.1.4/templates/common.yaml diff --git a/operators/cert-manager/1.1.3/templates/crds.yaml b/operators/cert-manager/1.1.4/templates/crds.yaml similarity index 100% rename from operators/cert-manager/1.1.3/templates/crds.yaml rename to operators/cert-manager/1.1.4/templates/crds.yaml diff --git a/operators/cert-manager/1.1.3/values.yaml b/operators/cert-manager/1.1.4/values.yaml similarity index 100% rename from operators/cert-manager/1.1.3/values.yaml rename to operators/cert-manager/1.1.4/values.yaml