Skip to content
Merged
Show file tree
Hide file tree
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
131 changes: 131 additions & 0 deletions repo/packages/cartographer.packages.kadras.io/0.6.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
name: cartographer.packages.kadras.io.0.6.0
spec:
refName: cartographer.packages.kadras.io
version: 0.6.0
releaseNotes: https://github.com/vmware-tanzu/package-for-cartographer/releases/tag/0.6.0
releasedAt: "2022-11-17T17:54:12Z"
valuesSchema:
openAPIv3:
title: cartographer.packages.kadras.io.0.6.0 values schema
properties:
ca_cert_data:
type: string
description: 'Optional: PEM Encoded certificate data for image registries with private CA.'
default: ""
excluded_components:
type: array
items:
type: string
default: []
description: 'Optional: List of components to exclude from installation (e.g. [conventions])'
aws_iam_role_arn:
type: string
description: 'Optional: Arn role that has access to pull images from ECR container registry'
default: ""
cartographer:
type: object
properties:
resources:
type: object
properties:
limits:
type: object
properties:
cpu:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Optional: maximum amount of cpu resources to allow the controller to use'
default: 1000m
memory:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Optional: maxium amount of memory to allow the controller to use'
default: 128Mi
requests:
type: object
properties:
cpu:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Optional: minimum amount of cpu to reserve'
default: 250m
memory:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Optional: minimum amount of memory to reserve'
default: 128Mi
conventions:
type: object
properties:
resources:
type: object
properties:
limits:
type: object
properties:
cpu:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Optional: maximum amount of cpu resources to allow the controller to use'
default: 1000m
memory:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Optional: maxium amount of memory to allow the controller to use'
default: 128Mi
requests:
type: object
properties:
cpu:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Optional: minimum amount of cpu to reserve'
default: 250m
memory:
anyOf:
- type: integer
- type: string
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
description: 'Optional: minimum amount of memory to reserve'
default: 128Mi
template:
spec:
fetch:
- imgpkgBundle:
image: index.docker.io/projectcartographer/package-for-cartographer@sha256:0515493aa89a9f793c93a14012dfa5b6e5a7a6602b2dfae5a6d0fe61c13d2e19
template:
- ytt:
ignoreUnknownComments: true
paths:
- config
- kbld:
paths:
- .imgpkg/images.yml
- '-'
deploy:
- kapp: {}
1 change: 1 addition & 0 deletions repo/packages/cartographer.packages.kadras.io/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ spec:
get to an environment. Requires cert-manager to be installed.
maintainers:
- name: VMware
iconSVGBase64: PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNIDEwIDEwIEggOTAgViA5MCBIIDEwIEwgMTAgMTAiLz48L3N2Zz4K