Skip to content

Commit

Permalink
feat(cfg): remove network dependency (#3)
Browse files Browse the repository at this point in the history
* feat(cfg): remove network dependency - which comes from configuration-aws-eks

Signed-off-by: Christopher Haar <[email protected]>

* feat(uxp): set uxp version to 1.13.2-up.2

Signed-off-by: Christopher Haar <[email protected]>

---------

Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri authored Dec 15, 2023
1 parent 742a522 commit fb7645d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ PLATFORMS ?= linux_amd64
# ====================================================================================
# Setup Kubernetes tools

# set UXP_VERSION because of https://github.com/crossplane/crossplane/issues/5055
UXP_VERSION = 1.13.2-up.2
UP_VERSION = v0.19.1
UP_CHANNEL = stable
UPTEST_VERSION = v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion build
2 changes: 0 additions & 2 deletions crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ spec:
crossplane:
version: ">=v1.13.2-0"
dependsOn:
- configuration: xpkg.upbound.io/upbound/configuration-aws-network
version: ">=v0.2.0"
- configuration: xpkg.upbound.io/upbound/configuration-aws-eks
version: ">=v0.1.0"

0 comments on commit fb7645d

Please sign in to comment.