Skip to content

v0.0.18

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 00:03
· 232 commits to main since this release
9402227
add default case in workflows.go (#90)

* change kustomize to default in workflows.go

update the image tag for manifes. For kustomize and helm we use a production override which has the image modified however, we do not do this for regular k8s manifests. This PR changes that.

* Add Karen's suggestion

Returning the kustomize case and having a case directly for the manifests pointing to the manifests folder

* add missing bracket