Skip to content

namgaytobden/k8s-Manifestation-Beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Manifestation

This action finds all Kubernetes manifest files containing image in their content, and for each file, it updates the image tag to the value of the image environment variable.

This is useful for automatically updating image references in your Kubernetes configuration during deployment or GitOps process.

  • It takes in 2 inputs: (Required)
    • Docker Image Tag
    • k8s manifest/resource path
uses: namgaytobden/k8s-Manifestation-Beta@main
with:
  image: docker_repo:tag
  manifest_path: deployment/manifest/

#NOTE: It modifies Image content in spec.template.spec.containers[0].image of all yaml files specified in maifest_path.

About

Modify K8s Manifest - Image Tag

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages