energylinx/Kube deploy

This actions deploys helm chart into kube. It supports EKS cluster (AWS).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
releaseName of the helm releaseyes""
chartPath to the local chart or name of the remote chart. Not required when delete is "yes".nocontrib/helm
values_filepath to the values.yml filenovalues.yml
aws_access_keyAWS access key with EKS accessno""
aws_secret_keyAWS secret access key with EKS accessno""
kubeName of the kube clusteryes""
namespaceKubernetes namespacenodefault
replace"yes" if you want to recrease the releasenono
delete"yes" if you want to just delete the releasenono
setPass --set parameters in this format: image.tag=test,version=v1no""
waityes if you want to wait for all resources to startnono
timeoutnumber of seconds for --timeout parameterno300
regionAWS regionnoeu-west-1
azure_usernameUsername for a valid Azure accountno""
azure_passwordPassword for the Azure usernameno""
azure_resource_groupResource groupno""
atomicRemove resources in case the deployment failsnoyes

no outputs