File tree 2 files changed +4
-27
lines changed
2 files changed +4
-27
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ appName: string
12
12
13
13
#ChartsRepo : helmrepository .#HelmRepository & {
14
14
metadata : name : " netserv-ghcr "
15
- spec : url : " oci://ghcr.io/pythoner6/charts "
15
+ spec : {
16
+ type : " oci "
17
+ url : " oci://ghcr.io/pythoner6/charts "
18
+ }
16
19
}
17
20
18
21
c8s .#Default & {
Original file line number Diff line number Diff line change @@ -10,29 +10,3 @@ package netserv
10
10
appName : " flux "
11
11
12
12
kustomizations : components : {}
13
-
14
- // fluxResources: {
15
- // oci: ocirepository.#OCIRepository & {
16
- // #Repository
17
- // spec: {
18
- // interval: "1m0s"
19
- // ref: tag: "latest"
20
- // url: "oci://ghcr.io/pythoner6/netserv"
21
- // }
22
- // }
23
- // helm: helmrepository.#HelmRepository & {
24
- // #HelmRepository
25
- // spec: {
26
- // type: "oci"
27
- // url: "oci://ghcr.io/pythoner6/charts"
28
- // }
29
- // }
30
- // "root": kustomization.#Kustomization & {
31
- // spec: {
32
- // path: "./"
33
- // interval: "10m0s"
34
- // prune: true
35
- // sourceRef: #Ref & {_obj: #Repository}
36
- // }
37
- // }
38
- // }
You can’t perform that action at this time.
0 commit comments