try other lemmy image
This commit is contained in:
parent
a651a6fd4a
commit
01f4beb81c
2 changed files with 14 additions and 5 deletions
|
@ -60,8 +60,8 @@ helmApps:
|
|||
repoURL: https://k8s-at-home.com/charts/
|
||||
chart: wallabag
|
||||
revision: 7.1.2
|
||||
# - app: lemmy
|
||||
# namespace: lemmy
|
||||
# repoURL: https://ananace.gitlab.io/charts
|
||||
# chart: lemmy
|
||||
# revision: 0.4.1
|
||||
- app: lemmy
|
||||
namespace: lemmy
|
||||
repoURL: https://ananace.gitlab.io/charts
|
||||
chart: lemmy
|
||||
revision: 0.4.1
|
||||
|
|
|
@ -12,6 +12,15 @@ externalSecrets:
|
|||
secretStoreName: lemmy
|
||||
vaultRole: lemmy
|
||||
|
||||
backend:
|
||||
image:
|
||||
repository: ghcr.io/ubergeek77/lemmy
|
||||
tag: 0.18.2
|
||||
frontend:
|
||||
image:
|
||||
repository: ghcr.io/ubergeek77/lemmy-ui
|
||||
tag: 0.18.2
|
||||
|
||||
serverName: "lemmy.devvul.com"
|
||||
|
||||
smtp:
|
||||
|
|
Loading…
Reference in a new issue