Commit Graph
7 Commits
Author SHA1 Message Date
9c070343ee [bitnami/contour] Sync CRDs with contour release 1.20.1 (#9309)
* [bitnami/contour] Sync CRDs with contour release 1.20.1
Signed-off-by: lou-lan <loulan@loulan.me>

* [bitnami/contour] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2022-03-09 08:38:27 +01:00
Miguel Ángel Cabrera MiñagorriandGitHub 6ffd18fbbd Non utf8 chars (#8923)
* [bitnami/*] Fix non utf-8 characters

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>

* [bitnami/rabbimq] Fix RabbitMQ cluster operator README

Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
2022-02-07 15:35:05 +01:00
1f2fc92870 [bitnami/contour,aspnet-core] Apply standardizations (#7543)
* Standardizations

* More changes

* More standard

* Final changes

* Readme

* fix template

* kubeval

* fix version

* Integrate PR #8065

* [bitnami/contour] Update components versions

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

Co-authored-by: Alejandro Moreno <amorenoc@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-11-09 17:19:26 +01:00
2669fab866 [bitnami/contour] - MAJOR Upgrade Contour to 1.19 & CRD (#7887)
* [bitnami/contour] - Upgrade Contour to 1.19

Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>

* [bitnami/contour] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-10-21 18:19:32 +02:00
bfb6543180 [bitnami/contour] Sync CRDs with contour release 1.18 (#7099)
* Sync CRDs with contour release 1.18

* Fix accidental removal

* [bitnami/contour] Update components versions

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

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2021-08-02 20:00:41 +02:00
Vasyl PlesiukandGitHub e6ae400f24 [bitnami/contour] Synchronized all CRD with official yaml render v0.2.9 > v0.5.0 (#6907)
* Update httpproxies.projectcontour.io to v0.5.0

* sync all crd with the official render https://github.com/projectcontour/contour/blob/main/examples/render/contour.yaml

* Updated chart version to 5.0.0

* Update README.md

* Update README.md
2021-07-22 09:28:37 +02:00
George GohandGitHub 25e31a0644 [bitnami/contour] Change CRDs approach to handle CRD upgrades (#3665)
* Place CRDs into a subchart of contour.

Helm does not perform any actions on CRDs when a chart is upgraded.

Placing the CRDs in a subchart causes them to be processed when the
contour chart is upgraded.

Discussions about this approach - https://github.com/projectcontour/contour/issues/2050#issuecomment-673722738

* Bump version to 4.0.0 as there is a breaking change in how CRDs are installed and upgraded(see README).

* Changed the repository location for contour-crds - this lives as top-level in charts.

* Update Chart and add subchart.

* Move contour-crds back inside contour chart.

* Bump the chart version and fix trailing spaces.

* Updated README to indicate notable changes and steps required for upgrading from 3.x to 4.

* Move the 4.0.0 notes to the 'Upgrade' section.

* Move out contour-crds subchart to manage CRDs in a separate `resources` directory.

Add a `contour.manageCRDs` flag to indicate whether you want the chart to manage CRDs or not.

* Remove the obsolete(Helm v2) CRD options from the README and values.yaml.

Document the new `manageCRDs` option.
2021-01-26 09:23:18 +01:00