Updated gitea to latest upstream release 1.21.3

This commit is contained in:
2023-12-22 20:32:28 +13:00
parent 97bca63d43
commit 09ae9dc8e5
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
apiVersion: v2
appVersion: 1.21.2
appVersion: 1.21.3
description: Gitea Helm chart for Kubernetes
name: gitea
type: application
version: "1.1.8"
version: "1.1.9"

View File

@ -10,7 +10,7 @@ I created this simplified helm chart for self-hosting gitea in a container on ku
#+NAME: Deploy gitea via helm
#+begin_src tmux
# Set deployment environment
export environment=life
export environment=dev
# Ensure gitea namespace exists
sudo kubectl create namespace jamma-gitea