Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Switch to GHCR and update image to v1.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Dec 14, 2021
1 parent 48a6ad2 commit 642a102
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions action.yml
@@ -1,5 +1,5 @@
name: 'Kubernetes toolset'
description: 'Github Action with Kubernetes tools: kubectl, kustomize, helm, kubeval, conftest, jq, yq, go'
description: 'Github Action with Kubernetes tools: kubectl, kustomize, helm, kubeval, kubeaudit, conftest, jq, yq, go'
author: 'Stefan Prodan'
branding:
icon: 'command'
Expand All @@ -16,12 +16,26 @@ inputs:
description: 'helm version'
helmv3:
description: 'helm version'
kubeseal:
description: 'kubeseal version'
kubeaudit:
description: 'kubeaudit version'
kubeval:
description: 'kubeval version'
conftest:
description: 'conftest version'
kubeconform:
description: 'kubeconform version'
runs:
using: 'docker'
image: 'docker://stefanprodan/kube-tools:v1.5.0'
image: 'docker://ghcr.io/stefanprodan/kube-tools:v1.7.0-792b5242'
args:
- ${{ inputs.command }}
- ${{ inputs.kubectl }}
- ${{ inputs.kustomize }}
- ${{ inputs.helm }}
- ${{ inputs.helmv3 }}
- ${{ inputs.helmv3 }}
- ${{ inputs.kubeseal }}
- ${{ inputs.kubeval }}
- ${{ inputs.conftest }}
- ${{ inputs.kubeconform }}

0 comments on commit 642a102

Please sign in to comment.