Skip to content

Commit e64e97f

Browse files
ThomasVitalegithub-actions
andauthored
Update FluxCD Source Controller metadata and add version 1.0.1+kadras.1 (#231)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 5669094 commit e64e97f

File tree

1 file changed

+128
-0
lines changed

1 file changed

+128
-0
lines changed
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: fluxcd-source-controller.packages.kadras.io.1.0.1+kadras.1
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: fluxcd-source-controller.packages.kadras.io
10+
releaseNotes: https://github.com/kadras-io/package-for-fluxcd-source-controller/releases
11+
releasedAt: "2023-08-20T14:59:00Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/kadras-io/package-for-fluxcd-source-controller@sha256:5d9d9d1a2b1350e67081448d98763097c82a96f9a5b1203a304e07e8d0627547
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+
leader_election:
32+
additionalProperties: false
33+
description: Leader election configuration.
34+
properties:
35+
lease_duration:
36+
default: 35s
37+
description: Interval at which non-leader candidates will wait to force
38+
acquire leadership.
39+
type: string
40+
release_on_cancel:
41+
default: "true"
42+
description: Defines if the leader should step down voluntarily on controller
43+
manager shutdown.
44+
type: string
45+
renew_deadline:
46+
default: 30s
47+
description: Duration that the leading controller manager will retry
48+
refreshing leadership before giving up.
49+
type: string
50+
retry_period:
51+
default: 5s
52+
description: Duration the LeaderElector clients should wait between
53+
tries of actions.
54+
type: string
55+
type: object
56+
logging:
57+
additionalProperties: false
58+
description: Logging configuration.
59+
properties:
60+
encoding:
61+
default: json
62+
description: 'Log encoding format. Options: `console`, `json`.'
63+
type: string
64+
level:
65+
default: info
66+
description: 'Log verbosity level. Options: `trace`, `debug`, `info`,
67+
`error`.'
68+
type: string
69+
type: object
70+
namespace:
71+
default: flux-source-system
72+
description: The namespace where to install FluxCD Source Controller.
73+
type: string
74+
policies:
75+
additionalProperties: false
76+
description: Settings for the Kyverno policies.
77+
properties:
78+
include:
79+
default: false
80+
description: Whether to include the out-of-the-box Kyverno policies
81+
to validate and secure the package installation.
82+
type: boolean
83+
type: object
84+
proxy:
85+
additionalProperties: false
86+
description: Settings for the corporate proxy.
87+
properties:
88+
http_proxy:
89+
default: ""
90+
description: The HTTP proxy to use for network traffic.
91+
type: string
92+
https_proxy:
93+
default: ""
94+
description: The HTTPS proxy to use for network traffic.
95+
type: string
96+
no_proxy:
97+
default: ""
98+
description: A comma-separated list of hostnames, IP addresses, or IP
99+
ranges in CIDR format that should not use the proxy.
100+
type: string
101+
type: object
102+
resources:
103+
additionalProperties: false
104+
description: Resource configuration for the source-controller Deployment.
105+
properties:
106+
limits:
107+
additionalProperties: false
108+
description: Resource limits configuration for the `source-controller`
109+
Deployment.
110+
properties:
111+
cpu:
112+
default: 1000m
113+
description: CPU limits configuration for the `source-controller`
114+
Deployment.
115+
type: string
116+
memory:
117+
default: 1Gi
118+
description: Memory limits configuration for the `source-controller`
119+
Deployment.
120+
type: string
121+
type: object
122+
type: object
123+
service_port:
124+
default: 80
125+
description: Port configuration for the `source-controller` Service.
126+
type: integer
127+
type: object
128+
version: 1.0.1+kadras.1

0 commit comments

Comments
 (0)