Skip to content

Commit f34bde2

Browse files
github-actionsThomasVitale
authored andcommitted
Update Knative Serving metadata and add version 1.8.0+kadras.2
1 parent 92f8549 commit f34bde2

File tree

1 file changed

+122
-0
lines changed

1 file changed

+122
-0
lines changed
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: knative-serving.packages.kadras.io.1.8.0+kadras.2
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: knative-serving.packages.kadras.io
10+
releaseNotes: https://github.com/knative/serving/releases
11+
releasedAt: "2022-11-27T23:12:14Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/arktonix/package-for-knative-serving@sha256:a701488c9a44e05dacd7e17650d05fbad1f5f452d20e398c72831e8a8b99d12c
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+
domain:
32+
additionalProperties: false
33+
description: DNS configuration
34+
properties:
35+
name:
36+
default: ""
37+
description: Your own domain name if type real or empty if type sslip.io
38+
or nip.io
39+
type: string
40+
type:
41+
default: nip.io
42+
description: Type of DNS configuration
43+
type: string
44+
url_template:
45+
default: '{{.Name}}.{{.Namespace}}.{{.Domain}}'
46+
description: The domain template to use when creating new services
47+
type: string
48+
type: object
49+
ingress:
50+
additionalProperties: false
51+
description: Ingress configuration
52+
properties:
53+
external:
54+
additionalProperties: false
55+
description: Configuration for the external Ingress controller
56+
properties:
57+
namespace:
58+
default: projectcontour
59+
description: The namespace where the external Ingress controller
60+
is installed
61+
type: string
62+
type: object
63+
internal:
64+
additionalProperties: false
65+
description: Configuration for the internale Ingress controller
66+
properties:
67+
namespace:
68+
default: projectcontour
69+
description: The namespace where the internal Ingress controller
70+
is installed
71+
type: string
72+
type: object
73+
type: object
74+
namespace:
75+
default: knative-serving
76+
description: The namespace where to install Knative Serving
77+
type: string
78+
scaling:
79+
additionalProperties: false
80+
description: Configuration for the Knative autoscaler
81+
properties:
82+
allow_zero_initial_scale:
83+
default: "true"
84+
description: Whether either the initial_scale config or the 'autoscaling.knative.dev/initial-scale'
85+
annotation can be set to 0
86+
type: string
87+
initial_scale:
88+
default: "1"
89+
description: The initial target scale of a revision after creation
90+
type: string
91+
max_scale:
92+
default: "0"
93+
description: The maximum scale of a revision. If set to 0, the revision
94+
has no maximum scale.
95+
type: string
96+
min_scale:
97+
default: "0"
98+
description: The minimum scale of a revision
99+
type: string
100+
scale_down_delay:
101+
default: 0s
102+
description: The amount of time that must pass at reduced concurrency
103+
before a scale down decision is applied. If 0s, no delay.
104+
type: string
105+
type: object
106+
tls:
107+
additionalProperties: false
108+
description: Configuration for automatic TLS certificates
109+
properties:
110+
certmanager:
111+
additionalProperties: false
112+
description: Configuration for integrating with cert-manager for certificate
113+
issuing
114+
properties:
115+
clusterissuer:
116+
default: ""
117+
description: Provide a cluster issuer if you want to enable auto-TLS
118+
type: string
119+
type: object
120+
type: object
121+
type: object
122+
version: 1.8.0+kadras.2

0 commit comments

Comments
 (0)