Skip to content
Merged
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
14 changes: 7 additions & 7 deletions charts/lfx-platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ dependencies:
version: 36.2.0
- name: openfga
repository: https://openfga.github.io/helm-charts
version: 0.2.56
version: 0.2.57
- name: heimdall
repository: oci://ghcr.io/dadrus/heimdall/chart
version: 0.16.11
version: 0.16.12
- name: nats
repository: https://nats-io.github.io/k8s/helm/charts/
version: 1.3.16
Expand Down Expand Up @@ -46,13 +46,13 @@ dependencies:
version: 0.2.14
- name: lfx-v2-access-check
repository: oci://ghcr.io/linuxfoundation/lfx-v2-access-check/chart
version: 0.2.8
version: 0.2.9
- name: lfx-v2-indexer-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-indexer-service/chart
version: 0.4.17
- name: lfx-v2-committee-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-committee-service/chart
version: 0.2.22
version: 0.2.23
- name: lfx-v2-meeting-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-meeting-service/chart
version: 0.7.0
Expand All @@ -61,12 +61,12 @@ dependencies:
version: 0.3.0
- name: lfx-v2-auth-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-auth-service/chart
version: 0.4.1
version: 0.4.2
- name: lfx-v2-voting-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-voting-service/chart
version: 0.2.3
- name: lfx-v2-survey-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-survey-service/chart
version: 0.2.3
digest: sha256:b0142fe2b2b7d98c54f03d515edf46a835ba17c6a3aebc491a5ee0d98d0b1e2f
generated: "2026-03-18T13:20:19.36663-03:00"
digest: sha256:dd77811c089e306094279fe5034a3d9a0f46ea2bc221e15e5475b06c2e49889f
generated: "2026-03-23T08:53:44.272856-07:00"
2 changes: 1 addition & 1 deletion charts/lfx-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies:
condition: lfx-v2-fga-sync.enabled
- name: lfx-v2-access-check
repository: oci://ghcr.io/linuxfoundation/lfx-v2-access-check/chart
version: ~0.2.8
version: ~0.2.9
condition: lfx-v2-access-check.enabled
Comment on lines 72 to 75
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify that lfx-v2-access-check chart version 0.2.9 exists in the OCI registry

# Check if the specific version exists using crane
echo "Checking for lfx-v2-access-check version 0.2.9..."
crane manifest ghcr.io/linuxfoundation/lfx-v2-access-check/chart:0.2.9 2>&1 | head -20

Repository: linuxfoundation/lfx-v2-helm

Length of output: 164


🏁 Script executed:

cat -n charts/lfx-platform/Chart.yaml | grep -A 5 -B 5 "lfx-v2-access-check"

Repository: linuxfoundation/lfx-v2-helm

Length of output: 743


🏁 Script executed:

# Check for lock files that might track dependencies
fd -e lock -e lock.yaml -e Chart.lock charts/

Repository: linuxfoundation/lfx-v2-helm

Length of output: 404


🏁 Script executed:

# Check git diff to see what changed
git diff HEAD charts/lfx-platform/Chart.yaml | grep -A 5 -B 5 "lfx-v2-access-check" || echo "No diff found, checking git log..."
git show HEAD:charts/lfx-platform/Chart.yaml | grep -A 3 "lfx-v2-access-check" || echo "HEAD not available"

Repository: linuxfoundation/lfx-v2-helm

Length of output: 399


🏁 Script executed:

# Fix fd command to search for lock files in charts directory
fd -e lock . charts/ 2>/dev/null || fd . charts/ | grep -i lock

Repository: linuxfoundation/lfx-v2-helm

Length of output: 101


🏁 Script executed:

# Check if there's a Chart.lock file
find charts -name "*lock*" -o -name "*Chart.lock*" 2>/dev/null

Repository: linuxfoundation/lfx-v2-helm

Length of output: 101


🏁 Script executed:

# Check the Chart.lock file
cat charts/lfx-platform/Chart.lock | grep -A 10 "lfx-v2-access-check"

Repository: linuxfoundation/lfx-v2-helm

Length of output: 554


🏁 Script executed:

# Check git log for this specific file to understand the change history
git log --oneline -10 charts/lfx-platform/Chart.yaml

Repository: linuxfoundation/lfx-v2-helm

Length of output: 104


🏁 Script executed:

# Try to see if there's a previous version by checking git history
git log -p --follow -S "lfx-v2-access-check" -- charts/lfx-platform/Chart.yaml | head -100

Repository: linuxfoundation/lfx-v2-helm

Length of output: 53


🏁 Script executed:

# Show the actual commit to see what changed
git show f8c7aa2 -- charts/lfx-platform/Chart.yaml | grep -A 5 -B 5 "lfx-v2-access-check" || git show f8c7aa2

Repository: linuxfoundation/lfx-v2-helm

Length of output: 1027


🏁 Script executed:

# Get more detailed info about the commit
git show f8c7aa2 --stat

Repository: linuxfoundation/lfx-v2-helm

Length of output: 3256


LGTM! Dependency chart version is correct.

The lfx-v2-access-check dependency at version ~0.2.9 aligns with the PR objective to incorporate documentation fixes, as confirmed by the commit message.

After merging, run helm dependency update to refresh the chart lock file.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@charts/lfx-platform/Chart.yaml` around lines 72 - 75, Chart dependency entry
for lfx-v2-access-check with version "~0.2.9" is correct; after merging, run
helm dependency update to refresh the chart lock and vendor files so the
Chart.lock reflects the new dependency version and the local charts (if any) are
updated; locate the dependency block for "lfx-v2-access-check" in Chart.yaml and
run "helm dependency update" in the chart directory to update Chart.lock and the
charts/ vendor directory.

- name: lfx-v2-indexer-service
repository: oci://ghcr.io/linuxfoundation/lfx-v2-indexer-service/chart
Expand Down
Loading