Skip to content

Commit

Permalink
fix: updating plugin-version and script only requires sh now
Browse files Browse the repository at this point in the history
  • Loading branch information
momoXD007 committed Feb 26, 2024
1 parent 5725ac0 commit 2edd2e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "deps"
version: "0.1.0"
version: "1.3.1"
usage: "Recursively resolve helm dependencies"
description: "This plugin uses k8s-helm-dep-updater to recursively resolve helm dependencies."
ignoreFlags: false
Expand Down
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Make sure k8s-helm-dep-updater is in PATH
command -v k8s-helm-dep-updater >/dev/null 2>&1 || { echo >&2 "k8s-helm-dep-updater not found. Please install it first."; exit 1; }
Expand Down

0 comments on commit 2edd2e1

Please sign in to comment.