Skip to content

juraj-kosik/app1-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

app1-code.

This projects represents app1 code producing Docker images tagged by the actual environment and timestamp in Docker Hub Repository. For demo we will imitate dev environment, producing images as, e.g. app1:dev-1629484471.

In production setup, it will follow this pattern:

  • DEV branch => app1:dev-1629484471
  • STAGE branch => app1:stage-1629484472
  • PROD branch => app1:prod-1629484473

These images will be referenced in app1 Helm Chart templates. To use differet image in different target environments, use dedicated Helm values file for DEV,STAGE,PROD images, i.e. values-[dev,stage,prod].yaml. ArgoCD ApplicationSet will follow main Git branch of the Helm Chart repository and will use different Helm values file per target Kubernetes cluster

To avoid need to overwrite Helm Chart repository when new Docker image tag is created, we use argocd-image-updater.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%