Skip to content

Commit 28ffdf3

Browse files
committed
fix: migrate to bitnamilegacy registry and bump chart versions
- Update infra chart to use bitnamilegacy/kubectl:1.33.4-debian-12-r0 - Update postgres-backup to use bitnamilegacy/postgresql:17.6.0-debian-12-r4 - Bump infra chart version 0.2.0 -> 0.2.1 - Bump mlflow chart version 0.4.0 -> 0.4.1 Bitnami moved their container images to the bitnamilegacy registry as of August 2025. Chart version bumps are required for CI to pick up the new image configurations.
1 parent 69c6dfe commit 28ffdf3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

applications/mlflow/charts/infra/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.2.0
18+
version: 0.2.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

applications/mlflow/charts/infra/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ crdCheck:
66
# -- Image registry
77
registry: docker.io
88
# -- Image repository
9-
repository: bitnami/kubectl
9+
repository: bitnamilegacy/kubectl
1010
# -- Image tag
11-
tag: "1.31.2"
11+
tag: "1.33.4-debian-12-r0"
1212
# -- CRDs to check
1313
crds:
1414
- name: tenants.minio.min.io

applications/mlflow/charts/mlflow/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mlflow
33
description: A Helm chart for MLflow - Open source platform for the machine learning lifecycle.
44
type: application
5-
version: "0.4.0"
5+
version: "0.4.1"
66
appVersion: "2.10.0"
77
home: https://github.com/mlflow/mlflow/tree/master/charts/mlflow
88
sources:

applications/mlflow/charts/mlflow/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,8 @@ postgres:
696696
# -- Image registry
697697
registry: docker.io
698698
# -- Image repository
699-
repository: bitnami/postgresql
699+
repository: bitnamilegacy/postgresql
700700
# -- Image tag
701-
tag: "16.6.0"
701+
tag: "17.6.0-debian-12-r4"
702702
# -- Image pull policy
703703
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)