Skip to content

Commit ce466c7

Browse files
ThomasVitalegithub-actions
andauthored
Update Spring Boot Conventions metadata and add version 0.4.0 (#349)
Co-authored-by: github-actions <github-actions@github.com>
1 parent c37b443 commit ce466c7

File tree

1 file changed

+67
-0
lines changed
  • repo/packages/spring-boot-conventions.packages.kadras.io

1 file changed

+67
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: spring-boot-conventions.packages.kadras.io.0.4.0
6+
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: spring-boot-conventions.packages.kadras.io
10+
releaseNotes: https://github.com/kadras-io/package-for-spring-boot-conventions/releases
11+
releasedAt: "2024-02-24T23:51:04Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/kadras-io/package-for-spring-boot-conventions@sha256:f47d634bcd30f2abd8c20aa27776fb04998b8bdcffde99296365803ca9101f8c
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: spring-boot-conventions
33+
description: The namespace where to install Spring Boot Conventions
34+
type: string
35+
resources:
36+
additionalProperties: false
37+
description: Resource configuration for the Convention Server
38+
properties:
39+
limits:
40+
additionalProperties: false
41+
description: Resource limits
42+
properties:
43+
cpu:
44+
default: 100m
45+
description: CPU limits
46+
type: string
47+
memory:
48+
default: 256Mi
49+
description: Memory limits
50+
type: string
51+
type: object
52+
requests:
53+
additionalProperties: false
54+
description: Resource requests
55+
properties:
56+
cpu:
57+
default: 100m
58+
description: CPU requests
59+
type: string
60+
memory:
61+
default: 20Mi
62+
description: Memory requests
63+
type: string
64+
type: object
65+
type: object
66+
type: object
67+
version: 0.4.0

0 commit comments

Comments
 (0)