-
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 kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz
kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/main.yaml kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/values.schema.json
- Loading branch information
1 parent
5f44e0b
commit f5d2668
Showing
4 changed files
with
67 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.
15 changes: 15 additions & 0 deletions
15
kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/main.yaml
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,15 @@ | ||
annotations: | ||
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-test-catalog/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/main.yaml | ||
application.giantswarm.io/team: honeybadger | ||
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-test-catalog/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/values.schema.json | ||
config.giantswarm.io/version: 1.x.x | ||
chartApiVersion: v2 | ||
chartFile: kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz | ||
dateCreated: '2024-11-12T23:48:29.782066Z' | ||
digest: 6b208ef8a6fadeaee853961a1e7f7cb5608a3cac79e8d1d981fb9882c373cb91 | ||
home: https://kratix.io/ | ||
icon: https://s.giantswarm.io/app-icons/kratix/1/light.png | ||
restrictions: | ||
clusterSingleton: true | ||
namespaceSingleton: false | ||
upstreamChartVersion: 0.125.0 |
32 changes: 32 additions & 0 deletions
32
kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.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,32 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"required": [ | ||
"stateStores", | ||
"destinations", | ||
"additionalResources" | ||
], | ||
"properties": { | ||
"additionalResources": { | ||
"type": "array", | ||
"title": "additionalResources", | ||
"description": "Array extra K8s resources to deploy", | ||
"items": {} | ||
}, | ||
"destinations": { | ||
"type": "array", | ||
"title": "destinations", | ||
"items": {} | ||
}, | ||
"global": { | ||
"type": "object", | ||
"title": "global", | ||
"description": "Global values are values that can be accessed from any chart or subchart by exactly the same name." | ||
}, | ||
"stateStores": { | ||
"type": "array", | ||
"title": "stateStores", | ||
"items": {} | ||
} | ||
} | ||
} |