Skip to content

cmusatyalab/magma-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3c59260 · Jan 27, 2025

History

2 Commits
Dec 19, 2024
Jan 27, 2025
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024

Repository files navigation

How to make, update, or add to this repository

Make the new repository content

Orchestrator Charts

cd ~
git clone https://github.com/cmusatyalab/magma-charts
git clone https://github.com/magma/magma # substitute your preferred fork/branch of magma
cd magma/orc8r/cloud/helm/orc8r
# edit/modify charts as needed then update dependencies
helm dependency update
# package the charts
cd ..
helm package orc8r
mv orc8r-<RELEASE>.tgz ~/magma-charts/
cd ~/magma-charts
# backup the current index file
cp index.html index.html.bak
helm repo index .
git add -A
git commit -m "new orc8r package"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published