Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 460 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 460 Bytes

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: [email protected]/userOrOrg/your-repo.git
    key: yourSSHkey
    org: YourOrganization