-
Notifications
You must be signed in to change notification settings - Fork 2
/
crossplane.yaml
24 lines (24 loc) · 1.17 KB
/
crossplane.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
apiVersion: meta.pkg.crossplane.io/v1alpha1
kind: Configuration
metadata:
name: configuration-gitops-flux
annotations:
meta.crossplane.io/maintainer: Upbound <[email protected]>
meta.crossplane.io/source: github.com/upbound/configuration-gitops-flux
meta.crossplane.io/license: Apache-2.0
meta.crossplane.io/description: |
This Crossplane configuration is a starting point to use gitops in your own internal cloud.
meta.crossplane.io/readme: |
This Crossplane configuration is a starting point to use gitops in your own internal cloud.
To learn more checkout the [GitHub repo](https://github.com/upbound/configuration-gitops-flux/)
that you can copy and customize to meet the exact needs of your organization!
spec:
crossplane:
version: ">=v1.14.1-0"
dependsOn:
- provider: xpkg.upbound.io/crossplane-contrib/provider-helm
# renovate: datasource=github-releases depName=crossplane-contrib/provider-helm
version: "v0.19.0"
- function: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform
# renovate: datasource=github-releases depName=crossplane-contrib/function-patch-and-transform
version: "v0.7.0"