Commit Graph
4 Commits
Author SHA1 Message Date
Dan ChristensenandGitHub b87f6893ad fix(ci): Chart.yaml update bugs (#6808)
* fix(ci): Do not duplicate sources

Signed-off-by: Dan Christensen <opello@opello.org>

* fix(ci): Match chart against Markdown link text

More specifically match the chart to the container in the website's
description_list.md.  Since multiple charts contain the term "plex" and
not all of them are even Plex related, extraneous sources were being put
in the plex Chart.yaml.

Signed-off-by: Dan Christensen <opello@opello.org>

---------

Signed-off-by: Dan Christensen <opello@opello.org>
2023-02-01 09:03:45 +01:00
a96e8c3131 fix(sickgear): move to official image (#6350)
* fix(sickgear): move to official image

* Update charts/stable/sickgear/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-14 12:38:39 +02:00
DanandGitHub b71eb0f9ef fix(valheim): fix open portal button (#4929)
* fix(valheim): remove unnecessary quotes

* fix(valheim): order variables consistently

Keep the top level boolean values for groups of settings ahead of the
remaining settings.

* fix(valheim): remove extra port

This port is no longer required:
  https://valheimbugs.featureupvote.com/suggestions/219538/please-clarify-is-port-2458-needed-for-dedicated-servers

* fix(valheim): include the portalLink directly

Move from the Include template to directly including the contents in
advance of changing the default "open" port.

* fix(valheim): fix open portal button

The "Open" link previously opened the STATUS_HTTP_PORT, which serves a
status.json generated by querying the Valheim server's query port.  Now
it opens the SUPERVISOR_HTTP_PORT which presents a status and control
web interface for the various processes running under the supervisor.

This seems much more useful than the blank default and JSON file
available in the other server.

* fix(valheim): bump minor version
2022-11-30 21:28:34 +02:00
DanandGitHub 7b64cf653b fix(valheim): fix STATUS_HTTP variable label (#4771)
* valheim: Fix STATUS_HTTP variable label

Fix a copy and paste error where there were multiple SERVER_PUBLIC
checkboxes when one was really STATUS_HTTP.

* valheim: Bump minor version

Increment the minor version to pick up the variable fix in
5ab461b8be2c161e7d44081e108b8c146feaab13.
2022-11-23 11:24:44 +02:00