fix: perconas haproxy default cfg (#1211)

Since we are now using version 1.14.0 of the operator and default haproxy tag from it is also 1.14.0 we need to update haproxy config to new version. Without kubernetes resolver startup of haproxy pods takes much longer. And yes, it has nothing to do with crVersion: "1.13.0" from spec itself:)

Reviewed-by: Oleksandr K.
1 file changed
tree: 8d3046834f67e2d0851fbbeefc55f4abc0da0da5
  1. .github/
  2. atmosphere/
  3. build/
  4. charts/
  5. cmd/
  6. doc/
  7. hack/
  8. images/
  9. internal/
  10. meta/
  11. molecule/
  12. playbooks/
  13. plugins/
  14. roles/
  15. tests/
  16. tools/
  17. zuul.d/
  18. .ansible-lint
  19. .charts.yml
  20. .envrc
  21. .flake8
  22. .gitignore
  23. .pre-commit-config.yaml
  24. .python-version
  25. .stestr.conf
  26. CHANGELOG.md
  27. Dockerfile
  28. Earthfile
  29. flake.lock
  30. flake.nix
  31. galaxy.yml
  32. go.mod
  33. go.sum
  34. README.md
  35. requirements.txt
  36. setup.cfg
  37. setup.py
  38. tox.ini
README.md

Atmosphere

Community

If you have any questions and discussions about Atmosphere, you can join the community:

Contributing

You'll need to make sure that you have pre-commit setup and installed in your environment by running these commands::

pre-commit install --hook-type commit-msg