Skip to content

jcputter/gitops-update-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action to update helm values file during your build pipeline.

  • Updates image tags
  • Creates PR and merges it

Usage:

- name: Update Deployment
  uses: jcputter/gitops-update-action@main
  with:
    token: GithubAPIToken
    filename: charts/services/yourService/values-dev.yaml
    tag: containerTag
    service: yourService
    environment: dev
    repo: git@github.com/userOrOrg/your-repo.git
    key: yourSSHkey
    org: YourOrganization

About

Updates image tags for your helm charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published