Skip to content

Commit

Permalink
Update report service chart (#23)
Browse files Browse the repository at this point in the history
* Adding Sage ML Updates

* Updated Report Service Version

Co-authored-by: Justin Lai <justin.w.lai@saic.com>
  • Loading branch information
jwlai and saic-laijw authored May 18, 2021
1 parent b72f6fd commit 74866ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/reportservice/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.0.4
version: 1.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/reportservice/templates/reportservice-pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
resources:
requests:
storage: {{ .Values.spec.volumes.persistentVolumeClaimStorage }}
storageClassName: aws-efs
storageClassName: {{ .Values.spec.volumes.storageClass }}
1 change: 1 addition & 0 deletions charts/reportservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
name: reportservice-pv-claim
persistentVolumeClaim: reportservice-pv-claim
persistentVolumeClaimStorage:
storageClass:

keycloak:
allowed_origins:
Expand Down

0 comments on commit 74866ca

Please sign in to comment.