diff --git a/charts/stable/games-on-whales/Chart.yaml b/charts/stable/games-on-whales/Chart.yaml index ab9376e7..a283fef9 100644 --- a/charts/stable/games-on-whales/Chart.yaml +++ b/charts/stable/games-on-whales/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.0.0 description: Streams graphic applications/games (retroarch, firefox, steam) runing on Kubernetes name: games-on-whales -version: 1.1.0 +version: 1.1.1 kubeVersion: ">=1.19.0-0" keywords: - games-on-whales diff --git a/charts/stable/games-on-whales/README.md b/charts/stable/games-on-whales/README.md index 46402402..37f35336 100644 --- a/charts/stable/games-on-whales/README.md +++ b/charts/stable/games-on-whales/README.md @@ -1,6 +1,6 @@ # games-on-whales -![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) +![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square) Streams graphic applications/games (retroarch, firefox, steam) runing on Kubernetes @@ -128,22 +128,21 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [1.1.1] + +#### Changed + +- unlimit /dev/shm for retroarch - needed for [some emulators](https://github.com/libretro/dolphin/issues/222) +- correct sound devices group in retroarch + ### [1.1.0] -#### Added - -- N/A - #### Changed - Split tcp and udp services (problems with flux/helm) - Fix mount volumes - from map to list -#### Removed - -- N/A - -[1.0.0]: #100 +[1.1.0]: #110 ### [1.0.0] @@ -151,16 +150,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial version -#### Changed - -- N/A - -#### Removed - -- N/A - -[1.0.0]: #100 - ## Support - See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/) diff --git a/charts/stable/games-on-whales/README_CHANGELOG.md.gotmpl b/charts/stable/games-on-whales/README_CHANGELOG.md.gotmpl index 4ea89bcb..7ea7e4dd 100644 --- a/charts/stable/games-on-whales/README_CHANGELOG.md.gotmpl +++ b/charts/stable/games-on-whales/README_CHANGELOG.md.gotmpl @@ -9,22 +9,21 @@ All notable changes to this application Helm chart will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [1.1.1] + +#### Changed + +- unlimit /dev/shm for retroarch - needed for [some emulators](https://github.com/libretro/dolphin/issues/222) +- correct sound devices group in retroarch + ### [1.1.0] -#### Added - -- N/A - #### Changed - Split tcp and udp services (problems with flux/helm) - Fix mount volumes - from map to list -#### Removed - -- N/A - -[1.0.0]: #100 +[1.1.0]: #110 ### [1.0.0] @@ -32,13 +31,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial version -#### Changed - -- N/A - -#### Removed - -- N/A - -[1.0.0]: #100 {{- end -}} diff --git a/charts/stable/games-on-whales/templates/common.yaml b/charts/stable/games-on-whales/templates/common.yaml index 07d56383..e87dbe3b 100644 --- a/charts/stable/games-on-whales/templates/common.yaml +++ b/charts/stable/games-on-whales/templates/common.yaml @@ -81,6 +81,8 @@ additionalContainers: value: {{ .Values.retroarch.logLevel | quote }} - name: PULSE_SERVER value: "/tmp/pulse/pulse-socket" + - name: GOW_REQUIRED_DEVICES + value: /dev/uinput /dev/input/event* /dev/dri/* /dev/snd/* volumeMounts: - name: audio-socket mountPath: /tmp/pulse @@ -92,6 +94,9 @@ additionalContainers: readOnly: true - name: xorg mountPath: /tmp/.X11-unix + # Default 64MB not enough for some emulators - https://github.com/libretro/dolphin/issues/222 + - name: dshm + mountPath: /dev/shm {{- if .Values.persistence.home.enabled }} - name: home mountPath: /home/retro