Skip to content

Commit 1da288d

Browse files
PLTF-2687: sync Chart.lock with current Chart.yaml dependencies
Regenerates the lockfile via 'helm dependency update' to match the dependency declarations on main: - automation: 0.1.8 -> 0.1.9 (Chart.yaml has been at 0.1.9 since #634 etc.) - adds integrations-hub: 0.1.0 (declared in Chart.yaml in #614, never reflected in the lockfile) - digest + generated timestamp refreshed The lockfile had been drifting because earlier dependency-bump PRs only touched Chart.yaml. Same class of drift as #630. No functional behavior change in this PR — it brings the recorded lockfile into agreement with what helm dep update would produce anyway at build time. Laminar dependency unchanged at 0.1.11; the upgrade to 0.1.12 is tracked separately in #638.
1 parent acfe18a commit 1da288d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

charts/openhands/Chart.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@ dependencies:
2525
version: 0.3.3
2626
- name: automation
2727
repository: oci://ghcr.io/all-hands-ai/helm-charts
28-
version: 0.1.8
28+
version: 0.1.9
2929
- name: crd-check
3030
repository: oci://ghcr.io/all-hands-ai/helm-charts
3131
version: 0.1.0
3232
- name: plugin-directory
3333
repository: oci://ghcr.io/all-hands-ai/helm-charts
3434
version: 0.1.1
35-
digest: sha256:ac280b04d306702c555b22657359b56abaa7948ef79665ff8ed7eb70f0ce28bf
36-
generated: "2026-05-13T16:43:48.312767-05:00"
35+
- name: integrations-hub
36+
repository: oci://ghcr.io/all-hands-ai/helm-charts
37+
version: 0.1.0
38+
digest: sha256:b4a6cc884d6bd7451f5f5bd2ba5f682b9f2f34f9db4f1677e9d7212031c63e6d
39+
generated: "2026-05-18T21:40:57.959138-05:00"

0 commit comments

Comments
 (0)