Skip to content

Commit fcf43a3

Browse files
github-actionsThomasVitale
authored andcommitted
Update FluxCD Source Controller metadata and add version 0.32.1+kadras.1
1 parent 3f09133 commit fcf43a3

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: fluxcd-source-controller.packages.kadras.io.0.32.1+kadras.1
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-11-27T21:29:11Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/arktonix/package-for-fluxcd-source-controller@sha256:505bca54e3b3c22607c2e3ad22622334828348fb761cdd50adb1bee5f7d9c21b
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.32.1+kadras.1

0 commit comments

Comments
 (0)