Skip to content

Commit 43085ac

Browse files
github-actionsThomasVitale
authored andcommitted
Update Metrics Server metadata and add version 0.6.1
1 parent 1f8b11e commit 43085ac

File tree

2 files changed

+110
-102
lines changed

2 files changed

+110
-102
lines changed

repo/packages/metrics-server.packages.kadras.io/0.6.1.yml

Lines changed: 98 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,149 @@
11
apiVersion: data.packaging.carvel.dev/v1alpha1
22
kind: Package
33
metadata:
4+
creationTimestamp: null
45
name: metrics-server.packages.kadras.io.0.6.1
56
spec:
7+
licenses:
8+
- Apache 2.0
9+
refName: metrics-server.packages.kadras.io
10+
releaseNotes: https://github.com/kubernetes-sigs/metrics-server/releases
11+
releasedAt: "2022-10-22T20:07:36Z"
12+
template:
13+
spec:
14+
deploy:
15+
- kapp: {}
16+
fetch:
17+
- imgpkgBundle:
18+
image: ghcr.io/arktonix/package-for-metrics-server@sha256:ea17539f905f37760155a9df26c848dcda2273875d4aa06b369e7a6dfd5e2c8a
19+
template:
20+
- ytt:
21+
paths:
22+
- config
23+
- kbld:
24+
paths:
25+
- '-'
26+
- .imgpkg/images.yml
627
valuesSchema:
728
openAPIv3:
8-
type: object
929
additionalProperties: false
1030
description: OpenAPIv3 Schema for metrics-server
1131
properties:
12-
namespace:
13-
type: string
14-
description: The namespace in which metrics-server is deployed
15-
default: kube-system
16-
nodeSelector:
17-
nullable: true
18-
description: NodeSelector configuration applied to all the deployments
19-
default: null
20-
deployment:
21-
type: object
32+
daemonset:
2233
additionalProperties: false
2334
properties:
2435
updateStrategy:
25-
type: string
26-
nullable: true
27-
description: Update strategy of deployments
2836
default: null
37+
description: Update strategy of daemonsets
38+
nullable: true
39+
type: string
40+
type: object
41+
deployment:
42+
additionalProperties: false
43+
properties:
2944
rollingUpdate:
30-
type: object
3145
additionalProperties: false
3246
properties:
33-
maxUnavailable:
34-
type: integer
35-
nullable: true
36-
description: The maxUnavailable of rollingUpdate. Applied only if RollingUpdate is used as updateStrategy
37-
default: null
3847
maxSurge:
39-
type: integer
48+
default: null
49+
description: The maxSurge of rollingUpdate. Applied only if RollingUpdate
50+
is used as updateStrategy
4051
nullable: true
41-
description: The maxSurge of rollingUpdate. Applied only if RollingUpdate is used as updateStrategy
52+
type: integer
53+
maxUnavailable:
4254
default: null
43-
daemonset:
44-
type: object
45-
additionalProperties: false
46-
properties:
55+
description: The maxUnavailable of rollingUpdate. Applied only if
56+
RollingUpdate is used as updateStrategy
57+
nullable: true
58+
type: integer
59+
type: object
4760
updateStrategy:
48-
type: string
49-
nullable: true
50-
description: Update strategy of daemonsets
5161
default: null
52-
metricsServer:
62+
description: Update strategy of deployments
63+
nullable: true
64+
type: string
5365
type: object
66+
metricsServer:
5467
additionalProperties: false
5568
properties:
56-
namespace:
57-
type: string
58-
nullable: true
59-
description: The namespace value used by older templates, will be overwriten if top level namespace is present, kept for backward compatibility
60-
default: null
61-
createNamespace:
62-
type: boolean
63-
description: Whether to create namespace specified for metrics-server
64-
default: true
6569
config:
66-
type: object
6770
additionalProperties: false
6871
properties:
69-
securePort:
70-
type: integer
71-
description: The HTTPS secure port used by metrics-server
72-
default: 4443
73-
updateStrategy:
74-
type: string
75-
description: The update strategy of the metrics-server deployment
76-
default: RollingUpdate
72+
apiServiceInsecureTLS:
73+
default: true
74+
description: Whether to enable insecure TLS for metrics-server api
75+
service
76+
type: boolean
7777
args:
78-
type: array
78+
default: []
7979
description: Arguments passed into metrics-server container
8080
items:
81-
type: string
8281
default: ""
83-
default: []
82+
type: string
83+
type: array
8484
probe:
85-
type: object
8685
additionalProperties: false
8786
properties:
8887
failureThreshold:
89-
type: integer
90-
description: Probe failureThreshold of metrics-server deployment
9188
default: 3
92-
periodSeconds:
89+
description: Probe failureThreshold of metrics-server deployment
9390
type: integer
94-
description: Probe period of metrics-server deployment
91+
periodSeconds:
9592
default: 10
96-
apiServiceInsecureTLS:
97-
type: boolean
98-
description: Whether to enable insecure TLS for metrics-server api service
99-
default: true
93+
description: Probe period of metrics-server deployment
94+
type: integer
95+
type: object
96+
securePort:
97+
default: 4443
98+
description: The HTTPS secure port used by metrics-server
99+
type: integer
100100
tolerations:
101-
nullable: true
102-
description: Metrics-server deployment tolerations
103101
default: []
104-
image:
102+
description: Metrics-server deployment tolerations
103+
nullable: true
104+
updateStrategy:
105+
default: RollingUpdate
106+
description: The update strategy of the metrics-server deployment
107+
type: string
105108
type: object
109+
createNamespace:
110+
default: true
111+
description: Whether to create namespace specified for metrics-server
112+
type: boolean
113+
image:
106114
additionalProperties: false
107115
properties:
108-
repository:
109-
type: string
110-
description: The repository of metrics-server image
111-
default: ""
112116
name:
113-
type: string
117+
default: ""
114118
description: The path of image
119+
type: string
120+
pullPolicy:
121+
default: IfNotPresent
122+
description: The pull policy of image
123+
type: string
124+
repository:
115125
default: ""
116-
tag:
126+
description: The repository of metrics-server image
117127
type: string
118-
description: The image tag
128+
tag:
119129
default: ""
120-
pullPolicy:
130+
description: The image tag
121131
type: string
122-
description: The pull policy of image
123-
default: IfNotPresent
124-
refName: metrics-server.packages.kadras.io
132+
type: object
133+
namespace:
134+
default: null
135+
description: The namespace value used by older templates, will be overwriten
136+
if top level namespace is present, kept for backward compatibility
137+
nullable: true
138+
type: string
139+
type: object
140+
namespace:
141+
default: kube-system
142+
description: The namespace in which metrics-server is deployed
143+
type: string
144+
nodeSelector:
145+
default: null
146+
description: NodeSelector configuration applied to all the deployments
147+
nullable: true
148+
type: object
125149
version: 0.6.1
126-
releaseNotes: metrics-server 0.6.1 https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.6.1
127-
licenses:
128-
- Apache 2.0
129-
template:
130-
spec:
131-
fetch:
132-
- imgpkgBundle:
133-
image: projects.registry.vmware.com/tce/metrics-server@sha256:55f29f8ba79933204c49642b1c9b745e1d60af3221d16b7772f4ba1b7ad60725
134-
template:
135-
- ytt:
136-
paths:
137-
- config/
138-
- kbld:
139-
paths:
140-
- '-'
141-
- .imgpkg/images.yml
142-
deploy:
143-
- kapp: {}
Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
apiVersion: data.packaging.carvel.dev/v1alpha1
22
kind: PackageMetadata
33
metadata:
4+
creationTimestamp: null
45
name: metrics-server.packages.kadras.io
56
spec:
6-
displayName: "metrics-server"
7-
longDescription: "Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines."
8-
shortDescription: "Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines."
9-
providerName: VMware
10-
maintainers:
11-
- name: Guanpeng Gao
127
categories:
13-
- "observability"
14-
- "metrics-server"
15-
- "cluster"
16-
- "metrics"
8+
- monitoring
9+
- metrics
10+
- observability
11+
displayName: metrics-server
12+
longDescription: Metrics Server is a scalable and efficient source of container
13+
resource metrics for Kubernetes built-in autoscaling pipelines.
14+
maintainers:
15+
- name: Thomas Vitale
16+
providerName: Arktonix
17+
shortDescription: Scalable and efficient source of container resource metrics for
18+
Kubernetes built-in autoscaling pipelines.

0 commit comments

Comments
 (0)