Skip to content
Merged
Changes from 1 commit
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 registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ pnpm.backends = [
"asdf:jonathanmorley/asdf-pnpm"
]
pnpm.test = ["pnpm --version", "{{version}}"]
podman.backends = ["ubi:containers/podman", "asdf:tvon/asdf-podman"]
podman.backends = ["ubi:containers/podman[matching=podman-remote]", "asdf:tvon/asdf-podman"]
poetry.backends = ["asdf:mise-plugins/mise-poetry"]
poetry.depends = ["python"]
polaris.description = "Validation of best practices in your Kubernetes clusters"
Expand Down
Loading