Skip to content

Commit 2e54cfb

Browse files
ThomasVitalegithub-actions
andauthored
Update kpack metadata and add version 0.13.2 (#346)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 610063f commit 2e54cfb

File tree

1 file changed

+156
-0
lines changed

1 file changed

+156
-0
lines changed
Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: kpack.packages.kadras.io.0.13.2
6+
spec:
7+
capacityRequirementsDescription: Container registry with > 1GB available space
8+
licenses:
9+
- Apache 2.0
10+
refName: kpack.packages.kadras.io
11+
releaseNotes: https://github.com/kadras-io/package-for-kpack/releases
12+
releasedAt: "2024-02-24T22:47:50Z"
13+
template:
14+
spec:
15+
deploy:
16+
- kapp: {}
17+
fetch:
18+
- imgpkgBundle:
19+
image: ghcr.io/kadras-io/package-for-kpack@sha256:fee8097fb91d730ebd8e413b7f73d52cab568c86930c57bf4ffc76bbbfaf7835
20+
template:
21+
- ytt:
22+
paths:
23+
- config
24+
- kbld:
25+
paths:
26+
- '-'
27+
- .imgpkg/images.yml
28+
valuesSchema:
29+
openAPIv3:
30+
additionalProperties: false
31+
properties:
32+
ca_cert_data:
33+
default: ""
34+
description: 'PEM-encoded certificate data that kpack controller will use
35+
to trust TLS connections based on a custom CA with a container registry.
36+
Note: This will not be injected into builds, you need to use the cert
37+
injection webhook with the `kpack.io/build` label value.'
38+
type: string
39+
config:
40+
additionalProperties: false
41+
description: Settings for kpack.
42+
properties:
43+
injected_sidecar_support:
44+
default: false
45+
description: Enable support for injected sidecars.
46+
type: boolean
47+
type: object
48+
controller:
49+
additionalProperties: false
50+
description: Settings for the the kpack controller.
51+
properties:
52+
resources:
53+
additionalProperties: false
54+
description: Resource configuration for the kpack-controller Deployment.
55+
properties:
56+
limits:
57+
additionalProperties: false
58+
properties:
59+
memory:
60+
default: 1Gi
61+
description: Memory limits configuration for the kpack-controller
62+
Deployment. In a resource-constrained environment, you can
63+
lower this up to `500Mi`.
64+
type: string
65+
type: object
66+
requests:
67+
additionalProperties: false
68+
properties:
69+
memory:
70+
default: 1Gi
71+
description: Memory requests configuration for the kpack-controller
72+
Deployment. In a resource-constrained environment, you can
73+
lower this up to `100Mi`.
74+
type: string
75+
type: object
76+
type: object
77+
type: object
78+
kp_default_repository:
79+
additionalProperties: false
80+
description: Settings for the default container repository used by kpack.
81+
properties:
82+
aws_iam_role_arn:
83+
default: null
84+
description: IAM credentials to access the default container repository
85+
if the registry is on AWS.
86+
nullable: true
87+
type: string
88+
credentials:
89+
additionalProperties: false
90+
description: Read/write credentials to access the default container
91+
repository.
92+
nullable: true
93+
properties:
94+
password:
95+
default: ""
96+
description: 'Token to access the default container repository.
97+
Note: Use contents of service account key json for GCR.'
98+
type: string
99+
username:
100+
default: ""
101+
description: 'Username to access the default container repository.
102+
Note: Use `_json_key` for GCR.'
103+
type: string
104+
type: object
105+
name:
106+
default: ""
107+
description: The default repository to use for builder images and dependencies.
108+
example: ghcr.io/thomasvitale/buildpacks
109+
type: string
110+
x-example-description: Repository on GitHub Container Registry
111+
secret:
112+
additionalProperties: false
113+
description: Configuration for the Secret holding the credentials to
114+
access the default container repository.
115+
nullable: true
116+
properties:
117+
create_export:
118+
default: false
119+
description: Whether to create a SecretExport resource to export
120+
the Secret from the source namespace to the kpack namespace. Not
121+
needed when installing kpack as part of the Kadras Enginnering
122+
Platform.
123+
type: boolean
124+
name:
125+
default: ""
126+
description: The name of the Secret holding the credentials to access
127+
the default container repository.
128+
type: string
129+
namespace:
130+
default: ""
131+
description: The namespace of the Secret holding the credentials
132+
to access the default container repository.
133+
type: string
134+
type: object
135+
type: object
136+
proxy:
137+
additionalProperties: false
138+
description: Settings for the corporate proxy.
139+
properties:
140+
http_proxy:
141+
default: ""
142+
description: The HTTP proxy to use for network traffic
143+
type: string
144+
https_proxy:
145+
default: ""
146+
description: The HTTPS proxy to use for network traffic
147+
type: string
148+
no_proxy:
149+
default: ""
150+
description: A comma-separated list of hostnames, IP addresses, or IP
151+
ranges in CIDR format that should not use a proxy (e.g. Kubernetes
152+
API address).
153+
type: string
154+
type: object
155+
type: object
156+
version: 0.13.2

0 commit comments

Comments
 (0)