6 Commits

Author SHA1 Message Date
568b4d1422 values_helmChart__primary.yaml aktualisiert 2025-03-05 06:06:08 +00:00
c7fc6c188a values_helmChart__backup.yaml aktualisiert 2025-03-05 06:05:49 +00:00
51fac256ee Rename Helm chart values files for better clarity
Rename `values_helmChart__passive.yaml` to
`values_helmChart__backup.yaml` and `values_helmChart.yaml` to
`values_helmChart__primary.yaml`.

These changes improve file clarity by explicitly indicating
the purpose of each values file. The primary configuration
is now more identifiable with its new name, while the backup
file is clearly designated, reducing confusion for future
updates and maintenance. There are no breaking changes
associated with these renames.
2025-03-04 09:06:29 +01:00
f328d5a2be ```
All checks were successful
Build Helm Chart / helm-package (push) Successful in 8s
Bump artemis-broker version to 7.12.3-test2

Updated the version of the artemis-broker Helm chart from
7.12.3-test1 to 7.12.3-test2 in the Chart.yaml file. This
increment is part of our development workflow to reflect
ongoing changes and enhancements in the broker setup.
No breaking changes were introduced in this version update.
```
2025-03-04 07:29:03 +01:00
d40a1070fa Add affinity configuration to Kubernetes pod template
This commit adds support for specifying pod affinity settings
in the Kubernetes pod template for the Artemis broker Helm chart.
The changes include a new conditional block in the `_pod.tpl`
template file that allows users to define affinity rules in
the `values.yaml` file under the `affinity` key.

The addition was necessary to provide users with more flexibility
in scheduling their pods based on node characteristics, which is
essential for optimizing resource allocation and achieving desired
deployment strategies.

No breaking changes were introduced, and the default `affinity`
configuration remains empty, ensuring backward compatibility.
2025-03-04 07:26:58 +01:00
e4c7b319e2 first commit
All checks were successful
Build Helm Chart / helm-package (push) Successful in 7s
2025-03-04 07:05:50 +01:00