-
-
Notifications
You must be signed in to change notification settings - Fork 23
Traefik, Secrets, and more. #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Chart bump (you can probably remove my edit to line 3, i just needed something to disambiguate it in rancher's UI) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,9 @@ | |
| [](https://foundryvtt.com/releases/9.280) | ||
| [](https://foundryvtt.com/releases/10.303) | ||
| [](https://foundryvtt.com/releases/11.315) | ||
| [](https://foundryvtt.com/releases/12.324) | ||
| [](https://foundryvtt.com/releases/12.343) | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Badges for v12 (final) and v13 (current) |
||
| [](https://foundryvtt.com/releases/13.345) | ||
|
|
||
| [](https://artifacthub.io/packages/search?repo=foundry-vtt) | ||
| [](https://github.com/hugoprudente/charts/actions/) | ||
| [](https://patreon.com/nerdweekoficial) | ||
|
|
@@ -33,7 +35,7 @@ minutes using this chart and Felddy [foundryvtt-docker](https://github.com/feldd | |
| To install the chart with the release name `my-release`, run: | ||
|
|
||
| ```bash | ||
| $ helm install my-release ./incubator/foundry-vtt | ||
| helm install my-release ./incubator/foundry-vtt | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. didn't mean to pull this in, but it's an easy enough fix to revert. |
||
| ``` | ||
|
|
||
| or | ||
|
|
@@ -51,7 +53,7 @@ $ helm install my-release \ | |
| or | ||
|
|
||
| ```bash | ||
| $ helm install my-release ./incubator/foundry-vtt -f incubator/foundry-vtt/values.yaml | ||
| helm install my-release ./incubator/foundry-vtt -f incubator/foundry-vtt/values.yaml | ||
| ``` | ||
|
|
||
| This command deploys a Foundry VTT dedicated server with sensible defaults. | ||
|
|
@@ -63,7 +65,7 @@ This command deploys a Foundry VTT dedicated server with sensible defaults. | |
| To uninstall/delete the `my-release` deployment: | ||
|
|
||
| ```bash | ||
| $ helm uninstall my-release | ||
| helm uninstall my-release | ||
| ``` | ||
|
|
||
| The command removes all the Kubernetes components associated with the chart and deletes the release. | ||
|
|
@@ -83,7 +85,7 @@ $ helm install my-release \ | |
| Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, | ||
|
|
||
| ```bash | ||
| $ helm install my-release -f values.yaml ./incubator/foundry-vtt | ||
| helm install my-release -f values.yaml ./incubator/foundry-vtt | ||
| ``` | ||
|
|
||
| > **Tip**: You can use the default [values.yaml](values.yaml) | ||
|
|
@@ -97,9 +99,9 @@ in order for the container to locate and install a Foundry Virtual Tabletop | |
| distribution. Although all variables may be specified together, they are | ||
| evaluated in the following order of precedence: | ||
|
|
||
| 1. `foundryvtt.releaseUrl`, _or_ | ||
| 1. `foundryvtt.username` and `foundryvtt.password`, _or_ | ||
| 1. `container.cache` | ||
| 1. `foundryvtt.releaseUrl`, _or_ | ||
| 1. `foundryvtt.username` and `foundryvtt.password`, _or_ | ||
| 1. `container.cache` | ||
|
|
||
| #### Credentials variables | ||
|
|
||
|
|
@@ -128,7 +130,6 @@ distribution's name must be of the form: `foundryvtt-0.7.10.zip` | |
| | container.cache | Optional: Set a different path to cache downloads of the Foundry distribution archive and speed up subsequent container startups. By default Felddy's container create the `/data/container_cache` if no value is specified | | ||
| | container.cacheSize | Set the maximum number of distribution versions to keep in the cache. The minimum is `1`. When the limit is exceeded, the oldest versions (lowest version numbers) are removed first. Unset to disable cache size management and keep all versions. | | ||
|
|
||
|
|
||
| ### Optional for Container | ||
|
|
||
| | Parameter | Description | Default | | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This just brings it up to more current versions.