Skip to content

Commit

Permalink
[bitnami/airflow] Fix wrong protocol for metrics network policy (#30990)
Browse files Browse the repository at this point in the history
* [bitnami/airflow] Fix wrong protocol for metrics network policy

Signed-off-by: Jiffs Maverick <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Jiffs Maverick <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
JiffsMaverick and bitnami-bot authored Dec 13, 2024
1 parent 4688b13 commit fc9dadc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bitnami/airflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 22.4.1 (2024-12-11)
## 22.4.2 (2024-12-11)

* [bitnami/airflow] Fix LDAP configuration ([#30911](https://github.com/bitnami/charts/pull/30911))
* [bitnami/airflow] Fix wrong protocol for metrics network policy ([#30990](https://github.com/bitnami/charts/pull/30990))

## <small>22.4.1 (2024-12-11)</small>

* [bitnami/airflow] Fix LDAP configuration (#30911) ([70544cb](https://github.com/bitnami/charts/commit/70544cbb60d0a30393062c1cffe5d935cb3edcfb)), closes [#30911](https://github.com/bitnami/charts/issues/30911)

## 22.4.0 (2024-12-10)

Expand Down
2 changes: 1 addition & 1 deletion bitnami/airflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ maintainers:
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 22.4.1
version: 22.4.2
1 change: 1 addition & 0 deletions bitnami/airflow/templates/metrics/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ spec:
ingress:
- ports:
- port: {{ .Values.metrics.containerPorts.ingest }}
protocol: UDP
- port: {{ .Values.metrics.containerPorts.metrics }}
{{- if not .Values.metrics.networkPolicy.allowExternal }}
from:
Expand Down

0 comments on commit fc9dadc

Please sign in to comment.