Skip to content

trackcode-team/kubectl-helm-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Kubectl Helm Action

Composite action to easily apply helm charts with kubectl.

This project is developed exclusively for TrackCode.

Example

- uses: trackcode-team/kubectl-helm-action@v1
  with:
    name: app-web
    chart: ops/chart
    namespace: app-web-production
    values: ops/deployments/production.yaml
    image-repository: eu.gcr.io/trackcode-xxxxxx/app-web
    image-tag: 001908c7d2ed95f1af93c9a2d0afe65d206645ef
    kube-config: ${{ secrets.KUBE_CONFIG_PRODUCTION }} # Kubeconfig YAML
    apply: true # default is false

About

A Github action for using kubectl and helm.

Resources

Stars

Watchers

Forks

Packages

No packages published