Skip to content

Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)

License

Notifications You must be signed in to change notification settings

openshift/tektoncd-operator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository should be considered read-only !

Head towards tektoncd/operator for the OpenShift target of the tektoncd operator.

Openshift TektonCD operator

This repository holds Openshift's fork of tektoncd/operator with additions and fixes needed only for the OpenShift side of things.

Creating a Release branch

  1. Set the following environment variables
export OPERATOR_UPSTREAM_BRANCH=release-v0.50.x
export OPERATOR_MIDSTREAM_BRANCH=release-v0.50.x
export PIPELINE_VERSION=v0.28.3
export TRIGGERS_VERSION=v0.16.1
export CATALOG_RELEASE_BRANCH=release-v0.28
  1. Run create-release-branch script
./openshift/release/create-release-branch.sh

Creating Tags

  1. each time we make a release (pathc or minor release) on a release-vn.n.x branch merge the necessary pull-requests (cherry picks) then tag the commit and push the tag to github.com/openshift/tektoncd-operator.

    eg:

 git tag v0.50.0 <commit sha>
 git push openshift c0.50.0

How this repository works ?

The master branch holds up-to-date specific openshift files that are necessary for CI setups and maintaining it. This includes:

  • Scripts to create a new release branch from upstream
  • CI setup files
    • tests scripts

Each release branch holds the upstream code for that release and our openshift's specific files.

CI Setup

For the CI setup, two repositories are of importance:

  • This repository
  • openshift/release which contains the configuration of CI jobs that are run on this repository

All of the following is based on OpenShift’s CI operator configs. General understanding of that mechanism is assumed in the following documentation.

About

Kubernetes operator to manage installation, updation and uninstallation of tektoncd projects (pipeline, …)

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 84.8%
  • Dockerfile 8.8%
  • Makefile 6.4%