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/
|
repoURL: https://k8s-at-home.com/charts/
|
||||||
chart: wallabag
|
chart: wallabag
|
||||||
revision: 7.1.2
|
revision: 7.1.2
|
||||||
# - app: lemmy
|
- app: lemmy
|
||||||
# namespace: lemmy
|
namespace: lemmy
|
||||||
# repoURL: https://ananace.gitlab.io/charts
|
repoURL: https://ananace.gitlab.io/charts
|
||||||
# chart: lemmy
|
chart: lemmy
|
||||||
# revision: 0.4.1
|
revision: 0.4.1
|
||||||
|
|
|
@ -12,6 +12,15 @@ externalSecrets:
|
||||||
secretStoreName: lemmy
|
secretStoreName: lemmy
|
||||||
vaultRole: 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"
|
serverName: "lemmy.devvul.com"
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
|
|
Loading…
Reference in a new issue