Skip to content

akuity/cdk8s-cmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdk8s Config Management Plugins for ArgoCD

This repository contains individual and all-in-one Docker images for cdk8s designed specifically for ArgoCD CMP.

Available Images

  1. cdk8s Typescript
ghcr.io/akuity/cdk8s-cmp-typescript
  1. cdk8s Python
ghcr.io/akuity/cdk8s-cmp-python
  1. cdk8s Golang
ghcr.io/akuity/cdk8s-cmp-go
  1. cdk8s Java
ghcr.io/akuity/cdk8s-cmp-java
  1. cdk8s with all of the above languages support (Coming Soon)

Read more in README in each individual folder.

Release process

  • Tags pushed in format of cdk8s-cmp-<language>/v<major>.<minor> will trigger release workflow for relevant package. Make sure to update the CHANGELOG.md

  • Or you can run this command to simplify release.

make bump-version