Skip to content

Commit baa9fda

Browse files
ThomasVitalegithub-actions
andauthored
Update Dapr metadata and add version 1.14.1 (#414)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 74e551e commit baa9fda

File tree

1 file changed

+208
-0
lines changed

1 file changed

+208
-0
lines changed
Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: dapr.packages.kadras.io.1.14.1
6+
spec:
7+
refName: dapr.packages.kadras.io
8+
releasedAt: "2024-09-01T11:34:43Z"
9+
template:
10+
spec:
11+
deploy:
12+
- kapp:
13+
intoNs: dapr-system
14+
fetch:
15+
- imgpkgBundle:
16+
image: ghcr.io/kadras-io/package-for-dapr@sha256:8b810aa80d2a5de421fba381c669d9d0015ecb5b2a833255d74280de597a030d
17+
template:
18+
- helmTemplate:
19+
name: dapr
20+
namespace: dapr-system
21+
path: config/helm/upstream/dapr
22+
valuesFrom:
23+
- path: config/helm/values.yml
24+
- ytt:
25+
ignoreUnknownComments: true
26+
paths:
27+
- '-'
28+
- config/carvel
29+
- kbld:
30+
paths:
31+
- '-'
32+
- .imgpkg/images.yml
33+
valuesSchema:
34+
openAPIv3:
35+
properties:
36+
global:
37+
properties:
38+
actors:
39+
properties:
40+
enabled:
41+
default: true
42+
description: Enables actor functionality in the cluster
43+
type: boolean
44+
serviceName:
45+
default: placement
46+
description: Name of the service that provides actor placement services
47+
type: string
48+
type: object
49+
argoRolloutServiceReconciler:
50+
description: 'the issuerFilenames dictionary, if setup, have to contain
51+
3 keys: ca,cert,key issuerFilenames: ca: "ca.crt" cert: "tls.crt" key:
52+
"tls.key"'
53+
properties:
54+
enabled:
55+
default: false
56+
type: boolean
57+
type: object
58+
daprControlPlaneOs:
59+
default: linux
60+
type: string
61+
dnsSuffix:
62+
default: .cluster.local
63+
type: string
64+
extraVolumeMounts:
65+
default: {}
66+
description: 'sentry: placement: operator: injector: scheduler:'
67+
type: object
68+
extraVolumes:
69+
default: {}
70+
description: and extraVolumeMounts are used to mount additional volumes
71+
to the Dapr control plane pods. Useful for using alternative authentication
72+
credentials to sentry.
73+
type: object
74+
ha:
75+
properties:
76+
disruption:
77+
properties:
78+
maximumUnavailable:
79+
default: 25%
80+
type: string
81+
minimumAvailable:
82+
default: ""
83+
type: string
84+
type: object
85+
enabled:
86+
default: false
87+
type: boolean
88+
replicaCount:
89+
default: 3
90+
type: integer
91+
type: object
92+
imagePullPolicy:
93+
default: IfNotPresent
94+
type: string
95+
imagePullSecrets:
96+
default: ""
97+
description: 'To help compatibility with other charts which use global.imagePullSecrets.
98+
Allow either a string with single imagepullsecret or an array of {name:
99+
pullSecret} maps (k8s-style) or an array of strings (more common helm-style).
100+
global: imagePullSecrets: "pullSecret" or global: imagePullSecrets: -
101+
name: pullSecret1 - name: pullSecret2 or global: imagePullSecrets: -
102+
pullSecret1 - pullSecret2'
103+
type: string
104+
issuerFilenames:
105+
default: {}
106+
type: object
107+
k8sLabels:
108+
properties:
109+
app.kubernetes.io/component:
110+
default: '{{ .Values.component }}'
111+
type: string
112+
app.kubernetes.io/managed-by:
113+
default: helm
114+
type: string
115+
app.kubernetes.io/name:
116+
default: '{{ .Release.Name }}'
117+
type: string
118+
app.kubernetes.io/part-of:
119+
default: dapr
120+
type: string
121+
app.kubernetes.io/version:
122+
default: '{{ .Values.global.tag }}'
123+
type: string
124+
type: object
125+
labels:
126+
default: {}
127+
type: object
128+
logAsJson:
129+
default: false
130+
type: boolean
131+
mtls:
132+
properties:
133+
allowedClockSkew:
134+
default: 15m
135+
type: string
136+
controlPlaneTrustDomain:
137+
default: cluster.local
138+
type: string
139+
enabled:
140+
default: true
141+
type: boolean
142+
mountSentryVolume:
143+
default: true
144+
description: If set to true, a bound service account token will
145+
be mounted and used to authenticate to Sentry.
146+
type: boolean
147+
workloadCertTTL:
148+
default: 24h
149+
type: string
150+
type: object
151+
nodeSelector:
152+
default: {}
153+
type: object
154+
operator:
155+
properties:
156+
watchdogCanPatchPodLabels:
157+
default: false
158+
type: boolean
159+
type: object
160+
priorityClassName:
161+
default: ""
162+
type: string
163+
prometheus:
164+
properties:
165+
enabled:
166+
default: true
167+
type: boolean
168+
port:
169+
default: 9090
170+
type: integer
171+
type: object
172+
rbac:
173+
properties:
174+
namespaced:
175+
default: false
176+
type: boolean
177+
type: object
178+
registry:
179+
default: ghcr.io/dapr
180+
type: string
181+
reminders:
182+
properties:
183+
serviceName:
184+
default: ""
185+
description: Name of the service that provides reminders If empty,
186+
uses the built-in reminders capabilities in Dapr sidecars
187+
type: string
188+
type: object
189+
scheduler:
190+
properties:
191+
enabled:
192+
default: true
193+
description: Enables scheduler functionality in the cluster
194+
type: boolean
195+
type: object
196+
seccompProfile:
197+
default: ""
198+
type: string
199+
tag:
200+
default: 1.14.1
201+
type: string
202+
tolerations:
203+
default: []
204+
items: {}
205+
type: array
206+
type: object
207+
type: object
208+
version: 1.14.1

0 commit comments

Comments
 (0)