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
148 changes: 148 additions & 0 deletions repo/packages/cartographer.packages.kadras.io/0.8.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: cartographer.packages.kadras.io.0.8.0
spec:
licenses:
- Apache 2.0
refName: cartographer.packages.kadras.io
releaseNotes: https://github.com/kadras-io/package-for-cartographer/releases
releasedAt: "2023-08-26T17:20:15Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/kadras-io/package-for-cartographer@sha256:c4349d3a1a8358a37d232d696fb1d71296cf58150a7daccb19c346321ae8bbd1
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
ca_cert_data:
default: ""
description: PEM-encoded certificate data to trust TLS connections with
a custom CA.
type: string
cartographer:
additionalProperties: false
description: Settings for the Cartographer component.
properties:
concurrency:
additionalProperties: false
description: Concurrency configuration for the Cartographer controller.
properties:
max_deliveries:
default: 2
description: Maximum concurrent Deliveries processed by the Cartographer
controller.
type: integer
max_runnables:
default: 2
description: Maximum concurrent Runnables processed by the Cartographer
controller.
type: integer
max_workloads:
default: 2
description: Maximum concurrent Workloads processed by the Cartographer
controller.
type: integer
type: object
resources:
additionalProperties: false
description: CPU and memory configuration for the Cartographer controller.
properties:
limits:
additionalProperties: false
properties:
cpu:
default: "1"
description: CPU limits configuration for the Cartographer controller.
type: string
memory:
default: 1Gi
description: Memory limits configuration for the Cartographer
controller.
type: string
type: object
requests:
additionalProperties: false
properties:
cpu:
default: 500m
description: CPU requests configuration for the Cartographer
controller.
type: string
memory:
default: 512Mi
description: Memory requests configuration for the Cartographer
controller.
type: string
type: object
type: object
type: object
conventions:
additionalProperties: false
description: Settings for the Cartographer Conventions component.
properties:
aws_iam_role_arn:
default: null
description: IAM credentials to authenticate the Cartographer Conventions
controller when deployed on AWS.
nullable: true
type: string
resources:
additionalProperties: false
description: CPU and memory configuration for the Cartographer Conventions
controller.
properties:
limits:
additionalProperties: false
properties:
cpu:
default: 100m
description: CPU limits configuration for the Cartographer Conventions
controller.
type: string
memory:
default: 256Mi
description: Memory limits configuration for the Cartographer
Conventions controller.
type: string
type: object
requests:
additionalProperties: false
properties:
cpu:
default: 100m
description: CPU requests configuration for the Cartographer
Conventions controller.
type: string
memory:
default: 20Mi
description: Memory requests configuration for the Cartographer
Conventions controller.
type: string
type: object
type: object
type: object
logging:
additionalProperties: false
description: Settings for logging.
properties:
level:
default: info
description: 'Log verbosity level. Options: `debug`, `info`, `error`.'
type: string
type: object
type: object
version: 0.8.0