Skip to content

Commit

Permalink
fix(csi 1130): fixes for GP failures (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
oderayi authored Jan 29, 2025
1 parent f058eb1 commit 55e5f14
Show file tree
Hide file tree
Showing 36 changed files with 128 additions and 126 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 @@ -5,7 +5,7 @@
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.6.0-iso.19
tag: v17.0.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -5,7 +5,7 @@
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.6.0-iso.19
tag: v17.0.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -5,7 +5,7 @@
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.6.0-iso.19
tag: v17.0.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
6 changes: 3 additions & 3 deletions account-lookup-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ account-lookup-service:
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.6.0-iso.19
tag: v17.0.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -344,7 +344,7 @@ account-lookup-service-admin:
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.6.0-iso.19
tag: v17.0.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -704,7 +704,7 @@ account-lookup-service-handler-timeout:
image:
registry: docker.io
repository: mojaloop/account-lookup-service
tag: v15.6.0-iso.19
tag: v17.0.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
8 changes: 4 additions & 4 deletions bulk-centralledger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cl-handler-bulk-transfer-prepare:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -396,7 +396,7 @@ cl-handler-bulk-transfer-fulfil:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -767,7 +767,7 @@ cl-handler-bulk-transfer-processing:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -1147,7 +1147,7 @@ cl-handler-bulk-transfer-get:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nameOverride: "handler-pos-batch"
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -9,7 +9,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
16 changes: 8 additions & 8 deletions centralledger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ centralledger-service:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -409,7 +409,7 @@ centralledger-handler-transfer-prepare:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -827,7 +827,7 @@ centralledger-handler-transfer-position:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -1239,7 +1239,7 @@ centralledger-handler-transfer-position-batch:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -1657,7 +1657,7 @@ centralledger-handler-transfer-get:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -2069,7 +2069,7 @@ centralledger-handler-transfer-fulfil:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -2484,7 +2484,7 @@ centralledger-handler-timeout:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -2904,7 +2904,7 @@ centralledger-handler-admin-transfer:
image:
registry: docker.io
repository: mojaloop/central-ledger
tag: v17.9.0-iso.16
tag: v19.0.5
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
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 @@ -8,7 +8,7 @@ global: {}
image:
registry: docker.io
repository: mojaloop/central-settlement
tag: v17.0.0-snapshot.19
tag: v17.0.0-snapshot.21
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
8 changes: 4 additions & 4 deletions centralsettlement/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ centralsettlement-service:
image:
registry: docker.io
repository: mojaloop/central-settlement
tag: v17.0.0-snapshot.19
tag: v17.0.0-snapshot.21
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -450,7 +450,7 @@ centralsettlement-handler-deferredsettlement:
image:
registry: docker.io
repository: mojaloop/central-settlement
tag: v17.0.0-snapshot.19
tag: v17.0.0-snapshot.21
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -894,7 +894,7 @@ centralsettlement-handler-grosssettlement:
image:
registry: docker.io
repository: mojaloop/central-settlement
tag: v17.0.0-snapshot.19
tag: v17.0.0-snapshot.21
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -1337,7 +1337,7 @@ centralsettlement-handler-rules:
image:
registry: docker.io
repository: mojaloop/central-settlement
tag: v17.0.0-snapshot.19
tag: v17.0.0-snapshot.21
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
18 changes: 9 additions & 9 deletions example-mojaloop-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ cl-mongodb:
enabled: false

# Enable for Apple Silicon
# extraEnvVars:
# - name: EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU
# value: "1"
extraEnvVars:
- name: EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU
value: "1"

## Reference: https://github.com/bitnami/charts/blob/main/bitnami/mongodb/values.yaml
cep-mongodb:
Expand Down Expand Up @@ -400,9 +400,9 @@ cep-mongodb:
enabled: false

# Enable for Apple Silicon
# extraEnvVars:
# - name: EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU
# value: "1"
extraEnvVars:
- name: EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU
value: "1"

## Reference: https://github.com/bitnami/charts/blob/main/bitnami/mongodb/values.yaml
ttk-mongodb:
Expand Down Expand Up @@ -457,9 +457,9 @@ ttk-mongodb:
enabled: false

# Enable for Apple Silicon
# extraEnvVars:
# - name: EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU
# value: "1"
extraEnvVars:
- name: EXPERIMENTAL_DOCKER_DESKTOP_FORCE_QEMU
value: "1"


## Reference: https://github.com/bitnami/charts/blob/main/bitnami/redis/values.yaml
Expand Down
2 changes: 1 addition & 1 deletion ml-api-adapter/chart-handler-notification/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
registry: docker.io
repository: mojaloop/ml-api-adapter
tag: v15.1.0-iso.9
tag: v16.0.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion ml-api-adapter/chart-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
image:
registry: docker.io
repository: mojaloop/ml-api-adapter
tag: v15.1.0-iso.9
tag: v16.0.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
4 changes: 2 additions & 2 deletions ml-api-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ml-api-adapter-service:
image:
registry: docker.io
repository: mojaloop/ml-api-adapter
tag: v15.1.0-iso.9
tag: v16.0.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -351,7 +351,7 @@ ml-api-adapter-handler-notification:
image:
registry: docker.io
repository: mojaloop/ml-api-adapter
tag: v15.1.0-iso.9
tag: v16.0.1
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion ml-testing-toolkit/chart-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enabled: true

image:
repository: mojaloop/ml-testing-toolkit
tag: v18.6.1
tag: v18.6.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Loading

0 comments on commit 55e5f14

Please sign in to comment.