Skip to content
Snippets Groups Projects
Verified Commit af1d8a3d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Chart] Set default HAProxy log level to notice

parent 1e3309c8
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ...@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.1.3] - 2021-12-21
### Changed
- \[Chart\] Set default HAProxy log level to notice
## [2.1.2] - 2021-12-21 ## [2.1.2] - 2021-12-21
### Changed ### Changed
...@@ -51,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -51,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Initial release - Initial release
[2.1.3]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.3
[2.1.2]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.2 [2.1.2]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.2
[2.1.1]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.1 [2.1.1]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.1
[2.1.0]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.0 [2.1.0]: https://edugit.org/AlekSIS/libs/k8s-linkup/-/tags/2.1.0
......
...@@ -8,6 +8,8 @@ annotations: ...@@ -8,6 +8,8 @@ annotations:
url: https://edugit.org/AlekSIS/libs/k8s-linkup/-/issues url: https://edugit.org/AlekSIS/libs/k8s-linkup/-/issues
- name: sourcecode - name: sourcecode
url: https://edugit.org/AlekSIS/libs/k8s-linkup url: https://edugit.org/AlekSIS/libs/k8s-linkup
artifacthub.io/changes: |
- Set default HAProxy log level to notice
# A chart can be either an 'application' or a 'library' chart. # A chart can be either an 'application' or a 'library' chart.
# #
...@@ -22,9 +24,9 @@ type: application ...@@ -22,9 +24,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.2 version: 2.1.3
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using. # follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.1.2 appVersion: 2.1.3
...@@ -8,7 +8,7 @@ metadata: ...@@ -8,7 +8,7 @@ metadata:
data: data:
haproxy.cfg: | haproxy.cfg: |
global global
log stdout format raw local0 log stdout format raw local0 notice
defaults defaults
timeout connect 10s timeout connect 10s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment