Skip to content

Commit

Permalink
Revert "RANCHER-1257 (#80)"
Browse files Browse the repository at this point in the history
This reverts commit 17da716.
  • Loading branch information
aatoyan committed Mar 13, 2024
1 parent 17da716 commit fd641d7
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 24 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.27
version: 0.1.26

# 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-bulk-operations/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.5
version: 0.1.4

# 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
14 changes: 6 additions & 8 deletions charts/mod-bulk-operations/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,36 +111,34 @@ extraEnv: |
value: "{{ .Values.dbMaxPoolSize }}"
- name: JAVA_OPTIONS
value: {{ .Values.javaOptions }}
- name: S3_IS_AWS
value: 'true'
- name: S3_URL
valueFrom:
secretKeyRef:
key: AWS_URL
name: s3-mod-bulk-operations-credentials
name: s3-credentials
- name: S3_REGION
valueFrom:
secretKeyRef:
key: AWS_REGION
name: s3-mod-bulk-operations-credentials
name: s3-credentials
- name: S3_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
key: AWS_ACCESS_KEY_ID
name: s3-mod-bulk-operations-credentials
name: s3-credentials
- name: S3_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
key: AWS_SECRET_ACCESS_KEY
name: s3-mod-bulk-operations-credentials
name: s3-credentials
- name: S3_BUCKET
valueFrom:
secretKeyRef:
key: AWS_BUCKET
name: s3-mod-bulk-operations-credentials
name: s3-credentials
# Enable parameters for 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

Expand Down
2 changes: 1 addition & 1 deletion charts/mod-data-export-spring/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.9
version: 0.1.8

# 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
4 changes: 1 addition & 3 deletions charts/mod-data-export-spring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,11 @@ extraEnv: |
value: "{{ .Values.dbMaxPoolSize }}"
- name: JAVA_OPTIONS
value: {{ .Values.javaOptions }}
- name: S3_IS_AWS
value: 'true'
# Enable parameters for DB, Kafka or AWS connection. In value set name of secret
dbConnectParameters: db-connect-modules
kafkaConnectParameters: db-connect-modules
awsConnectParameters: s3-mod-data-export-spring
# awsConnectParameters: s3-credentials
okapiConnectParameters: db-connect-modules
systemUser: true

Expand Down
2 changes: 1 addition & 1 deletion charts/mod-data-export-worker/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.19
version: 0.1.18

# 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
8 changes: 3 additions & 5 deletions charts/mod-data-export-worker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,12 @@ extraEnv: |
value: "{{ .Values.dbMaxPoolSize }}"
- name: JAVA_OPTIONS
value: {{ .Values.javaOptions }}
- name: S3_IS_AWS
value: 'true'
# Enable parameters for 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-mod-data-export-worker
localFsBucketParameters: s3-mod-data-export-worker
awsConnectParameters: s3-credentials
localFsBucketParameters: s3-credentials

# initContainer:
# image:
Expand Down
2 changes: 1 addition & 1 deletion charts/mod-data-export/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.46
version: 0.1.45

# 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
4 changes: 1 addition & 3 deletions charts/mod-data-export/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,11 @@ extraEnv: |
value: "{{ .Values.dbMaxPoolSize }}"
- name: JAVA_OPTIONS
value: {{ .Values.javaOptions }}
- name: S3_IS_AWS
value: 'true'
# Enable parameters for DB, Kafka or AWS connection. In value set name of secret
dbConnectParameters: db-connect-modules
# kafkaConnectParameters: db-connect-modules
awsConnectParameters: s3-mod-data-export-new
awsConnectParameters: s3-credentials-data-export

# initContainer:
# image:
Expand Down

0 comments on commit fd641d7

Please sign in to comment.