Skip to content

Conversation

@kguardian-bot
Copy link
Contributor

@kguardian-bot kguardian-bot bot commented Dec 1, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
vite (source) devDependencies patch 7.2.4 -> 7.2.6 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vitejs/vite (vite)

v7.2.6

Compare Source

7.2.6 (2025-12-01)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

✅ Helm chart built and pushed for testing:

# Install PR Helm chart
helm install kguardian oci://ghcr.io/kguardian-dev/charts/kguardian \
  --version $(helm search repo kguardian-dev/kguardian --versions | grep pr521 | head -1 | awk '{print $2}') \
  --namespace kguardian \
  --create-namespace

# Or upgrade existing installation
helm upgrade kguardian oci://ghcr.io/kguardian-dev/charts/kguardian \
  --version $(helm search repo kguardian-dev/kguardian --versions | grep pr521 | head -1 | awk '{print $2}') \
  --namespace kguardian

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

✅ Frontend image built and pushed:

ghcr.io/kguardian-dev/kguardian/frontend:pr-521

Digest: sha256:e1fb843ed7641b4d621164021121605defc6bb8f9783e65fffed486fd918face

@github-actions
Copy link

github-actions bot commented Dec 1, 2025

🚀 PR Build Summary

Built Images

Frontend: ghcr.io/kguardian-dev/kguardian/frontend:pr-521

🧪 Testing Instructions

Option 1: Use PR Helm Chart (Recommended)
A complete Helm chart with all PR changes has been published:

# Find the exact version
helm search repo oci://ghcr.io/kguardian-dev/charts --versions | grep pr521

# Install with PR chart
helm install kguardian oci://ghcr.io/kguardian-dev/charts/kguardian \
  --version <VERSION-FROM-ABOVE> \
  --namespace kguardian \
  --create-namespace \
  --wait

Option 2: Use Released Chart with PR Images

helm upgrade --install kguardian oci://ghcr.io/kguardian-dev/charts/kguardian \
  --namespace kguardian \
  --create-namespace \
  --set frontend.image.tag=pr-521 \
  --wait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant