diff --git a/operators/cert-manager/3.5.0/.helmignore b/operators/cert-manager/3.5.0/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/operators/cert-manager/3.5.0/.helmignore @@ -0,0 +1,30 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png diff --git a/operators/cert-manager/3.5.0/CHANGELOG.md b/operators/cert-manager/3.5.0/CHANGELOG.md new file mode 100644 index 00000000000..8e6e53fc552 --- /dev/null +++ b/operators/cert-manager/3.5.0/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + + + + + + + + + +## [cert-manager-3.1.16](https://github.com/truecharts/charts/compare/cert-manager-3.1.15...cert-manager-3.1.16) (2024-02-12) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@ade0065](https://github.com/ade0065) by renovate ([#18108](https://github.com/truecharts/charts/issues/18108)) + + +## [cert-manager-3.1.15](https://github.com/truecharts/charts/compare/cert-manager-3.1.14...cert-manager-3.1.15) (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)) + + +## [cert-manager-3.1.14](https://github.com/truecharts/charts/compare/cert-manager-3.1.13...cert-manager-3.1.14) (2024-01-26) + +### Chore + + + +- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) + + +## [cert-manager-3.1.13](https://github.com/truecharts/charts/compare/cert-manager-3.1.12...cert-manager-3.1.13) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478)) + + +## [cert-manager-3.1.12](https://github.com/truecharts/charts/compare/cert-manager-3.1.11...cert-manager-3.1.12) (2024-01-21) + +### Chore + + + +- update container image tccr.io/tccr/alpine to latest[@14eaf3f](https://github.com/14eaf3f) by renovate ([#17470](https://github.com/truecharts/charts/issues/17470)) + + +## [cert-manager-3.1.11](https://github.com/truecharts/charts/compare/cert-manager-3.1.10...cert-manager-3.1.11) (2024-01-21) + +### Chore + + + +- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409)) + + +## [cert-manager-3.1.10](https://github.com/truecharts/charts/compare/cert-manager-3.1.9...cert-manager-3.1.10) (2024-01-21) + +### Chore + + + +- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457)) + + + + +## [cert-manager-3.1.9](https://github.com/truecharts/charts/compare/cert-manager-3.1.8...cert-manager-3.1.9) (2024-01-09) + +### Chore + + + +- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986)) + + +## [cert-manager-3.1.8](https://github.com/truecharts/charts/compare/cert-manager-3.1.7...cert-manager-3.1.8) (2024-01-02) + +### Chore + + + +- force bump to ensure up-to-date catalogs diff --git a/operators/cert-manager/3.5.0/Chart.yaml b/operators/cert-manager/3.5.0/Chart.yaml new file mode 100644 index 00000000000..25275f1a579 --- /dev/null +++ b/operators/cert-manager/3.5.0/Chart.yaml @@ -0,0 +1,46 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: operators + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: operators +apiVersion: v2 +appVersion: latest +dependencies: + - name: common + version: 17.5.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: cert-manager + version: v1.14.2 + repository: https://charts.jetstack.io + condition: "" + alias: certmanager + tags: [] + import-values: [] +deprecated: false +description: Cert-Manager is a kubernetes-aware certificate manager +home: https://truecharts.org/charts/operators/cert-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png +keywords: + - cert-manager + - certificates + - security +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: cert-manager +sources: + - https://github.com/cert-manager + - https://cert-manager.io/ + - https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager + - https://github.com/truecharts/containers/tree/master/apps/alpine +type: application +version: 3.5.0 diff --git a/operators/cert-manager/3.5.0/README.md b/operators/cert-manager/3.5.0/README.md new file mode 100644 index 00000000000..fa3927ccff2 --- /dev/null +++ b/operators/cert-manager/3.5.0/README.md @@ -0,0 +1,28 @@ +--- +title: README +--- + +## General Info + +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/operators/cert-manager) + +**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)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/operators/cert-manager/3.5.0/app-readme.md b/operators/cert-manager/3.5.0/app-readme.md new file mode 100644 index 00000000000..512d4e01ad8 --- /dev/null +++ b/operators/cert-manager/3.5.0/app-readme.md @@ -0,0 +1,8 @@ +Cert-Manager is a kubernetes-aware certificate manager + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/operators/cert-manager](https://truecharts.org/charts/operators/cert-manager) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/operators/cert-manager/3.5.0/charts/cert-manager-v1.14.2.tgz b/operators/cert-manager/3.5.0/charts/cert-manager-v1.14.2.tgz new file mode 100644 index 00000000000..a72a5cfa344 Binary files /dev/null and b/operators/cert-manager/3.5.0/charts/cert-manager-v1.14.2.tgz differ diff --git a/operators/cert-manager/3.5.0/charts/common-17.5.0.tgz b/operators/cert-manager/3.5.0/charts/common-17.5.0.tgz new file mode 100644 index 00000000000..3a5534883aa Binary files /dev/null and b/operators/cert-manager/3.5.0/charts/common-17.5.0.tgz differ diff --git a/operators/cert-manager/3.5.0/ix_values.yaml b/operators/cert-manager/3.5.0/ix_values.yaml new file mode 100644 index 00000000000..28b18caf84c --- /dev/null +++ b/operators/cert-manager/3.5.0/ix_values.yaml @@ -0,0 +1,42 @@ +image: + repository: tccr.io/tccr/alpine + pullPolicy: IfNotPresent + tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + enabled: false + +portal: + open: + enabled: false + +operator: + register: true + +certmanager: + dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" + dns01RecursiveNameserversOnly: false + installCRDs: true + enableCertificateOwnerRef: true + +metrics: + main: + enabled: false + type: "podmonitor" + endpoints: + - port: main + interval: 5s + scrapeTimeout: 5s + path: / + honorLabels: false + +manifestManager: + enabled: false diff --git a/operators/cert-manager/3.5.0/questions.yaml b/operators/cert-manager/3.5.0/questions.yaml new file mode 100755 index 00000000000..408edd14184 --- /dev/null +++ b/operators/cert-manager/3.5.0/questions.yaml @@ -0,0 +1,80 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - name: App Configuration + description: App Specific Config Options + - name: Networking and Services + description: Configure Network and Services for Container + - name: Storage and Persistence + description: Persist and Share Data that is Separate from the Container + - name: Ingress + description: Ingress Configuration + - name: Security and Permissions + description: Configure Security Context and Permissions + - name: Resources and Devices + description: "Specify Resources/Devices to be Allocated to Workload" + - name: Middlewares + description: Traefik Middlewares + - name: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Backup Configuration + description: Configure Velero Backup Schedule + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation + +questions: + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false + + - variable: certmanager + group: App Configuration + label: Cert Manager Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: dns01RecursiveNameservers + label: DNS01 Recursive Nameservers (Modifications are unsupported) + description: | + Comma separated list of DNS servers to use for recursive + name resolution when performing DNS01 challenges. + Default is: 1.1.1.1:53,1.0.0.1:53
+ If this is modified, you are NOT covered by support. + schema: + type: string + required: true + default: "1.1.1.1:53,1.0.0.1:53" + - variable: dns01RecursiveNameserversOnly + label: DNS01 Recursive Nameservers Only (Modifications are unsupported) + description: | + Forces cert-manager to only use the recursive nameservers for verification. + Enabling this option could cause the DNS01 self check to take longer + due to caching performed by the recursive nameservers. + Default is: false
+ If this is modified, you are NOT covered by support. + schema: + type: boolean + required: true + default: false + diff --git a/operators/cert-manager/3.5.0/templates/NOTES.txt b/operators/cert-manager/3.5.0/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/operators/cert-manager/3.5.0/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/operators/cert-manager/3.5.0/templates/common.yaml b/operators/cert-manager/3.5.0/templates/common.yaml new file mode 100644 index 00000000000..995efb03eb0 --- /dev/null +++ b/operators/cert-manager/3.5.0/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/operators/cert-manager/3.5.0/templates/crds.yaml b/operators/cert-manager/3.5.0/templates/crds.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/operators/cert-manager/3.5.0/values.yaml b/operators/cert-manager/3.5.0/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/mongo-express/5.4.0/charts/mongodb-11.3.0.tgz b/stable/mongo-express/5.4.0/charts/mongodb-11.3.0.tgz index 82f2d22d751..2de70adc215 100644 Binary files a/stable/mongo-express/5.4.0/charts/mongodb-11.3.0.tgz and b/stable/mongo-express/5.4.0/charts/mongodb-11.3.0.tgz differ diff --git a/stable/wekan/13.8.0/charts/mongodb-11.3.0.tgz b/stable/wekan/13.8.0/charts/mongodb-11.3.0.tgz index 82f2d22d751..2de70adc215 100644 Binary files a/stable/wekan/13.8.0/charts/mongodb-11.3.0.tgz and b/stable/wekan/13.8.0/charts/mongodb-11.3.0.tgz differ diff --git a/stable/youtubedl-material/9.4.0/charts/mongodb-11.3.0.tgz b/stable/youtubedl-material/9.4.0/charts/mongodb-11.3.0.tgz index 82f2d22d751..2de70adc215 100644 Binary files a/stable/youtubedl-material/9.4.0/charts/mongodb-11.3.0.tgz and b/stable/youtubedl-material/9.4.0/charts/mongodb-11.3.0.tgz differ