Commit Graph
8 Commits
Author SHA1 Message Date
eaec3fc111 fix(rbac): add patch verb on secrets to issuer clusterrole (#8859)
Signed-off-by: ulrich giraud <ulrich.giraud@pole-emploi.fr>

Co-authored-by: ulrich giraud <ulrich.giraud@pole-emploi.fr>
2022-02-03 11:30:11 +01:00
2c558a26ae [bitnami/cert-manager] Chart standardized (#7925)
* [bitnami/cert-manager] Chart standardised

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* [bitnami/cert-manager] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-01-18 09:50:23 +01:00
37ea4abdae [bitnami/cert-manager] Add dnsPolicy and dnsConfig settings to controller (#8609)
* Add dnsPolicy and dnsConfig settings to controller

* Bump chart to next minor version

* Update bitnami/cert-manager/values.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

* Use helper function, and recreate README file

* Update bitnami/cert-manager/templates/controller/deployment.yaml

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>

Co-authored-by: Alejandro Moreno <alemorcuq@gmail.com>
2022-01-11 10:08:46 +01:00
Alejandro MorenoandGitHub 106a4c992b Add clusterResourceNamespace value (#8572)
Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>
2022-01-05 12:10:17 +01:00
Benoît PourreandGitHub 07481c06d6 [bitnami/cert-manager] Fix leader election RBAC (#7035) 2021-07-23 10:56:55 +02:00
Alexander ChernovandGitHub fb917a9b51 fix: service account specific annotations not being used. See https://github.com/bitnami/charts/issues/6565 (#6574) 2021-06-07 09:44:10 +02:00
alvneiayuandGitHub fc48cbeb4a [bitnami/cert-manager] Set up static names for the webhook, cainjector and cert-manager containers (#6430) 2021-05-20 17:15:30 +02:00
35d81616db [bitnami/cert-manager] Include Cert Manager (#6271)
* [bitnami/cert-manager] Include Cert Manager

* Fix Chart.yaml

* Include CRDs

* Modify cert manager chart to include the changes requested

- Modify certManager name to certmanager inside _helpers.tpl
- Modify category from Infrastructure to CertificateAuthority
- Change apiVersion to V2
- Include new keywords suggestion
- Complete values.yaml with values forgotten (modified controller, webhook and cainjector values.yaml sections)
- Modify values.yaml Readmenator correct structure
- Move logLevel and leaderElection namespace to common section
- Change prometheus section to metric
- Include quotes in all the namespaces
- Include Custom https port key for the webhook service
- Allow custom service name in our serviceaccount yamls.
- Move all controller files from template to template/controller

* Modify cert manager chart to include the new round of changes requested

- Remove extra space inside Chart.yaml
- Remove unneeded comments inside values.yaml
- Include replicaCount in each component inside the cert manager (controller, webhook and cainjector).
- Moved RBAC parameters to "Other parameters" section
- Added generic comment to reference Bitnami image
- Remove customStartupProbe, customLivenessProbe and customReadinessProbe in controller and cainjector.
- Set up prometheus port dinamically inside the ServiceMonitor and values.yaml
- Remove yamllint unneeded comments
- Include validateValues function
- Modify the README TIPOs and include new values.yaml changes.

* Commit unneeded global section

* Missing starting space in global comment

* Restore global values

* Modify cert manager chart to include the changes requested

 - Include NOTES.txt
 - Delete '---' lines inside service files
 - Modify service names
 - Include targetPort in ServiceMonitor
 - Set up port number instead of controller label in service monitor to make it works

* [bitnami/cert-manager] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-05-18 16:48:28 +02:00