Switch from github to gitea for chart repo.
This commit is contained in:
@ -16,7 +16,7 @@ sudo kubectl create namespace jamma-gitea
|
|||||||
mkdir --parent "/home/${USER}/Services/gitea"
|
mkdir --parent "/home/${USER}/Services/gitea"
|
||||||
|
|
||||||
# Clone charts repository
|
# Clone charts repository
|
||||||
cd "/home/${USER}/Services/gitea" && git clone https://github.com/jmhbnz/charts.git
|
cd "/home/${USER}/Services/gitea" && git clone https://gitea.jamma.life/jmhbnz/charts.git
|
||||||
|
|
||||||
# Ensure the repository is up to date
|
# Ensure the repository is up to date
|
||||||
cd charts/gitea && git pull
|
cd charts/gitea && git pull
|
||||||
|
|||||||
@ -10,5 +10,5 @@ I created this helm chart for self-hosting grocy in a container on ~k3s~. Comple
|
|||||||
#+NAME: Deploy grocy via helm
|
#+NAME: Deploy grocy via helm
|
||||||
#+begin_src tmate
|
#+begin_src tmate
|
||||||
# Clone charts repository
|
# Clone charts repository
|
||||||
git clone https://github.com/jmhbnz/charts.git
|
git clone https://gitea.jamma.life/jmhbnz/charts.git
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
@ -16,7 +16,7 @@ sudo kubectl create namespace jamma-jellyfin
|
|||||||
mkdir --parent "/home/${USER}/Services/jellyfin"
|
mkdir --parent "/home/${USER}/Services/jellyfin"
|
||||||
|
|
||||||
# Clone charts repository
|
# Clone charts repository
|
||||||
cd "/home/${USER}/Services/jellyfin" && git clone https://github.com/jmhbnz/charts.git
|
cd "/home/${USER}/Services/jellyfin" && git clone https://gitea.jamma.life/jmhbnz/charts.git
|
||||||
|
|
||||||
# Install the chart
|
# Install the chart
|
||||||
helm upgrade --install -n jamma-jellyfin jamma-jellyfin charts/jellyfin \
|
helm upgrade --install -n jamma-jellyfin jamma-jellyfin charts/jellyfin \
|
||||||
|
|||||||
Reference in New Issue
Block a user