Skip to content

Commit

Permalink
fix: install sops in addition to helm to make dependencies work (#3)
Browse files Browse the repository at this point in the history
* fix: install sops in addition to helm to make dependencies work

* update values

* ?

* remove branding

* test

* fix typo

* add back branding

* remove extra eof
  • Loading branch information
arora-r authored Oct 26, 2023
1 parent ead3a5a commit 7328a3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ inputs:
description: "helm-x plugin version"
default: "0.8.1"
required: false
sops-version:
description: "sops version"
default: "3.8.0"
required: false

runs:
using: "composite"
Expand Down Expand Up @@ -75,3 +79,7 @@ runs:
- run: |
helm plugin install https://github.com/mumoshu/helm-x --version ${{ inputs.helm-x-version }}
shell: bash
- name: Sops Binary Installer
uses: mdgreenwald/[email protected]
with:
version: ${{ inputs.sops-version }}

0 comments on commit 7328a3a

Please sign in to comment.