Skip to content

Commit 40ca72a

Browse files
authored
feat(csi-704): added _rollingUpdateStrategy.tpl (#105)
1 parent 7ed6d7e commit 40ca72a

File tree

24 files changed

+33
-26
lines changed

24 files changed

+33
-26
lines changed

mojaloop/account-lookup-service/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
repository: "file://../common"
2020
tags:
2121
- moja-common
22-
version: 3.1.1
22+
version: 3.1.2
2323
- name: account-lookup-service
2424
version: 13.0.0
2525
repository: "file://../chart-service"
@@ -31,4 +31,4 @@ dependencies:
3131
# - name: als-oracle-pathfinder
3232
# version: 12.4.0
3333
# repository: "file://../als-oracle-pathfinder"
34-
# condition: als-oracle-pathfinder.enabled
34+
# condition: als-oracle-pathfinder.enabled

mojaloop/admin-api-svc/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencies:
1919
repository: "file://../common"
2020
tags:
2121
- moja-common
22-
version: 3.1.1
22+
version: 3.1.2

mojaloop/bof/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
tags:
2929
- mojaloop
3030
- common
31-
version: 3.1.1
31+
version: 3.1.2
3232
- name: security-role-perm-operator-svc
3333
condition: security-role-perm-operator-svc.enabled
3434
repository: "file://../security-role-perm-operator-svc"

mojaloop/chart-admin/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313
repository: "file://../common"
1414
tags:
1515
- moja-common
16-
version: 3.1.1
16+
version: 3.1.2

mojaloop/chart-service/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313
repository: "file://../common"
1414
tags:
1515
- moja-common
16-
version: 3.1.1
16+
version: 3.1.2

mojaloop/common/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ annotations:
22
category: Infrastructure
33
apiVersion: v2
44
# Please make sure that version and appVersion are always the same.
5-
appVersion: 3.1.1
5+
appVersion: 3.1.2
6+
version: 3.1.2
67
description: A Library Helm Chart for grouping common logic between bitnami charts. This chart is not deployable by itself.
78
home: https://github.com/mojaloop/charts/tree/master/mojaloop/common
89
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
@@ -20,4 +21,3 @@ sources:
2021
- https://github.com/mojaloop/charts
2122
- http://www.bitnami.com/
2223
type: library
23-
version: 3.1.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{{- define "common.rollingUpdateStrategy" -}}
2+
strategy:
3+
type: RollingUpdate
4+
rollingUpdate:
5+
maxUnavailable: {{ (.Values.rollingUpdate).maxUnavailable | default "25%" }}
6+
maxSurge: {{ (.Values.rollingUpdate).maxSurge | default "25%" }}
7+
{{- end -}}

mojaloop/finance-portal/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
tags:
2929
- mojaloop
3030
- common
31-
version: 3.1.1
31+
version: 3.1.2
3232
- name: role-assignment-service
3333
condition: role-assignment-service.enabled
3434
repository: "file://../role-assignment-service"

mojaloop/fspiop-transfer-api-svc/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencies:
1919
repository: "file://../common"
2020
tags:
2121
- moja-common
22-
version: 3.1.1
22+
version: 3.1.2

mojaloop/mojaloop/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
tags:
2929
- mojaloop
3030
- common
31-
version: 3.1.1
31+
version: 3.1.2
3232
- name: fspiop-transfer-api-svc
3333
repository: "file://../fspiop-transfer-api-svc"
3434
tags:

mojaloop/reporting-events-processor-svc/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
repository: "file://../common"
1818
tags:
1919
- moja-common
20-
version: 3.1.1
20+
version: 3.1.2

mojaloop/reporting-hub-bop-api-svc/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
repository: "file://../common"
1818
tags:
1919
- moja-common
20-
version: 3.1.1
20+
version: 3.1.2

mojaloop/reporting-hub-bop-experience-api-svc/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
repository: "file://../common"
1818
tags:
1919
- moja-common
20-
version: 3.1.1
20+
version: 3.1.2

mojaloop/reporting-hub-bop-positions-ui/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencies:
1919
repository: "file://../common"
2020
tags:
2121
- moja-common
22-
version: 3.1.1
22+
version: 3.1.2

mojaloop/reporting-hub-bop-role-ui/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencies:
1919
repository: "file://../common"
2020
tags:
2121
- moja-common
22-
version: 3.1.1
22+
version: 3.1.2

mojaloop/reporting-hub-bop-settlements-ui/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencies:
1919
repository: "file://../common"
2020
tags:
2121
- moja-common
22-
version: 3.1.1
22+
version: 3.1.2

mojaloop/reporting-hub-bop-shell/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
repository: "file://../common"
1818
tags:
1919
- moja-common
20-
version: 3.1.1
20+
version: 3.1.2

mojaloop/reporting-hub-bop-trx-ui/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencies:
1919
repository: "file://../common"
2020
tags:
2121
- moja-common
22-
version: 3.1.1
22+
version: 3.1.2

mojaloop/reporting-legacy-api/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
repository: "file://../common"
1818
tags:
1919
- moja-common
20-
version: 3.1.1
20+
version: 3.1.2
2121
- name: reporting-k8s-templates
2222
alias: reporting-k8s-templates
2323
condition: install-templates

mojaloop/reporting-nifi-processor-svc/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies:
2828
tags:
2929
- mojaloop
3030
- common
31-
version: 3.1.1
31+
version: 3.1.2
3232
# - name: zookeeper
3333
# version: 9.2.7
3434
# repository: https://charts.bitnami.com/bitnami
35-
# condition: zookeeper.enabled
35+
# condition: zookeeper.enabled

mojaloop/role-assignment-service/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
repository: "file://../common"
1818
tags:
1919
- moja-common
20-
version: 3.1.1
20+
version: 3.1.2

mojaloop/security-hub-bop-kratos-ui/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
repository: "file://../common"
1818
tags:
1919
- moja-common
20-
version: 3.1.1
20+
version: 3.1.2

mojaloop/security-role-perm-operator-svc/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ dependencies:
1717
repository: "file://../common"
1818
tags:
1919
- moja-common
20-
version: 3.1.1
20+
version: 3.1.2

template/CHART_NAME/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
repository: "file://../common"
88
tags:
99
- moja-common
10-
version: 3.1.1
10+
version: 3.1.2
1111
- condition: SUBCHART_NAME.enabled
1212
name: SUBCHART_NAME
1313
repository: https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)