Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm_chart/HyperPodHelmChart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
Loading