Skip to content

Commit

Permalink
Fix unimportant typos in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Feb 9, 2024
1 parent 0e032e4 commit 3a0bc90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/chris/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords:
icon: ./logo_chris.png

type: application
version: "0.4.1"
version: "0.4.2"
appVersion: "5.0.0"

maintainers:
Expand Down
6 changes: 3 additions & 3 deletions charts/chris/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ cube:
## optionally, test the nodePort connectivity by providing the hostname to any node of your cluster
# nodePortHost: my_hostname

# Resources
# Storage
#####################
# Persistent volume for CUBE files
storage:
Expand Down Expand Up @@ -268,7 +268,7 @@ pfcon:

# pman configuration
# https://github.com/fnndsc/pman#environment-variables
# SECRET_KEY, CONTAINER_ENV, STORAGE_TYPE, VOLUME_NAME, and CONTAINER_USER are handled automaticallY
# SECRET_KEY, CONTAINER_ENV, STORAGE_TYPE, VOLUME_NAME, and CONTAINER_USER are handled automatically
config:
JOB_LABELS: chrisproject.org/job=plugininstance
ENABLE_HOME_WORKAROUND: "yes"
Expand Down Expand Up @@ -515,7 +515,7 @@ orthanc:
# !!!IMPORTANT!!!
# To use in combination with pfdcm, you MUST define a modality for
# `.Values.pfdcm.aet`
"CHRISLOCAL": [ "CHRISLOCAL", "NAME-orthanc-dicom", 4242 ]
"CHRISLOCAL": [ "CHRISLOCAL", "NAME-pfdcm-listener", 11113 ]
# "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]

# Whether Orthanc monitors its metrics (new in Orthanc 1.5.4). If
Expand Down

0 comments on commit 3a0bc90

Please sign in to comment.