Skip to content

Commit

Permalink
.RANCHER-1303 mod-users KTC enable
Browse files Browse the repository at this point in the history
  • Loading branch information
eldiiar-duishenaliev committed Apr 19, 2024
1 parent 3202bf9 commit 0c77fa2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.33
version: 0.1.34

# 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-users/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
6 changes: 4 additions & 2 deletions charts/mod-users/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,18 @@ extraEnv: |
value: "{{ .Values.dbMaxPoolSize }}"
- name: JAVA_OPTIONS
value: {{ .Values.javaOptions }}
- name: KAFKA_PRODUCER_TENANT_COLLECTION
value: "ALL"
# Enable parameters for OKAPI, DB, Kafka or AWS connection. In value set name of secret
dbConnectParameters: db-connect-modules
dbConnectParameters: db-connect-modules
kafkaConnectParameters: db-connect-modules
# awsConnectParameters: s3-credentials
# okapiConnectParameters: db-connect-modules
# elasticSearchConnectParameters: db-connect-modules

# initContainer:
# image:
# image:
# repository: busybox
# tag: latest
# imagePullPolicy: Always
Expand Down

0 comments on commit 0c77fa2

Please sign in to comment.