Skip to content

Commit

Permalink
Merge pull request #33 from hugoprudente/foundryvtt-0.8.7
Browse files Browse the repository at this point in the history
Upgrade FoundryVTT to 0.8.7 chart and remove kind install
  • Loading branch information
hugoprudente authored Oct 19, 2021
2 parents b6d5534 + abe79ba commit 5e6459f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ jobs:
id: list-changed
env:
FOLDERS: incubator
BRANCH: main
run: |
changed=$(ct list-changed --chart-dirs $FOLDERS)
changed=$(ct list-changed --chart-dirs $FOLDERS --target-branch $BRANCH)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: Run chart-testing (lint)
env:
FOLDERS: incubator
run: ct lint --chart-dirs $FOLDER

- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install
BRANCH: main
run: ls && ct version && ct lint --chart-dirs ${FOLDERS} --target-branch $BRANCH
# - name: Create kind cluster
# uses: helm/[email protected]
# if: steps.list-changed.outputs.changed == 'true'
# - name: Run chart-testing (install)
# run: ct install
22 changes: 11 additions & 11 deletions incubator/foundry-vtt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apiVersion: v2
name: foundry-vtt
description: Foundry Virtual Tabletop
type: application
version: 0.2.7
appVersion: 0.7.10
version: 0.2.8
appVersion: 0.8.7
keywords:
- game
- server
- vtt
- virtualtabletop
- foundryvtt
- foundry
- game
- server
- vtt
- virtualtabletop
- foundryvtt
- foundry
sources:
- https://github.com/hugoprudente/charts/tree/main/incubator/foundry-vtt
- https://github.com/hugoprudente/charts/tree/main/incubator/foundry-vtt
maintainers:
- name: hugoprudente
email: [email protected]
- name: hugoprudente
email: [email protected]
16 changes: 8 additions & 8 deletions incubator/foundry-vtt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
image:
pullPolicy: Always
repository: felddy/foundryvtt
tag: release-0.8.6
tag: release-0.8.7

# Credentials for Docker private repository.
imagePullSecrets: []
Expand Down Expand Up @@ -50,7 +50,7 @@ service:
## Set the externalTrafficPolicy in the Service to either Cluster or Local
# externalTrafficPolicy: Local
labels: {}
tls: true #Enable TLS for LoadBalancer
tls: true # Enable TLS for LoadBalancer
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: nlb
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "http"
Expand Down Expand Up @@ -164,13 +164,13 @@ foundryvtt:
minifyStaticFiles: true

## Inform the Foundry Server that the software is running behind a reverse proxy on some other port. This allows the invitation links created to the game to include the correct external port.
#proxyPort: "80"
# proxyPort: "80"

## Indicates whether the software is running behind a reverse proxy that uses SSL. This allows invitation links and A/V functionality to work as if the Foundry Server had SSL configured directly.
proxySSL: true

# A string path which is appended to the base hostname to serve Foundry VTT content from a specific namespace. For example setting this to demo will result in data being served from http://x.x.x.x:30000/demo/.
#routePrefix: "/demo"
## A string path which is appended to the base hostname to serve Foundry VTT content from a specific namespace. For example setting this to demo will result in data being served from http://x.x.x.x:30000/demo/.
# routePrefix: "/demo"

## Credentials for generate the [awsConfig.json](https://foundryvtt.com/article/aws-s3/) or `true` for AWS environment variable [credentials evaluation](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-node.html) usage.
s3:
Expand All @@ -181,8 +181,8 @@ foundryvtt:
# aws_secret_access_key: *************

## An absolute or relative path that points towards a SSL key/cert file which is used jointly with the sslCert option to enable SSL and https connections. If both options are provided, the server will start using HTTPS automatically.
#sslCert: null
#sslKey: null
# sslCert: null
# sslKey: null

## An array of TURN configurations in JSON format. See: [Using a Custom Relay Server](https://foundryvtt.com/article/audio-video/custom). To disable the internal relay server comment the paramenter. It will be converted when stored in the secrets
# turnConfigs:
Expand All @@ -200,7 +200,7 @@ foundryvtt:
upnp: false

## Version of Foundry VTT to install.
version: 0.8.6
version: 0.8.7

## The world startup at system start.
world: ""
Expand Down

0 comments on commit 5e6459f

Please sign in to comment.