Skip to content
Open
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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# Microsoft's K8s team filled the gap and the community settled there
# (it's the de facto standard for Helm-in-CI pipelines now). Hence `azure/`.
# This is a CI install path, nothing to do with what the action is coupled to.
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1

- name: Validate chart behavior (ADR-0011)
# Runs helm lint + 3× helm template (1 known-good, 2 known-bad).
Expand Down
Loading