-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
# This file explains the general roadmap for this repo | ||
## Add more configurability | ||
* Support clusters without Service Type Load Balancer (Local Clusters) via a simple configuration - DONE (version 0.1.2+) | ||
* Support exclusion of specific packages from installation - DONE (version 0.2.0+) | ||
* Enable more customization based on community feedback | ||
|
||
## **More OOTB Supply Chains** | ||
* Testing Supply Chain using jenkins pipeline for testing | ||
* Testing Supply Chain using jenkins pipeline for testing - WIP | ||
* Testing Supply Chain using Argo Workflows for testing | ||
* GitOps Supply Chain with Poly Repo Configuration - WIP | ||
* Basic Supply chain using Kaniko instead of kpack to build images - DONE (version 0.1.5+) | ||
* GitOps Supply Chain with Poly Repo Configuration | ||
## **Extend the core packages to include:** | ||
* [Cert Injection Webhook](https://github.com/vmware-tanzu/cert-injection-webhook) - WIP | ||
* [Backstage](https://backstage.io/) - WIP | ||
* [Backstage Software Templates integration (Similar to App Accelerator)](https://backstage.io/docs/features/software-templates/software-templates-index) | ||
* [Service Bindings](https://github.com/vmware-labs/service-bindings) - DONE (version 0.2.0+) | ||
## **Create a set of optional packages** | ||
* [RabbitMQ Operator](https://github.com/rabbitmq/cluster-operator) - WIP | ||
* [Jenkins](https://github.com/bitnami/charts/tree/master/bitnami/jenkins) - WIP | ||
* [Gitea](https://gitea.io/en-us/) - WIP | ||
* [PostgreSQL Operator](https://github.com/zalando/postgres-operator) | ||
* [MySQL Operator](https://github.com/mysql/mysql-operator) | ||
* [Gitea](https://gitea.io/en-us/) - WIP | ||
* [Jenkins](https://github.com/bitnami/charts/tree/master/bitnami/jenkins) | ||
## **Add Advanced workload examples** | ||
* Applications that utilize service bindings - DONE (version 0.2.0+) | ||
* Applications with custom build parameters and env vars - DONE (version 0.2.0+) |