* [bitnami/airflow] feat: ✨🔒 Add warning when original images are replaced
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* [bitnami/apache] feat: ✨🔒 Add warning when original images are replaced
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
---------
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* [bitnami/apache] feat: ✨ Add automatic adaptation for Openshift restricted-v2 SCC
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* docs: 💡 Update comment to point to v2
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* chore: ⬆️ Bump common dependencies
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* fix: 🐛 Change no with disabled
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
---------
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* [bitnami/apache] feat: ✨🔒 Add resource preset support
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* fix: 🐛 Set value in correct spot
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
---------
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
* [bitnami/apache] Make `ingress.tls` into a bool
Its contents were not parsed anyway since chart version
[v9.0.0](https://github.com/bitnami/charts/pull/7491/), so this change
has no functional effect.
Signed-off-by: Andreas Lindhé <andreas@lindhe.io>
* [bitnami/apache] Cleanup messy ingress.tls logic
I have convinced myself that this change has no functional effect.
* `ingress.tls` always had to be set, so that logic is the same.
* It is now possible to set `ingress.tls` without setting
`ingress.certManager` or `ingress.selfSigned`. What's the harm in
that? Perhaps someone would like to provide a TLS secret manually...
Signed-off-by: Andreas Lindhé <andreas@lindhe.io>
* [bitnami/apache] Remove unused value ingress.hosts
Signed-off-by: Andreas Lindhé <andreas@lindhe.io>
* [bitnami/apache] Bump chart version
Signed-off-by: Andreas Lindhé <andreas@lindhe.io>
* [bitnami/apache] Remove ingress.certManager
This change removes the long deprecated annotation for cert-manager from
the Ingress resource.
NOTE: Technically, this is a breaking change. If someone is using the
`ingress.certManager` value, they will lose the annotation. I imagine
there are few cases where the annotation has any effect, but there's
always someone out there running some really odd configuration...
It's of course still possible to have the annotation, it just has to be
included in `ingress.annotations`, along with the rest of the
annotations.
Since the value is no longer in use anywhere, we also remove it from
values.yaml.
Signed-off-by: Andreas Lindhé <andreas@lindhe.io>
* [bitnami/apache] Bump chart version
Signed-off-by: Andreas Lindhé <andreas@lindhe.io>
* [bitnami/apache] Revert breaking change by checking ingress.selfSigned
Before this change, I had accidentally missed the case where the user
has `--set 'ingress.enabled=true,ingress.selfSigned=true'`, which
inadvertently introduced a breaking change.
This change makes sure this case is covered as before the PR was merged.
Signed-off-by: Andreas Lindhé <andreas@lindhe.io>
* Full standardization of ingress
Signed-off-by: Andrés Bono <andresbono@vmware.com>
---------
Signed-off-by: Andreas Lindhé <andreas@lindhe.io>
Signed-off-by: Andrés Bono <andresbono@vmware.com>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
Without this change, in order to use a custom probe, the user has to
specify the probe parameters, and also must specify for the original
probe "enabled: false".
Issue: #12354
Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com>
Signed-off-by: Orgad Shaneh <orgad.shaneh@audiocodes.com>
* [bitnami/several] Update URLs to point to the new bitnami/containers monorepo
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
* Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
* Update bitnami/mongodb/values.yaml
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
* Update bitnami/mongodb/values.yaml
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
* Update bitnami/mongodb/values.yaml
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
* Update bitnami/mongodb/values.yaml
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
* Update bitnami/mongodb-sharded/values.yaml
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
* Update bitnami/mongodb-sharded/values.yaml
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
* Update bitnami/mongodb-sharded/values.yaml
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
* [bitnami/*] Fix HPA API version template usage
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
* Bump versions
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
* Move Wordpress to a different PR
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
* Update common dependencies
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
* Update Airflow Chart version
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
* Bump only required dependencies
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
* [bitnami/apache] Fix probes not reading port from .Values
From what I can see the pull request [#1696][1] tried to introduce
both customizable path and port number for the livellyness and readyness
probes, however, the part where it actually read the custom value from
the .Values file was removed before the merge.
With this pull request we actually allow people to change the port, as
else the now default value is ignored and might cause confusion when
nothing happens even though the user has defined a custom port.
Signed-off-by: Jonas Alfredsson <jonasal@axis.com>
[1]: https://github.com/bitnami/charts/pull/1696
* [bitnami/apache] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
* 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>
* Use the new helper for HPA API version
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
* Contemplate targetAverageUtilization
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>