-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add vertical-pod-autoscaler-crd-3.1.2.tgz
vertical-pod-autoscaler-crd-3.1.2.tgz-meta/README.md vertical-pod-autoscaler-crd-3.1.2.tgz-meta/main.yaml vertical-pod-autoscaler-crd-3.1.2.tgz-meta/values.schema.json
- Loading branch information
1 parent
4f83ea9
commit c72b991
Showing
5 changed files
with
49 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/vertical-pod-autoscaler-crd.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/vertical-pod-autoscaler-crd) | ||
|
||
# Vertical Pod Autoscaler CRDs | ||
|
||
Giant Swarm offers a Vertical Pod Autoscaler CRDs app which can be installed in workload clusters. Here we define the chart with its templates and default configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
annotations: | ||
application.giantswarm.io/metadata: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-crd-3.1.2.tgz-meta/main.yaml | ||
application.giantswarm.io/readme: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-crd-3.1.2.tgz-meta/README.md | ||
application.giantswarm.io/team: turtles | ||
application.giantswarm.io/values-schema: https://giantswarm.github.io/default-test-catalog/vertical-pod-autoscaler-crd-3.1.2.tgz-meta/values.schema.json | ||
ui.giantswarm.io/logo: https://s.giantswarm.io/app-icons/k8s-initiator/1/dark.svg | ||
chartApiVersion: v2 | ||
chartFile: vertical-pod-autoscaler-crd-3.1.2.tgz | ||
dateCreated: '2025-01-29T13:46:46.597301Z' | ||
digest: 3902ed114206a820327c4b467707888b2dc8de6b966f16b4ed87853f37dbc1e8 | ||
home: https://github.com/giantswarm/vertical-pod-autoscaler-crd | ||
icon: https://s.giantswarm.io/app-icons/k8s-initiator/1/dark.svg | ||
restrictions: | ||
clusterSingleton: true |
12 changes: 12 additions & 0 deletions
12
vertical-pod-autoscaler-crd-3.1.2.tgz-meta/values.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"$schema": "http://json-schema.org/schema#", | ||
"type": "object", | ||
"properties": { | ||
"commonAnnotations": { | ||
"type": "object" | ||
}, | ||
"commonLabels": { | ||
"type": "object" | ||
} | ||
} | ||
} |