Skip to content

Commit

Permalink
Version 1.2.0 of the shiny proxy chart image. Set min seats avail to 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed Jul 4, 2024
1 parent 5a9ea6b commit eb89a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/shinyproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: shinyproxy
description: A Helm chart to install Shinyproxy
type: application
version: 1.1.0
version: 1.2.0
appVersion: "0.1"
maintainers:
- name: Team Whale
Expand Down
2 changes: 1 addition & 1 deletion apps/shinyproxy/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ data:
id: {{ .Release.Name }}
display-name: {{ .Values.app_name | quote }}
description: {{ .Values.app_description | quote }}
minimum-seats-available: 3
minimum-seats-available: 2
seats-per-container: 3
allow-container-re-use: true
labels:
Expand Down

0 comments on commit eb89a1b

Please sign in to comment.