Skip to content

Commit

Permalink
updates CI config to add helm dependency repos and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed Nov 8, 2022
1 parent e6b0c3c commit 59a9736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ defaults_Environment: &defaults_environment
helm repo add codecentric https://codecentric.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add mojaloop-charts https://docs.mojaloop.io/charts/repo
helm repo add redpanda-console https://packages.vectorized.io/public/console/helm/charts/
helm repo update
##
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
helm repo add kiwigrid https://kiwigrid.github.io
helm repo add kokuwa https://kokuwaio.github.io/helm-charts
helm repo add elastic https://helm.elastic.co
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add codecentric https://codecentric.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add mojaloop-charts https://docs.mojaloop.io/charts/repo
helm repo add redpanda-console https://packages.vectorized.io/public/console/helm/charts/
```

## Configure remote Mojaloop Helm repo on your Helm Client
Expand Down

0 comments on commit 59a9736

Please sign in to comment.