vmware-tanzu / package-for-cartographer

carvel-based Packaging for Cartographer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cartographer

Cartographer allows you to create secure and reusable supply chains that define all of your application CI and CD in one place, in cluster.

Components

  • cartographer

Supported Providers

The following table shows the providers this package can work with.

AWS Azure vSphere Docker

Configuration

The Cartographer package has no configurable properties.

Installation

The Cartographer package requires use of cert-manager for certificate generation.

  1. Install cert-manager Package

    tanzu package install cert-manager \
       --package-name cert-manager.community.tanzu.vmware.com \
       --version ${CERT_MANAGER_PACKAGE_VERSION}

    You can get the ${CERT_MANAGER_PACKAGE_VERSION} from running tanzu package available list cert-manager.community.tanzu.vmware.com. Specifying a namespace may be required depending on where your package repository was installed.

  2. Install the Cartographer package

    tanzu package install cartographer \
       --package-name cartographer.community.tanzu.vmware.com \
       --version ${CARTOGRAPHER_PACKAGE_VERSION}

    You can get the ${CARTOGRAPHER_PACKAGE_VERSION} from running tanzu package available list cartographer.community.tanzu.vmware.com. Specifying a namespace may be required depending on where your package repository was installed.

Documentation

For documentation specific to Cartographer, check out cartographer.sh and the main repository vmware-tanzu/cartographer.

About

carvel-based Packaging for Cartographer

License:Apache License 2.0


Languages

Language:Shell 95.2%Language:Python 2.3%Language:Go 1.9%Language:Makefile 0.6%