Skip to content

Commit

Permalink
fix(shinyproxy): add default value for defaultMaxInstances
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Jul 12, 2024
1 parent 1425d70 commit 03835b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions charts/shinyproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.1.0"

dependencies:
- name: library-chart
version: 1.5.23
Expand Down
1 change: 1 addition & 0 deletions charts/shinyproxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ proxyConfig:
heartbeatRate: 10000
heartbeatTimeout: 60000
containerWaitTime: 20000
defaultMaxInstances: 1
port: 8080
authentication:
type: none
Expand Down

0 comments on commit 03835b5

Please sign in to comment.