From 9903fdf37eba665df236d40ed5bb182c6486d076 Mon Sep 17 00:00:00 2001 From: Can Sun Date: Thu, 10 Sep 2026 08:13:29 -0700 Subject: [PATCH] Bump inference-operator FSx CSI driver version Update the aws-fsx-csi-driver subchart dependency in the hyperpod-inference-operator chart: 1.11.0 -> 1.17.0. Bump the inference-operator chart version 2.6.0 -> 2.6.1 and the matching dependency pin in the umbrella HyperPodHelmChart, and regenerate Chart.lock. FSx CSI 1.11.0 -> 1.17.0 has no breaking changes; additive Helm values and dependency/registry bumps only. --- helm_chart/HyperPodHelmChart/Chart.yaml | 2 +- .../HyperPodHelmChart/charts/inference-operator/Chart.lock | 6 +++--- .../HyperPodHelmChart/charts/inference-operator/Chart.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/helm_chart/HyperPodHelmChart/Chart.yaml b/helm_chart/HyperPodHelmChart/Chart.yaml index 3252831a..4dd9781a 100644 --- a/helm_chart/HyperPodHelmChart/Chart.yaml +++ b/helm_chart/HyperPodHelmChart/Chart.yaml @@ -81,7 +81,7 @@ dependencies: repository: "file://charts/team-role-and-bindings" condition: team-role-and-bindings.enabled - name: hyperpod-inference-operator - version: "2.6.0" + version: "2.6.1" repository: "file://charts/inference-operator" condition: inferenceOperators.enabled - name: hyperpod-patching diff --git a/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.lock b/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.lock index 8c71acfd..15de36f3 100644 --- a/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.lock +++ b/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.lock @@ -7,7 +7,7 @@ dependencies: version: 3.12.2 - name: aws-fsx-csi-driver repository: https://kubernetes-sigs.github.io/aws-fsx-csi-driver - version: 1.11.0 + version: 1.17.0 - name: aws-load-balancer-controller repository: https://aws.github.io/eks-charts version: 1.13.2 @@ -17,5 +17,5 @@ dependencies: - name: keda repository: https://kedacore.github.io/charts version: 2.17.1 -digest: sha256:f54ece80a00cb4da98440551765d9c660a0704d6b59f4f9030a5a9e86eab4eea -generated: "2025-10-27T17:20:29.746399171Z" +digest: sha256:534d93414e9a3a600b9272ce30f04c84ad88af1dea0b4be37e309b35b9982992 +generated: "2026-09-10T08:13:16.920008-07:00" diff --git a/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml b/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml index 43da4435..7f3c0d1f 100644 --- a/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml +++ b/helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml @@ -15,7 +15,7 @@ type: application # 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.6.0 +version: 2.6.1 # This is the version number of the application being deployed. Keep this aligned # with operator image MAJOR.MINOR version. @@ -33,7 +33,7 @@ dependencies: repository: "https://kubernetes-sigs.github.io/metrics-server/" - name: aws-fsx-csi-driver alias: fsx - version: 1.11.0 + version: 1.17.0 repository: "https://kubernetes-sigs.github.io/aws-fsx-csi-driver" condition: fsx.enabled - name: aws-load-balancer-controller