Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 952 Bytes

File metadata and controls

31 lines (20 loc) · 952 Bytes

Tiny Systems Git Module

Git integration components for Tiny Systems. This module is in early development.

Components

Component Description
Echo Placeholder component for testing and development

Installation

helm repo add tinysystems https://tiny-systems.github.io/module/
helm install git-module tinysystems/tinysystems-operator \
  --set controllerManager.manager.image.repository=ghcr.io/tiny-systems/git-module

Run locally

go run cmd/main.go run --name=git-module --namespace=tinysystems --version=1.0.0

Part of Tiny Systems

This module is part of the Tiny Systems platform -- a visual flow-based automation engine running on Kubernetes.

License

This module's source code is MIT-licensed. It depends on the Tiny Systems Module SDK (BSL 1.1). See LICENSE for details.