Skip to content

Releases: sparkfabrik/terraform-helm-ingress-nginx

0.7.0

09 Sep 13:03
dce79d3
Compare
Choose a tag to compare

Compare with previous version

Changed

0.6.0

29 May 16:00
9dfa85d
Compare
Choose a tag to compare

Compare with previous version

Changed

  • ⚠️ BREAKING CHANGE: use topologySpreadConstraints instead of podAntiAffinity for better control over pod distribution.

If you have not set the old set_controller_default_pod_anti_affinity varible, you can safely upgrade to this version. Otherwise, you can turn off the topologySpreadConstraints feature by setting the new set_controller_default_topology_spread_constraints to false.

0.5.2

15 May 09:23
f762b6c
Compare
Choose a tag to compare

Compare with previous version

Changed

  • Fix controller.autoscaling.enabled default value removing quotes.

0.5.1

13 May 13:23
82afa5e
Compare
Choose a tag to compare

Compare with previous version

Changed

  • Fix podAntiAffinity configuration.

0.5.0

13 May 09:01
b9ee429
Compare
Choose a tag to compare

Compare with previous version

Added

  • Default value for chart version. The values file shipped with the module refers to the declared version of the chart.
  • podAntiAffinity configuration enabled by default. It is possible to disable it by setting the new set_default_pod_anti_affinity variable to false.
  • Add the common_labels variable to allow the user to set common labels for all resources created by the chart.
  • Add the ingress_nginx_controller_min_replicas and ingress_nginx_controller_max_replicas variables to easily set the minimum and maximum number of replicas for the controller pods.

0.4.0

22 Dec 09:19
c74b503
Compare
Choose a tag to compare

What's Changed

  • refs #000: Add feature backendconfig and add config ssl-redirect by @filippolmt in #8

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

19 Dec 11:48
8e6c372
Compare
Choose a tag to compare

Compare with previous version

Changed

  • Feature: turn off metrics by default.

0.2.2

05 Dec 17:05
bf99552
Compare
Choose a tag to compare

Compare with previous version

Changed

  • Fix typo on values.yaml.

0.2.1

05 Dec 15:19
f3ac465
Compare
Choose a tag to compare

Compare with previous version

Changed

  • Removed helm provider config and variables.

0.2.0

05 Dec 09:43
5fbd9e4
Compare
Choose a tag to compare

Compare with previous version

Changed

  • annotations-prefix removed from values file.
  • values.yaml moved into files directory.