-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathkcl.mod
More file actions
17 lines (15 loc) · 812 Bytes
/
kcl.mod
File metadata and controls
17 lines (15 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mindwm-gitops"
version = "0.1.0"
[dependencies]
argo-cd-order = { oci = "oci://ghcr.io/kcl-lang/argo-cd-order", tag = "0.2.1" }
argoproj = { oci = "oci://ghcr.io/kcl-lang/argoproj", tag = "0.1.0" }
crossplane = { oci = "oci://ghcr.io/kcl-lang/crossplane", tag = "1.17.3" }
crossplane_provider_http = { oci = "oci://ghcr.io/kcl-lang/crossplane-provider-http", tag = "1.0.8" }
istio = { oci = "oci://ghcr.io/kcl-lang/istio", tag = "1.21.5" }
json_merge_patch = { oci = "oci://ghcr.io/kcl-lang/json_merge_patch", tag = "0.1.1" }
k8s = { oci = "oci://ghcr.io/kcl-lang/k8s", tag = "1.31.2", version = "1.31.2" }
knative = { oci = "oci://ghcr.io/kcl-lang/knative", tag = "0.2.0" }
knative-operator = { oci = "oci://ghcr.io/kcl-lang/knative-operator", tag = "0.3.0" }
[profile]
entries = ["main.k"]