diff --git a/index.yaml b/index.yaml index ceec30154..5a4372590 100644 --- a/index.yaml +++ b/index.yaml @@ -15405,6 +15405,25 @@ entries: urls: - https://giantswarm.github.io/giantswarm-test-catalog/kratix-0.1.0-c0950c40b9d115f8edbca80a3c35cb6b20fffd35.tgz version: 0.1.0-c0950c40b9d115f8edbca80a3c35cb6b20fffd35 + - 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 + apiVersion: v2 + appVersion: 1.16.0 + created: "2024-11-12T23:48:36.703574176Z" + description: A Helm chart for installing Kratix (https://kratix.io) + digest: 6b208ef8a6fadeaee853961a1e7f7cb5608a3cac79e8d1d981fb9882c373cb91 + home: https://kratix.io/ + icon: https://s.giantswarm.io/app-icons/kratix/1/light.png + keywords: + - platform + name: kratix + type: application + urls: + - https://giantswarm.github.io/giantswarm-test-catalog/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz + version: 0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1 - annotations: application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-test-catalog/kratix-0.1.0-9c1971f59a3ef2ef3aecb908aaa4710a8eb9fe3e.tgz-meta/main.yaml application.giantswarm.io/team: honeybadger @@ -29280,4 +29299,4 @@ entries: urls: - https://giantswarm.github.io/giantswarm-test-catalog/zot-0.0.0-0b141fee021e1ccb5c4b25af6b43fe4fc866a0f1.tgz version: 0.0.0-0b141fee021e1ccb5c4b25af6b43fe4fc866a0f1 -generated: "2024-11-12T23:46:24.476426514Z" +generated: "2024-11-12T23:48:36.702802971Z" diff --git a/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz b/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz new file mode 100644 index 000000000..f2b6168e0 Binary files /dev/null and b/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz differ diff --git a/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/main.yaml b/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/main.yaml new file mode 100644 index 000000000..fc75ae1ef --- /dev/null +++ b/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/main.yaml @@ -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 diff --git a/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/values.schema.json b/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/values.schema.json new file mode 100644 index 000000000..356e666b6 --- /dev/null +++ b/kratix-0.1.0-a0989baaf9efaf81be74a0db60ce0de5e6e77fa1.tgz-meta/values.schema.json @@ -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": {} + } + } +}