diff --git a/values-k8s.yaml b/values-k8s.yaml
index b45ab3d53fab132c74ba05a3b09596ffc6bc4f2a..20f3ffc047c2b6c58d6153789af214276588b9c6 100644
--- a/values-k8s.yaml
+++ b/values-k8s.yaml
@@ -192,8 +192,10 @@ items:
       https://charts.bitnami.com/bitnami rabbitmq 11.10.0
       https://charts.bitnami.com/bitnami thanos 12.15.0
       https://traefik.github.io/charts traefik 28.1.0
+      https://charts.bitnami.com/bitnami valkey 2.4.5
       https://helm.releases.hashicorp.com vault 0.25.0
       https://vmware-tanzu.github.io/helm-charts velero 6.0.0
+
   # TODO: move this to gitlab.cern.ch/mlops/kubeflow, but easier for now
   registry.cern.ch/kubeflow:
     type: oci
@@ -307,3 +309,14 @@ items:
       gcr.io/knative-releases/knative.dev/serving/cmd/webhook@sha256:48aee2733721ecc77956abc5a2ca072853a669ebc97519beb48f7b3da8455e67
       gcr.io/ml-pipeline/workflow-controller:v3.4.17-license-compliance
       docker.io/kserve/xgbserver:v0.13.1
+
+  registry.cern.ch/kubeflow/charts:
+    type: chart
+    username: robot-kubeflow+replication
+    password: <path:kv/data/kubernetes/services/kubeflow/registry.cern.ch#password>
+    signkey: <path:kv/data/kubernetes/services/replication/registry.cern.ch#signkey>
+    signpub: <path:kv/data/kubernetes/services/replication/registry.cern.ch#signpub>
+    flatten: false
+    # NOTE: Artifacts are sorted alphabetically by artifact name!
+    artifacts: |
+      https://charts.bitnami.com/bitnami mlflow 1.5.7
\ No newline at end of file