Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecentric/tekton-catalog
Tekton Tasks with extended functionality compared to https://hub.tekton.dev
https://github.com/codecentric/tekton-catalog
cicd kubernetes openshift-pipelines tekton tekton-pipelines tektoncd
Last synced: about 2 months ago
JSON representation
Tekton Tasks with extended functionality compared to https://hub.tekton.dev
- Host: GitHub
- URL: https://github.com/codecentric/tekton-catalog
- Owner: codecentric
- License: mit
- Created: 2022-03-09T10:30:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T09:46:59.000Z (almost 3 years ago)
- Last Synced: 2023-03-22T13:44:56.802Z (almost 2 years ago)
- Topics: cicd, kubernetes, openshift-pipelines, tekton, tekton-pipelines, tektoncd
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tekton-catalog
[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/codecentric/tekton-catalog/blob/main/LICENSE)
[![renovateenabled](https://img.shields.io/badge/renovate-enabled-yellow)](https://renovatebot.com)Tekton Tasks with extended functionality compared to https://hub.tekton.dev
# Included tasks
## ArgoCD Create sync and wait
[The argocd task creates an app, syncs it and waits for completion.](https://github.com/codecentric/tekton-catalog/tree/main/task/argocd-task-create-sync-wait)
## Gitlab Set Environment
[This task creates a gitlab environment within a project](https://github.com/codecentric/tekton-catalog/tree/main/task/gitlab-set-environment/0.1)
## Dump Workspace
[Dump the contents of a workspace](https://github.com/codecentric/tekton-catalog/tree/main/task/dump-workspace/0.1)
## Replace Yaml values with yq
[This task replaces multiple (or one) value(s) using yq](https://github.com/codecentric/tekton-catalog/tree/main/task/replace-yaml-value-with-yq/0.1)