From 91a57bd956c636e9b9767603b06f171309fe93e7 Mon Sep 17 00:00:00 2001 From: Bart Huygen Date: Sun, 21 Dec 2025 18:57:38 +0100 Subject: [PATCH] fix readme name --- README.md | 18 ++++++++++++++++++ READ_ME.md | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 READ_ME.md diff --git a/README.md b/README.md index e69de29..4abec10 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,18 @@ +Gitea was installed with the use of helm using the helm-values.yaml +```zsh + helm repo add gitea-charts https://dl.gitea.com/charts/ + + helm install gitea gitea-charts/gitea -f helm-values.yaml +``` + +if you want to upgrade the gitea helm use below command + +```zsh + helm upgrade gitea gitea-charts/gitea -f helm-values.yaml +``` + +Ingress is needed as well + +```zsh + kubectl apply -f gitea.yaml +``` \ No newline at end of file diff --git a/READ_ME.md b/READ_ME.md deleted file mode 100644 index 4abec10..0000000 --- a/READ_ME.md +++ /dev/null @@ -1,18 +0,0 @@ -Gitea was installed with the use of helm using the helm-values.yaml -```zsh - helm repo add gitea-charts https://dl.gitea.com/charts/ - - helm install gitea gitea-charts/gitea -f helm-values.yaml -``` - -if you want to upgrade the gitea helm use below command - -```zsh - helm upgrade gitea gitea-charts/gitea -f helm-values.yaml -``` - -Ingress is needed as well - -```zsh - kubectl apply -f gitea.yaml -``` \ No newline at end of file