Skip to content

bihaiyang/erda-release

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erda Release Tools

Introduction

This Helm chart installs Erda in a Kubernetes cluster. Welcome to contribute to Helm Chart for Erda.

Release Package

  1. Git clone the repo on your machine

    git clone https://github.com/erda-project/erda-release.git
  2. Change directory to the erda-release folder

     cd erda-release
  3. export the Erda package necessary config

    ERDA_VERSION like 1.0,1.1,2.0, you can find the Erda verion list on here. For example, if you find a branch name is release/1.0, you should set 1.0 to the ERDA_VERSION env

    export ERDA_VERSION=

    ERDA_OS_SYSTEM means which os will the Erda package for. you can set linux, windows and darwin

    export ERDA_OS_SYSTEM=
  4. Package the tarball

     bash scripts/build_package.sh

Installation

Please refer to the following documentation to install Erda.

Uninstallation

helm uninstall <my-release>

Configuration

The configurable parameters of the Erda chart and the default values refer to README.md in erda-helm.

About

Release erda and related components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.0%
  • Go 22.5%
  • Makefile 2.2%
  • Dockerfile 1.3%