chore(linkace): bump linkace (#3014)
This commit is contained in:
parent
28c1f5771b
commit
aad9176fb3
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: emulatorjs
|
name: emulatorjs
|
||||||
version: 2.0.9
|
version: 2.0.10
|
||||||
appVersion: "1.7.2"
|
appVersion: "1.7.2"
|
||||||
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
|
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
|
||||||
type: application
|
type: application
|
||||||
|
|
|
@ -32,6 +32,10 @@ service:
|
||||||
targetPort: 4001
|
targetPort: 4001
|
||||||
port: 10138
|
port: 10138
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
front:
|
||||||
|
autoLink: true
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -27,7 +27,7 @@ sources:
|
||||||
- https://www.linkace.org/docs/
|
- https://www.linkace.org/docs/
|
||||||
- https://github.com/linkace/linkace
|
- https://github.com/linkace/linkace
|
||||||
- https://hub.docker.com/r/linkace/linkace
|
- https://hub.docker.com/r/linkace/linkace
|
||||||
version: 4.0.11
|
version: 4.0.12
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|
Loading…
Reference in New Issue