fix(penpot) image repository variable in values.yaml
This commit is contained in:
parent
70938c8e60
commit
fcd48b563e
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@ maintainers:
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.19.3
|
appVersion: 1.19.3
|
||||||
version: 2.0.4
|
version: 2.0.5
|
||||||
description: Penpot is a design and prototyping platform for teams and individuals.
|
description: Penpot is a design and prototyping platform for teams and individuals.
|
||||||
home: https://github.com/tommy-skaug/charts
|
home: https://github.com/tommy-skaug/charts
|
||||||
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
|
||||||
|
|
|
@ -34,6 +34,7 @@ image:
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
dbInit:
|
dbInit:
|
||||||
|
image:
|
||||||
repository: ghcr.io/onedr0p/postgres-init
|
repository: ghcr.io/onedr0p/postgres-init
|
||||||
tag: "16"
|
tag: "16"
|
||||||
hostname: "postgres-rw.databases.svc.cluster.local"
|
hostname: "postgres-rw.databases.svc.cluster.local"
|
||||||
|
|
Loading…
Reference in a new issue