Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 138 additions & 0 deletions repo/packages/engineering-platform.packages.kadras.io/0.8.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: engineering-platform.packages.kadras.io.0.8.0
spec:
licenses:
- Apache 2.0
refName: engineering-platform.packages.kadras.io
releaseNotes: https://github.com/kadras-io/engineering-platform/releases
releasedAt: "2023-03-26T20:58:04Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/kadras-io/kadras-engineering-platform@sha256:393d106f45250c145de181d0c4a7985efd7a8fed5593904d011866021f77c3a2
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
buildpacks:
additionalProperties: false
description: Configuration for Buildpacks related packages.
properties:
catalog:
default: {}
description: Configuration for the Buildpacks Catalog package.
nullable: true
kpack:
default: {}
description: Configuration for the Kpack package.
nullable: true
type: object
cartographer:
additionalProperties: false
description: Configuration for Cartographer related packages.
properties:
blueprints:
default: {}
description: Configuration for the Cartographer Blueprints package.
nullable: true
delivery:
default: {}
description: Configuration for the Cartographer Delivery package.
nullable: true
supply_chains:
default: {}
description: Configuration for the Cartographer Supply Chains package.
nullable: true
type: object
cert_manager:
default: {}
description: Configuration for the Cert Manager package.
nullable: true
contour:
default: {}
description: Configuration for the Contour package.
nullable: true
conventions:
additionalProperties: false
description: Configuration for Cartographer Conventions related packages.
properties:
spring_boot:
default: {}
description: Configuration for the Spring Boot Conventions package.
nullable: true
type: object
flux:
additionalProperties: false
description: Configuration for Flux related packages.
properties:
source_controller:
default: {}
description: Configuration for the FluxCD Source Controller package.
nullable: true
type: object
knative:
additionalProperties: false
description: Configuration for Knative related packages.
properties:
serving:
default: {}
description: Configuration for the Knative Serving package.
nullable: true
type: object
metrics_server:
default: {}
description: Configuration for the Metrics Server package.
nullable: true
namespace_setup:
default: {}
description: Configuration for the Namespace Setup package.
nullable: true
packages:
additionalProperties: false
description: Configuration for the platform packages.
properties:
excluded:
default: []
description: A list of packages to exclude from being installed.
items:
default: ""
type: string
type: array
namespace:
default: ""
description: The namespace where to install the platform.
type: string
type: object
secretgen_controller:
default: {}
description: Configuration for the Secretgen Controller package.
nullable: true
tekton:
additionalProperties: false
description: Configuration for Tekton related packages.
properties:
catalog:
default: {}
description: Configuration for the Tekton Catalog package.
nullable: true
pipelines:
default: {}
description: Configuration for the Tekton Pipelines package.
nullable: true
type: object
type: object
version: 0.8.0