Skip to content

luobily/erda-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 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 following table lists the configurable parameters of the Erda chart and the default values.

Parameter Description Default
global
global.namespace Specify the Kubernetes namespace to deploy Erda. erda-system
global.size Configure Erda's deployment mode: demo or prod. In demo mode, single point deployment will be performed; In prod mode, high-availability deployment will be carried out. demo
tags
erda
volume-provisoner
registry
sonar
kms
redis