Skip to content

Commit 809d792

Browse files
github-actionsThomasVitale
authored andcommitted
Update FluxCD Source Controller metadata and add version 0.29.0
1 parent 45df909 commit 809d792

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-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.29.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-09-25T10:29:36Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/arktonix/package-for-fluxcd-source-controller@sha256:1409bd8e11136785d76ce5b05ad2fc6bae7b00b18e081370f53fa4233b444406
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.29.0
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: PackageMetadata
3+
metadata:
4+
creationTimestamp: null
5+
name: fluxcd-source-controller.packages.kadras.io
6+
spec:
7+
categories:
8+
- gitops
9+
displayName: fluxcd-source-controller
10+
longDescription: The FluxCD Source Controller is a Kubernetes operator, specialised
11+
in artifacts acquisition from external sources such as Git, Helm repositories
12+
and S3 buckets. It implements the source.toolkit.fluxcd.io API and is a core component
13+
of the GitOps toolkit.
14+
maintainers:
15+
- name: Thomas Vitale
16+
providerName: Arktonix
17+
shortDescription: The FluxCD Source Controller is a Kubernetes operator, specialised
18+
in artifacts acquisition from external sources such as Git, Helm repositories
19+
and S3 buckets.

0 commit comments

Comments
 (0)