Commit Graph

19 Commits

Author SHA1 Message Date
Andreas Bucksteeg
8bfacfaa23 [bitnami/contour]: Fix installation notes to display correct kubectl commands (#3706)
* fix: using correct service name to output external ip of Contour ingress

* fix: using correct service name to output external ip of Contour ingres

* Bump chart version
2020-09-18 12:31:07 +02:00
Marco Kilchhofer
dc0d0793e3 [bitnami/contour] Configurable envoy ports (#3674) 2020-09-16 08:50:44 +02:00
Marco Kilchhofer
91fa2c0054 [bitnami/contour] Sync upstream changes and chart standardization (#3381)
* Sync back most significant upstream projectcontour changes

The most important change is the refactoring of the shutdown sidecar:
7cd9f4a685

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Delete removed CRD ingressroutes.contour.heptio.com

> As a reminder, support for IngressRoute was officially dropped in v1.6.
> If you haven’t already migrated to HTTPProxy, see the IngressRoute to
> HTTPProxy migration guide for instructions on how to do so. Once you have
> migrated, delete the IngressRoute and related CRDs.
Ref: https://projectcontour.io/resources/upgrading/

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Sync HTTPProxy CRD

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Sync TLSCertificateDelegation CRD

* Drop old TLSCertificateDelegation CRD on API group contour.heptio.com

API group contour.heptio.com is no longer supported since 1.6.x

* Bump minor chart version as the change is no longer a patch

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Attempt to fix contour tests by upgrading to latest github actions

* Override envoy service type to ClusterIP to make tests happy

I found a hint in PR #2721 that it should be possible to override values
used in GH actions.

* Revert "Attempt to fix contour tests by upgrading to latest github actions"

This was requested during the review process by dani8art.
This reverts commit 253a8ecd60.

* Add bitnami/common as a dependency

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Also use bitnami/common subchart for image

* Implement extraVolumes and extraVolumeMounts on contour and envoy

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Implement extraEnvVars on contour and envoy

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Implement extraEnvVarsConfigMap and extraEnvVarsSecret

* Implement initContainers for contour and envoy

* Implement service.extraPorts on contour and envoy

* Implement rolling tags helpers

* Sync rbac with upstream

As George Goh (@georgegoh) mentioned in issue projectcontour/contour#2050
the leaderelection role is not needed anymore:
> 1. I remove the `contour-leaderelection` role as it's no longer needed
> in `templates/rbac.yaml`.
> 2. General matching of the rbac.yaml to the rbacs defined in this project.

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Update README.md

* Fix default values for image repositories
* Add quotes (`)
* Fix whitespaces in table

* Also use bitnami/common subchart for pullSecrets

The subchart bitnami/common now supports this (version 0.6.2 and newer).
See PR #3566

* Use same tpl functions for job

Inside the Deployment we can use templating with 'tpl'. Since we use the
same structure (affinity, nodeSelector and tolerations) for the
Deployment and the Job, we should also use the same template functions.

* Fix: affinity defined twice

* Use more specific keyword antiAffinity -> antiAffinityPolicy

* Bump chart major: 2.0.0

* Variant2: Implement certgen by using hooks (#2)

* Implement certgen via hooks
* Delete resources with helm hooks only if needed
* Revert "Delete resources with helm hooks only if needed"

This reverts commit 76449252d06b7bda0f16c490316478c3fb1004f1.

As documented inside the helm docs, we should remove unneeded resources:
~~~
The resources that a hook creates are currently not tracked or managed as part
of the release. Once Helm verifies that the hook has reached its ready state,
it will leave the hook resource alone. Garbage collection of hook resources
when the corresponding release is deleted may be added to Helm 3 in the future,
so any hook resources that must never be deleted should be annotated with
`helm.sh/resource-policy: keep`.

Practically speaking, this means that if you create resources in a hook, you
cannot rely upon helm uninstall to remove the resources. To destroy such
resources, you need to either add a custom `helm.sh/hook-delete-policy`
annotation to the hook template file, or set the time to live (TTL) field of
a Job resource.
~~~

* Replace colons with dashes (standardize even more)

This was requested during review by @dani8art

* Clearify README regarding CRDs and helm v3

* Add small upgrading notes to README

* Fix helm2 incompatibility due to PR #2961

Helm2 uses Sprig v2 and therefore the funtion "get" is not available
there. Since we need to guarantee helm v2 support, we need to workaround
this.

* Use consistent component labels on certgen resources

* Use bitnami/common for apiVersion of kind Deployment

* Rename parameter `contour.createCustomResource` to `contour.installCRDs`

* Do not allocate an IP address on metrics services

Services for ServiceMonitor do not need to allocate an IP address. We therefore do not
waste IPs from the services CIDR pool for this.

* Split into subfolders
2020-09-09 15:29:10 +02:00
Miguel Ángel Cabrera Miñagorri
1ed12f96af [bitnami/metrics-server] Add source repo (#3577)
* [bitnami/all] Add home to this repository

* Remove duplicated entries
2020-09-03 12:00:10 +02:00
Bitnami Containers
e78cf865c9 [bitnami/contour] Release 1.2.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-09-03 04:07:27 +00:00
Bitnami Containers
96dfc13354 [bitnami/contour] Release 1.2.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-28 04:05:31 +00:00
Marco Kilchhofer
5f45523937 [bitnami/contour] Add ability to specify ingressClass and restart pods on config change (#3367)
* Add ability to specify ingressClass

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Roll contour pods when config changes

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Add documentation (README) of already implemented settings

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>

* Remove duplicate in README (rbac.create)

Signed-off-by: Marco Kilchhofer <marco@kilchhofer.info>
2020-08-10 13:37:17 +02:00
Bitnami Containers
04732989c7 [bitnami/contour] Release 1.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-08-04 20:32:36 +00:00
Bitnami Containers
bb61d33b12 [bitnami/contour] Release 1.1.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-31 13:24:47 +00:00
Bitnami Containers
615e6940ce [bitnami/contour] Release 1.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-14 18:17:42 +00:00
Adrian Maceiras
074f69f45b [bitnami/chart] Add NLB load balancer support, run envoy container as root (#2961)
* Support nlb load balancer type, default envoy container security context to run as root
2020-07-14 10:54:29 +02:00
Miguel Ángel Cabrera Miñagorri
63bde066b8 [bitnami/all] Add categories (#3075)
* [bitnami/airflow] Add category to Chart.yaml

* [bitnami/apache] Add category to Chart.yaml

* [bitnami/cassandra] Add category to Chart.yaml

* [bitnami/common] Add category to Chart.yaml

* [bitnami/consul] Add category to Chart.yaml

* [bitnami/contour] Add category to Chart.yaml

* [bitnami/discourse] Add category to Chart.yaml

* [bitnami/dokuwiki] Add category to Chart.yaml

* [bitnami/drupal] Add category to Chart.yaml

* [bitnami/ejbca] Add category to Chart.yaml

* [bitnami/elasticsearch] Add category to Chart.yaml

* [bitnami/etcd] Add category to Chart.yaml

* [bitnami/external-dns] Add category to Chart.yaml

* [bitnami/fluentd] Add category to Chart.yaml

* [bitnami/ghost] Add category to Chart.yaml

* [bitnami/grafana] Add category to Chart.yaml

* [bitnami/harbor] Add category to Chart.yaml

* [bitnami/influxdb] Add category to Chart.yaml

* [bitnami/jasperreports] Add category to Chart.yaml

* [bitnami/jenkins] Add category to Chart.yaml

* [bitnami/joomla] Add category to Chart.yaml

* [bitnami/kafka] Add category to Chart.yaml

* [bitnami/kibana] Add category to Chart.yaml

* [bitnami/kong] Add category to Chart.yaml

* [bitnami/kube-state-metrics] Add category to Chart.yaml

* [bitnami/kubewatch] Add category to Chart.yaml

* [bitnami/logstash] Add category to Chart.yaml

* [bitnami/magento] Add category to Chart.yaml

* [bitnami/mariadb] Add category to Chart.yaml

* [bitnami/mariadb-galera] Add category to Chart.yaml

* [bitnami/mediawiki] Add category to Chart.yaml

* [bitnami/memcached] Add category to Chart.yaml

* [bitnami/metallb] Add category to Chart.yaml

* [bitnami/metrics-server] Add category to Chart.yaml

* [bitnami/minio] Add category to Chart.yaml

* [bitnami/mongodb] Add category to Chart.yaml

* [bitnami/mongodb-sharded] Add category to Chart.yaml

* [bitnami/moodle] Add category to Chart.yaml

* [bitnami/mxnet] Add category to Chart.yaml

* [bitnami/nats] Add category to Chart.yaml

* [bitnami/nginx] Add category to Chart.yaml

* [bitnami/nginx-ingress-controller] Add category to Chart.yaml

* [bitnami/node] Add category to Chart.yaml

* [bitnami/node-exporter] Add category to Chart.yaml

* [bitnami/odoo] Add category to Chart.yaml

* [bitnami/opencart] Add category to Chart.yaml

* [bitnami/orangehrm] Add category to Chart.yaml

* [bitnami/osclass] Add category to Chart.yaml

* [bitnami/owncloud] Add category to Chart.yaml

* [bitnami/parse] Add category to Chart.yaml

* [bitnami/phabricator] Add category to Chart.yaml

* [bitnami/phpbb] Add category to Chart.yaml

* [bitnami/phpmyadmin] Add category to Chart.yaml

* [bitnami/postgresql] Add category to Chart.yaml

* [bitnami/postgresql-ha] Add category to Chart.yaml

* [bitnami/prestashop] Add category to Chart.yaml

* [bitnami/prometheus-operator] Add category to Chart.yaml

* [bitnami/pytorch] Add category to Chart.yaml

* [bitnami/rabbitmq] Add category to Chart.yaml

* [bitnami/redis] Add category to Chart.yaml

* [bitnami/redis-cluster] Add category to Chart.yaml

* [bitnami/redmine] Add category to Chart.yaml

* [bitnami/spark] Add category to Chart.yaml

* [bitnami/spring-cloud-dataflow] Add category to Chart.yaml

* [bitnami/suitecrm] Add category to Chart.yaml

* [bitnami/tensorflow-resnet] Add category to Chart.yaml

* [bitnami/testlink] Add category to Chart.yaml

* [bitnami/thanos] Add category to Chart.yaml

* [bitnami/tomcat] Add category to Chart.yaml

* [bitnami/wildfly] Add category to Chart.yaml

* [bitnami/wordpress] Add category to Chart.yaml

* [bitnami/zookeeper] Add category to Chart.yaml

* Add Github action

* Standarise E-xxx categories

* Standarise lint action yaml

* Add invalid category to test action

* Fetch repo before action

* Revert "Add invalid category to test action"

This reverts commit 0495382cb286be8d276d17b1ddaa89b75b3626b1.

* Add CHART_CATEGORIES file
2020-07-10 18:12:20 +02:00
Bitnami Containers
62eaa7850f [bitnami/contour] Release 1.0.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-07 11:04:21 +00:00
Javier J. Salmerón-García
726ad748f9 [bitnami/metallb][bitnami/contour] Revert appVersion change (#3046) 2020-07-07 11:38:13 +02:00
Javier J. Salmerón-García
fc8c3a7201 [bitnami/contour, metallb] Fix incorrect icons (#3034) 2020-07-06 16:04:36 +02:00
Bitnami Containers
fb6879b118 [bitnami/contour] Release 1.0.2 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-07-03 06:50:33 +00:00
Bitnami Containers
419917fc11 [bitnami/contour] Release 1.0.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-26 04:35:48 +00:00
Bitnami Containers
bc5b0101dc [bitnami/contour] Release 1.0.0 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-06-24 08:52:11 +00:00
Marcel Fest
15c13ec45a [bitnami/contour] Adding the Contour Helm Chart. (#2069)
* added objectstorageConfig to the sidecar container

* Bumped version and added documentation of the added values.

* Fixed indentation of environment variables

* Rename ConfigMap to Secret and added to production-values

* Fixed missing space

* Added the contour helm chart

* Update bitnami/contour/Chart.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/contour/README.md

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/contour/values.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/contour/values.yaml

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update bitnami/contour/README.md

Co-Authored-By: Carlos Rodríguez Hernández <carrodher1179@gmail.com>

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Added the option to template inside the configInline Attribute for better handling of the namespace

* added template to the documentation

* Updated contour to 1.3.0

* Bumped the contour chart

* Fixed contour templating

* Better defaults

* Fixed values.yaml

* bumped chart version and appVersion

* Bumped the Chart version and added helm v2 support and some flags for the helm v2 support

* Update appVersion

* Update image tag

* Change command line to support the new Contour release.

* Bumped version

* Fixed templating

* Update values.yaml

* Fixed template.

* fixed template

* fixed the labeling use the uid 1001 from bitnami user

* added some service templating capabilities

* setting a good default

* Update envoy tag

* Fix several issues

* Add values-production

* [bitnami/contour] Update components versions

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

Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-06-19 21:50:35 +02:00