Skip to content

Commit 54837e5

Browse files
github-actionsThomasVitale
authored andcommitted
Update Spring Boot Conventions metadata and add version 0.1.0
1 parent 464a147 commit 54837e5

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: Package
3+
metadata:
4+
creationTimestamp: null
5+
name: spring-boot-conventions.packages.kadras.io.0.1.0
6+
spec:
7+
refName: spring-boot-conventions.packages.kadras.io
8+
releasedAt: "2022-09-30T21:11:16Z"
9+
template:
10+
spec:
11+
deploy:
12+
- kapp: {}
13+
fetch:
14+
- imgpkgBundle:
15+
image: ghcr.io/arktonix/package-for-spring-boot-conventions@sha256:9f2a483556d8c9a9d894bbbd13ad2948f5901d32cad87bd7f5a2e456cd391d3c
16+
template:
17+
- ytt:
18+
paths:
19+
- config
20+
- kbld:
21+
paths:
22+
- '-'
23+
- .imgpkg/images.yml
24+
valuesSchema:
25+
openAPIv3:
26+
additionalProperties: false
27+
properties:
28+
namespace:
29+
default: spring-boot-conventions
30+
description: The namespace where to install the Spring Boot Conventions
31+
type: string
32+
resources:
33+
additionalProperties: false
34+
description: Resource configuration for the Convention Server
35+
properties:
36+
limits:
37+
additionalProperties: false
38+
description: Resource limits
39+
properties:
40+
cpu:
41+
default: 100m
42+
description: CPU limits
43+
type: string
44+
memory:
45+
default: 256Mi
46+
description: Memory limits
47+
type: string
48+
type: object
49+
requests:
50+
additionalProperties: false
51+
description: Resource requests
52+
properties:
53+
cpu:
54+
default: 100m
55+
description: CPU requests
56+
type: string
57+
memory:
58+
default: 20Mi
59+
description: Memory requests
60+
type: string
61+
type: object
62+
type: object
63+
type: object
64+
version: 0.1.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: data.packaging.carvel.dev/v1alpha1
2+
kind: PackageMetadata
3+
metadata:
4+
creationTimestamp: null
5+
name: spring-boot-conventions.packages.kadras.io
6+
spec:
7+
categories:
8+
- ci/cd
9+
- configuration
10+
displayName: spring-boot-conventions
11+
longDescription: The Spring Boot Convention Server works with the Cartographer Convention
12+
Controller to apply best-practices to workloads at runtime by understanding the
13+
developer's intent.
14+
maintainers:
15+
- name: Thomas Vitale
16+
providerName: Arktonix
17+
shortDescription: Spring Boot Convention Server for Cartographer.

0 commit comments

Comments
 (0)