mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-03 12:54:54 +07:00
chore(gitea): upgrade chart version to 5.0.0
This commit is contained in:
parent
633c44e76b
commit
0b5dcd97ab
@ -3,5 +3,5 @@ name: gitea
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: gitea
|
||||
version: 4.1.1
|
||||
version: 5.0.0
|
||||
repository: https://dl.gitea.io/charts/
|
||||
|
@ -16,6 +16,10 @@ gitea:
|
||||
hosts:
|
||||
- *host
|
||||
gitea:
|
||||
admin:
|
||||
# existingSecret: gitea-admin-secret
|
||||
username: admin
|
||||
password: asdfasdfasdf # TODO yes I know this is just for testing
|
||||
config:
|
||||
server:
|
||||
LANDING_PAGE: explore
|
||||
|
Loading…
Reference in New Issue
Block a user