chore(apps): move icons into the apps folder (#3139)

* chore(apps): move icons into the apps folder

* rename to `icon.png`

* replace solr image

* remove `docs/` from gitignore

* move app specific docs into app folder [skip ci]

* fix some links

* chore(apps): update image links temporary
This commit is contained in:
Stavros Kois
2022-07-11 17:09:18 +02:00
committed by GitHub
parent 93e4ea646d
commit 4ad582d87f
737 changed files with 685 additions and 354 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ dependencies:
version: 10.2.1
description: Valheim dedicated gameserver with automatic update and world backup support
home: https://github.com/truecharts/apps/tree/master/charts/games/valheim
icon: https://truecharts.org/_static/img/appicons/valheim.png
icon: https://truecharts.org/img/appicons/valheim.png
keywords:
- valheim
kubeVersion: '>=1.16.0-0'
@@ -0,0 +1,8 @@
# Installation Notes
Valheim app does not support having different port numbers for `port` and `targetPort`.
Setting `port` will set the same port number to `targetPort` and it's Environmental Variable.
e.g `STATUS_HTTP_PORT`, `SUPERVISOR_HTTP_PORT`, `SERVER_PORT`
Also, services named `valheim1`, `valheim2`, `valheim3`, should be continuous port numbers. eg 2456, 2457, 2458.
You can't skip a number!
Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB