Skip to content

Commit

Permalink
fix for mod-erm-usage-harvester help part. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldiiar-duishenaliev authored Oct 6, 2023
1 parent 12caf93 commit 59d8b31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: library
# 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.15
version: 0.1.16

# 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
Expand Down
2 changes: 1 addition & 1 deletion charts/mod-erm-usage-harvester/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.36
version: 0.1.37

# 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
Expand Down
2 changes: 2 additions & 0 deletions charts/mod-erm-usage-harvester/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ extraEnv: |
value: "{{ .Values.dbMaxPoolSize }}"
- name: JAVA_OPTIONS
value: {{ .Values.javaOptions }}
- name: OKAPI_URL
value: http://okapi:9130
# Enable parameters for DB, Kafka or AWS connection. In value set name of secret
dbConnectParameters: db-connect-modules
Expand Down

0 comments on commit 59d8b31

Please sign in to comment.