File tree Expand file tree Collapse file tree 1 file changed +72
-0
lines changed
repo/packages/fluxcd-source-controller.packages.kadras.io Expand file tree Collapse file tree 1 file changed +72
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : data.packaging.carvel.dev/v1alpha1
2+ kind : Package
3+ metadata :
4+ creationTimestamp : null
5+ name : fluxcd-source-controller.packages.kadras.io.0.31.0
6+ spec :
7+ licenses :
8+ - Apache 2.0
9+ refName : fluxcd-source-controller.packages.kadras.io
10+ releaseNotes : https://github.com/fluxcd/source-controller/releases
11+ releasedAt : " 2022-10-25T20:53:27Z"
12+ template :
13+ spec :
14+ deploy :
15+ - kapp : {}
16+ fetch :
17+ - imgpkgBundle :
18+ image : ghcr.io/arktonix/package-for-fluxcd-source-controller@sha256:bfa861d1153cc3136fd52c3daec21d7833a80c8beb881ec5cd9030514ddb3159
19+ template :
20+ - ytt :
21+ paths :
22+ - config
23+ - kbld :
24+ paths :
25+ - ' -'
26+ - .imgpkg/images.yml
27+ valuesSchema :
28+ openAPIv3 :
29+ additionalProperties : false
30+ properties :
31+ namespace :
32+ default : source-system
33+ description : The namespace where to install FluxCD Source Controller
34+ type : string
35+ proxy :
36+ additionalProperties : false
37+ description : Configure proxy support
38+ properties :
39+ http_proxy :
40+ default : " "
41+ description : The HTTP proxy URL
42+ type : string
43+ https_proxy :
44+ default : " "
45+ description : The HTTPS proxy URL
46+ type : string
47+ no_proxy :
48+ default : " "
49+ description : For which domains the proxy should not be used
50+ type : string
51+ type : object
52+ resources :
53+ additionalProperties : false
54+ description : Resource configuration for the source-controller Deployment
55+ properties :
56+ limits :
57+ additionalProperties : false
58+ properties :
59+ cpu :
60+ default : 1000m
61+ type : string
62+ memory :
63+ default : 1Gi
64+ type : string
65+ type : object
66+ type : object
67+ service_port :
68+ default : 80
69+ description : Port configuration for the source-controller Service
70+ type : integer
71+ type : object
72+ version : 0.31.0
You can’t perform that action at this time.
0 commit comments