-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into indy-2359
- Loading branch information
Showing
463 changed files
with
1,501 additions
and
12,995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
name: Release Charts | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
workflow_dispatch: | ||
inputs: | ||
platformChoice: | ||
description: 'Release chart for specific platform' | ||
required: true | ||
default: 'all' | ||
type: choice | ||
option: | ||
- besu | ||
- fabric | ||
- indy | ||
- quorum | ||
- r3-corda | ||
- r3-corda-ent | ||
- substrate | ||
- shared | ||
- all | ||
|
||
jobs: | ||
release: | ||
|
@@ -26,51 +40,83 @@ jobs: | |
- name: Install additional Helm repos | ||
run: | | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
- name: Besu charts | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
charts_dir: platforms/hyperledger-besu/charts | ||
if: | | ||
${{ inputs.platformChoice == 'besu' }} || | ||
${{ inputs.platformChoice == 'all' }} | ||
- name: Fabric charts | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
charts_dir: platforms/hyperledger-fabric/charts | ||
if: | | ||
${{ inputs.platformChoice == 'fabric' }} || | ||
${{ inputs.platformChoice == 'all' }} | ||
- name: Indy charts | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
charts_dir: platforms/hyperledger-indy/charts | ||
if: | | ||
${{ inputs.platformChoice == 'indy' }} || | ||
${{ inputs.platformChoice == 'all' }} | ||
- name: Quorum charts | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
charts_dir: platforms/quorum/charts | ||
if: | | ||
${{ inputs.platformChoice == 'quorum' }} || | ||
${{ inputs.platformChoice == 'all' }} | ||
- name: Corda charts | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
charts_dir: platforms/r3-corda/charts | ||
if: | | ||
${{ inputs.platformChoice == 'r3-corda' }} || | ||
${{ inputs.platformChoice == 'all' }} | ||
- name: Corda Enterprise charts | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
charts_dir: platforms/r3-corda-ent/charts | ||
if: | | ||
${{ inputs.platformChoice == 'r3-corda-ent' }} || | ||
${{ inputs.platformChoice == 'all' }} | ||
- name: Substrate charts | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
charts_dir: platforms/substrate/charts | ||
if: | | ||
${{ inputs.platformChoice == 'substrate' }} || | ||
${{ inputs.platformChoice == 'all' }} | ||
- name: Shared charts | ||
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
with: | ||
charts_dir: platforms/shared/charts | ||
if: | | ||
${{ inputs.platformChoice == 'shared' }} || | ||
${{ inputs.platformChoice == 'all' }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 0 additions & 69 deletions
69
platforms/hyperledger-fabric/configuration/roles/create/anchorpeer/Readme.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 0 additions & 76 deletions
76
platforms/hyperledger-fabric/configuration/roles/create/ca_server/Readme.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.