Skip to content

Commit

Permalink
chore: update mysql version in initcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayg10 committed Oct 11, 2024
1 parent 25c1ded commit fca3957
Show file tree
Hide file tree
Showing 32 changed files with 132 additions and 79 deletions.
2 changes: 1 addition & 1 deletion account-lookup-service/chart-admin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ config:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion account-lookup-service/chart-handler-timeout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ config:
initContainers: []
# initContainers: |
# - name: wait-for-mysql
# image: mysql:5.7
# image: mysql:9.0.1
# imagePullPolicy: IfNotPresent
# command:
# - sh
Expand Down
2 changes: 1 addition & 1 deletion account-lookup-service/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ config:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
10 changes: 5 additions & 5 deletions account-lookup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ account-lookup-service:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -524,7 +524,7 @@ account-lookup-service-admin:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -894,7 +894,7 @@ account-lookup-service-handler-timeout:
initContainers: []
# initContainers: |
# - name: wait-for-mysql
# image: mysql:5.7
# image: mysql:9.0.1
# imagePullPolicy: IfNotPresent
# command:
# - sh
Expand Down Expand Up @@ -1254,7 +1254,7 @@ als-oracle-pathfinder:
# initContainers: []
initContainers: |
- name: wait-for-mysql-central-ledger
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -1318,7 +1318,7 @@ als-oracle-pathfinder:
- name: SERVICE_NAME
value: '{{ include "als-oracle-pathfinder.name" . }}'
- name: wait-for-mysql-account-lookup
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
4 changes: 2 additions & 2 deletions als-oracle-pathfinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ config:
# initContainers: []
initContainers: |
- name: wait-for-mysql-central-ledger
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -330,7 +330,7 @@ initContainers: |
- name: SERVICE_NAME
value: '{{ include "als-oracle-pathfinder.name" . }}'
- name: wait-for-mysql-account-lookup
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
8 changes: 4 additions & 4 deletions bulk-centralledger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ cl-handler-bulk-transfer-prepare:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -579,7 +579,7 @@ cl-handler-bulk-transfer-fulfil:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -959,7 +959,7 @@ cl-handler-bulk-transfer-processing:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -1339,7 +1339,7 @@ cl-handler-bulk-transfer-get:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-admin-transfer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-timeout/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-fulfil/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-get/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-position/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-handler-transfer-prepare/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion centralledger/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ config:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
16 changes: 8 additions & 8 deletions centralledger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ centralledger-service:
# initContainers: []
initContainers: |
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -693,7 +693,7 @@ centralledger-handler-transfer-prepare:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -1105,7 +1105,7 @@ centralledger-handler-transfer-position:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -1523,7 +1523,7 @@ centralledger-handler-transfer-position-batch:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -1935,7 +1935,7 @@ centralledger-handler-transfer-get:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -2350,7 +2350,7 @@ centralledger-handler-transfer-fulfil:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -2770,7 +2770,7 @@ centralledger-handler-timeout:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -3182,7 +3182,7 @@ centralledger-handler-admin-transfer:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
2 changes: 1 addition & 1 deletion centralsettlement/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ initContainers: |
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
8 changes: 4 additions & 4 deletions centralsettlement/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ centralsettlement-service:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -740,7 +740,7 @@ centralsettlement-handler-deferredsettlement:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -1183,7 +1183,7 @@ centralsettlement-handler-grosssettlement:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down Expand Up @@ -1716,7 +1716,7 @@ centralsettlement-handler-rules:
- name: KAFKA_PORT
value: '{{ .Values.config.kafka_port }}'
- name: wait-for-mysql
image: mysql:5.7
image: mysql:9.0.1
imagePullPolicy: IfNotPresent
command:
- sh
Expand Down
Loading

0 comments on commit fca3957

Please sign in to comment.