Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 902 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 902 Bytes

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