Skip to content

MadeRelevant/update-gitops-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GitOps action for updating a gitops repository

This action updates a gitops repository with the latest version of the application. Example usage:

steps:
- name: Update GitOps Repository
  uses: maderelevant/update-gitops-action@master
  with:
    ssh-key: ${{ secrets.SECRET_WITH_SSH_KEY }}
    gitops-repo: your-org/app-gitops
    commit-email: "gitops@your-org.com"
    commit-name: "GitOps"
    changes-by-file: |
      {"path/to/file.yaml" : {
        "serviceA.image": "${{ inputs.yourImage }}",
        "serviceB.image": "${{ inputs.your2ndImage }}"
      }}

About

Action used to update a GitOps repository

Resources

Stars

Watchers

Forks

Packages

No packages published