Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to the fix version locking #129

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ namespace.
This reference platform outlines a specialized API for generating an EKS cluster
([XCluster](apis/cluster/definition.yaml)) that incorporates XRs from the specified configurations:

[upbound-configuration-app](https://github.com/upbound/upbound-configuration-app)
[upbound-configuration-aws-database](https://github.com/upbound/upbound-configuration-aws-database)
[upbound-configuration-aws-eks](https://github.com/upbound/upbound-configuration-aws-eks)
[upbound-configuration-aws-network](https://github.com/upbound/upbound-configuration-aws-network)
[upbound-configuration-gitops-flux](https://github.com/upbound/upbound-configuration-gitops-flux)
[upbound-configuration-observability-oss](https://github.com/upbound/upbound-configuration-observability-oss)
* [upbound-configuration-app](https://github.com/upbound/upbound-configuration-app)
* [upbound-configuration-aws-database](https://github.com/upbound/upbound-configuration-aws-database)
* [upbound-configuration-aws-eks](https://github.com/upbound/upbound-configuration-aws-eks)
* [upbound-configuration-aws-network](https://github.com/upbound/upbound-configuration-aws-network)
* [upbound-configuration-gitops-flux](https://github.com/upbound/upbound-configuration-gitops-flux)
* [upbound-configuration-observability-oss](https://github.com/upbound/upbound-configuration-observability-oss)

```mermaid
graph LR;
Expand Down
12 changes: 6 additions & 6 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ spec:
version: ">=v1.12.1-0"
dependsOn:
- configuration: xpkg.upbound.io/upbound/configuration-aws-network
version: ">=v0.2.0"
version: "v0.2.0"
- configuration: xpkg.upbound.io/upbound/configuration-aws-database
version: ">=v0.1.0"
version: "v0.1.0"
- configuration: xpkg.upbound.io/upbound/configuration-aws-eks
version: ">=v0.1.0"
version: "v0.1.0"
- configuration: xpkg.upbound.io/upbound/configuration-app
version: ">=v0.1.0"
version: "v0.1.0"
- configuration: xpkg.upbound.io/upbound/configuration-observability-oss
version: ">=v0.1.0"
version: "v0.1.0"
- configuration: xpkg.upbound.io/upbound/configuration-gitops-flux
version: ">=v0.1.0"
version: "v0.1.0"