Skip to content

Commit

Permalink
Upgrade FoundryVTT to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoprudente committed Oct 19, 2021
1 parent 5e6459f commit 1f48fc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions incubator/foundry-vtt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: foundry-vtt
description: Foundry Virtual Tabletop
type: application
version: 0.2.8
appVersion: 0.8.7
version: 0.2.9
appVersion: 0.8.8
keywords:
- game
- server
Expand Down
6 changes: 3 additions & 3 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.7
tag: release-0.8.8

# 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 @@ -200,7 +200,7 @@ foundryvtt:
upnp: false

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

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

0 comments on commit 1f48fc1

Please sign in to comment.