Carlos Rodríguez Hernández
099286ae7a
[bitnami/several] Replace base64 --decode with base64 -d ( #10495 )
...
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
2022-05-30 19:16:36 +02:00
Miguel Ruiz
eee985fa5d
[bitnami/dokuwiki] Add missing service parameter ( #10406 )
...
* [bitnami/dokuwiki] Add missing service parameters
Signed-off-by: Miguel Ruiz <miruiz@vmware.com >
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2022-05-26 11:58:04 +02:00
Fran Mulero
0f6cbb9099
[bitnami/*] add ingress extraRules feature ( #10253 )
...
* Add extraRules to ingress objects
Signed-off-by: Fran Mulero <fmulero@vmware.com >
* Execute readme generator
Signed-off-by: Fran Mulero <fmulero@vmware.com >
* Version bump
Signed-off-by: Fran Mulero <fmulero@vmware.com >
2022-05-16 18:35:09 +02:00
Miguel Ruiz
d99d0bb7b9
[bitnami/dokuwiki] Add missing namespace metadata ( #10117 )
...
* [bitnami/dokuwiki] Add missing namespace metadata
Signed-off-by: Miguel Ruiz <miruiz@vmware.com >
* [skip ci] Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* Add missing namespaces
Signed-off-by: Miguel Ruiz <miruiz@vmware.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2022-05-12 11:02:04 +02:00
Karsten Kosmala
2eba1f9f47
[bitnami/dokuwiki] Add support for customPostInitScripts ( #8689 )
...
* Add support for customPostInitScripts
Signed-off-by: Karsten Kosmala <kosmala@cosmocode.de >
* bump Chart version
Signed-off-by: Karsten Kosmala <kosmala@cosmocode.de >
2022-01-19 09:55:23 +01:00
Carlos Rodríguez Hernández
8cad18aed9
[bitnami/several] Adapt templating format ( #8562 )
...
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
2022-01-05 18:10:31 +01:00
Javier J. Salmerón-García
e71fe1fc5c
[bitnami/dokuwiki, external-dns] Standardizations ( #7659 )
2021-12-10 13:25:52 +01:00
Carlos Rodríguez Hernández
a6751cdd33
[bitnami/several] Add chart info to NOTES.txt ( #7889 )
2021-10-22 16:04:39 +02:00
Carlos Rodríguez Hernández
9711a33c6e
[bitnami/several] Change pullPolicy for bitnami-shell image ( #7852 )
...
* [bitnami/several] Change pullPolicy for bitnami-shell image
* Add rolling tag check in the NOTES.txt
* Fix non-standard names
* Use macro when defined
* Update Chart.yaml
* Fix typo
2021-10-19 14:38:37 +02:00
Miguel Ruiz
aaed4ae90a
[bitnami/dokuwiki] Add support for persistence.existingClaim ( #6899 )
...
* [bitnami/dokuwiki] Add support for persistence.existingClaim
* Update dokuwiki-pvc.yaml
2021-07-12 09:17:50 +02:00
Karsten Kosmala
3322f57a77
fix: align scrape_uri port to apache ( #5780 )
2021-03-15 12:25:12 +01:00
Carlos Rodríguez Hernández
5d59d2f21e
[bitnami/*] Adapt certificates initContainer to the new image ( #5684 )
...
* [bitnami/*] Adapt certificates initContainer to the new image
* Bump drupal version
2021-03-05 16:27:11 +01:00
Javier J. Salmerón-García
8de1a21cb4
[bitnami/dokuwiki] Add hostAliases ( #5221 )
...
* [bitnami/dokuwiki] Add hostAliases
* lint
* lint
2021-01-26 09:52:00 +01:00
Javier J. Salmerón-García
01b150e311
[bitnami/dokuwiki] Major change: Adapt ingress ( #4961 )
...
* [bitnami/dokuwiki] Major change: Adapt ingress
* Bump common
2021-01-14 16:43:06 +01:00
Daniel Arteaga
74b079cce2
[bitnami/dokuwiki] fix: wrong ingress.annotations reference ( #4743 )
...
* fix(dokuwiki): wrong ingress.annotations reference
Signed-off-by: darteaga <darteaga@vmware.com >
* fix(dokuwiki): update readme
Signed-off-by: darteaga <darteaga@vmware.com >
2020-12-16 11:36:15 +01:00
Mark Hudnall
61fc060c26
[bitnami/dokuwiki] Fix multiple ingress hosts ( #4707 )
...
Previously, when attempting to use multiple ingress hosts, only the last ingress was created.
This was because the template was appending a resource template with the same name,
causing only the last one to be enabled.
Iteration has been moved inside the resource template to fix this issue and support
multiple ingress hosts.
Fixes #4618
2020-12-14 08:38:35 +01:00
Vincent Behar
b3a95b701b
[bitnami/*] Extra manifests should be top-level ( #4161 )
...
extra manifests declared with the `extraDeploy` value used to be defined in a single List manifest.
the issue with this setup, is that if you want to define a Job to be used as a Helm hook, it won't work - because Helm only look at top-level manifests to find the hook annotations.
this PR changes the implementation of extra manifests, by rendering top-level manifests instead of wrapping them inside a List.
charts users don't need to change anything in their values.yaml
2020-10-30 14:11:06 +01:00
Juan Ariza Toledano
01884c767c
[bitnami/*] Affinity based on common presets ( #3746 )
2020-09-24 15:11:56 +02:00
Daniel Arteaga
c9fa3d283b
[bitnami/dokuwiki] feat: add init-container for permissions ( #3441 )
...
* [bitnami/dokuwiki] feat: add init-container for permissions
* fix: move volume parameters to a new section
Signed-off-by: darteaga <darteaga@vmware.com >
2020-08-18 11:47:15 +02:00
Daniel Arteaga
079f5bd6ec
[bitnami/*] Use common helps for upgrade password errors ( #3335 )
...
* use common helpers to fix upgrade password issues
Signed-off-by: darteaga <darteaga@vmware.com >
* fix phpmyadmin upgrade
* fix phpmyadmin upgrade
* add .lock to pass test
* fix phpmyadmin values
2020-08-13 18:06:00 +02:00
Marcos Bjoerkelund
300f4aa790
[bitnami/dokuwiki] Fix commonLables indent ( #3267 )
2020-07-29 15:32:06 +02:00
Miguel Ángel Cabrera Miñagorri
16a3a39d51
[bitnami/dokuwiki] Move container to bash and non-root ( #2988 )
...
* [bitnami/dokuwiki] Move container to bash
* Fix indentation
* Add upgrade note to README
* Separate pod and container security context
* Fix typo
* Adapt README.md
* Standardizations
* Update image version
* Apply rest of standardizations
* fix extralist
* Add BITNAMI_DEBUG env var
Co-authored-by: Javier Salmeron Garcia <jsalmeron@vmware.com >
2020-07-10 11:42:46 +02:00
Joseph Ball
760be6522f
[bitnami/dokuwiki] Inject certificates into image ( #2942 )
...
Add a certificate authority and tls certificate into the image. Pulls
from kubernetes secret using a sidecar init container.
Signed-off-by: Joseph Ball <joseph.ball@packetsolutions.io >
2020-06-29 09:56:12 +02:00
Ibone González Mauraza
029ec8ddb4
[bitnami/dokuwiki] Change in the command of apache-exporter ( #2281 )
...
* Change in the command of apache-exporter
* [bitnami/dokuwiki] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-04-10 11:21:27 +02:00
Carlos Rodríguez Hernández
a0e44f7d6a
Move charts from upstreamed folder to bitnami ( #2032 )
...
* Move charts from upstreamed folder to bitnami
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Remove root .helmignore
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Bump charts version
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Remove file added by error
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Update Chart.yaml
2020-03-11 17:11:37 +01:00