Skip to content

gitops-sample/application-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

application-01

Built GitOps using Actions and Packages of GitHub

  1. When a push event occurs for all branches and tags
  2. Build image
  3. Push image to Packages
  4. Edit image tag in Helm Chart

When newly built

  1. Token Generation
    • Scopes
      • workflow
      • write:packages
  2. Create repository secrets
    • Name : ACTIONS_TOKEN
    • Secret : Token generated from 1
  3. Edit .github/workflows/gitops.yml
    • env.HELM_CHARTS_REPOSITORY
    • env.HELM_CHART_PATH

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages