Skip to content

Commit e5ef4b4

Browse files
ThomasVitalegithub-actions
andauthored
Update Flux metadata and add version 2.1.0+kadras.2 (#255)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 17f03dc commit e5ef4b4

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed
Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: flux.packages.kadras.io.2.1.0+kadras.2
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: flux.packages.kadras.io
10+
releaseNotes: https://github.com/kadras-io/package-for-flux/releases
11+
releasedAt: "2023-09-03T15:26:28Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/kadras-io/package-for-flux@sha256:b89537f920c43d74f9958362539c0d12ce3f706ccd92b2a0c08bbfbda99fc499
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+
logging:
32+
additionalProperties: false
33+
description: Settings for logging.
34+
properties:
35+
encoding:
36+
default: json
37+
description: 'Log encoding format. Options: `console`, `json`.'
38+
type: string
39+
level:
40+
default: info
41+
description: 'Log verbosity level. Options: `trace`, `debug`, `info`,
42+
`error`.'
43+
type: string
44+
type: object
45+
optional_components:
46+
additionalProperties: false
47+
description: Settings for which Flux optional components to deploy.
48+
properties:
49+
helm_controller:
50+
default: false
51+
description: Whether to deploy the Helm Controller.
52+
type: boolean
53+
image_automation_controller:
54+
default: false
55+
description: Whether to deploy the Image Automation Controller.
56+
type: boolean
57+
image_reflector_controller:
58+
default: false
59+
description: Whether to deploy the Image Reflector Controller.
60+
type: boolean
61+
kustomize_controller:
62+
default: true
63+
description: Whether to deploy the Kustomize Controller.
64+
type: boolean
65+
notification_controller:
66+
default: false
67+
description: Whether to deploy the Notification Controller.
68+
type: boolean
69+
type: object
70+
policies:
71+
additionalProperties: false
72+
description: Settings for the Kyverno policies.
73+
properties:
74+
include:
75+
default: false
76+
description: Whether to include the out-of-the-box Kyverno policies
77+
to validate and secure the package installation.
78+
type: boolean
79+
type: object
80+
proxy:
81+
additionalProperties: false
82+
description: Settings for the corporate proxy.
83+
properties:
84+
http_proxy:
85+
default: ""
86+
description: The HTTP proxy to use for network traffic.
87+
type: string
88+
https_proxy:
89+
default: ""
90+
description: The HTTPS proxy to use for network traffic.
91+
type: string
92+
no_proxy:
93+
default: ""
94+
description: A comma-separated list of hostnames, IP addresses, or IP
95+
ranges in CIDR format that should not use the proxy.
96+
type: string
97+
type: object
98+
type: object
99+
version: 2.1.0+kadras.2

0 commit comments

Comments
 (0)