Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit aab6a67

Browse files
committed
Change imagepullpolicy to Always
1 parent 1b6765d commit aab6a67

24 files changed

Lines changed: 52 additions & 63 deletions

Fineract-CN-Helm/fineract-cn/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ name: fineract-cn
55
version: 1.0.0-SNAPSHOT
66
dependencies:
77
- name: postgresql
8-
version: 9.5
8+
version: 11.9.5
99
repository: "https://charts.bitnami.com/bitnami"
1010
alias: postgres
56.2 KB
Binary file not shown.
-43.2 KB
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: postgresql
33
repository: https://charts.bitnami.com/bitnami
4-
version: 9.5.0
5-
digest: sha256:08c7f73b05c9b67ba47786a630ff8c2bae0cc07e752938e186f81417e62e67d8
6-
generated: "2022-04-19T02:45:02.064569341+05:30"
4+
version: 11.9.5
5+
digest: sha256:7de4a9159b954f04043a1022404550fb9d51c6184dee8b3e2c436b1672893b42
6+
generated: "2022-11-23T21:13:35.540823+05:30"

Fineract-CN-Helm/fineract-cn/templates/accounting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
containers:
3737
- name: fineract-cn-accounting
3838
image: {{ .Values.accounting.image }}
39-
imagePullPolicy: IfNotPresent
39+
imagePullPolicy: Always
4040
envFrom:
4141
- configMapRef:
4242
name: external-tools-config
@@ -75,4 +75,4 @@ spec:
7575
key: PRIVATE_KEY_EXPONENT
7676
name: secret-config
7777
ports:
78-
- containerPort: 2025
78+
- containerPort: 2025

Fineract-CN-Helm/fineract-cn/templates/activemq.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
spec:
4141
containers:
4242
- image: {{ .Values.activemq.image }}
43-
imagePullPolicy: IfNotPresent
43+
imagePullPolicy: Always
4444
name: activemq
4545
ports:
4646
- containerPort: 61616
@@ -57,5 +57,4 @@ spec:
5757
initialDelaySeconds: 45
5858
timeoutSeconds: 10
5959
periodSeconds: 60
60-
failureThreshold: 3
61-
60+
failureThreshold: 3

Fineract-CN-Helm/fineract-cn/templates/cassandra.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ spec:
2525
- ReadWriteOnce
2626
resources:
2727
requests:
28-
storage: 10Gi
28+
storage: 2Gi
29+
limits:
30+
cpu: "500m"
2931
# volumeName: cassandra-pv
3032

3133
---
@@ -67,7 +69,7 @@ spec:
6769
spec:
6870
containers:
6971
- image: {{ .Values.cassandra.image }}
70-
imagePullPolicy: IfNotPresent
72+
imagePullPolicy: Always
7173
name: cassandra
7274
ports:
7375
- containerPort: 9042
@@ -87,4 +89,4 @@ spec:
8789
volumes:
8890
- name: cassandra-storage
8991
persistentVolumeClaim:
90-
claimName: cassandra-pvc
92+
claimName: cassandra-pvc

Fineract-CN-Helm/fineract-cn/templates/customer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
containers:
3737
- name: customer-ms
3838
image: {{ .Values.customer.image }}
39-
imagePullPolicy: IfNotPresent
39+
imagePullPolicy: Always
4040
envFrom:
4141
- configMapRef:
4242
name: external-tools-config
@@ -75,4 +75,4 @@ spec:
7575
key: PRIVATE_KEY_EXPONENT
7676
name: secret-config
7777
ports:
78-
- containerPort: 2024
78+
- containerPort: 2024

Fineract-CN-Helm/fineract-cn/templates/deposit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
containers:
3737
- name: deposit-ms
3838
image: {{ .Values.deposit.image }}
39-
imagePullPolicy: IfNotPresent
39+
imagePullPolicy: Always
4040
envFrom:
4141
- configMapRef:
4242
name: external-tools-config
@@ -75,4 +75,4 @@ spec:
7575
key: PRIVATE_KEY_EXPONENT
7676
name: secret-config
7777
ports:
78-
- containerPort: 2027
78+
- containerPort: 2027

Fineract-CN-Helm/fineract-cn/templates/group.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
containers:
3737
- name: group-ms
3838
image: {{ .Values.group.image }}
39-
imagePullPolicy: IfNotPresent
39+
imagePullPolicy: Always
4040
envFrom:
4141
- configMapRef:
4242
name: external-tools-config
@@ -75,4 +75,4 @@ spec:
7575
key: PRIVATE_KEY_EXPONENT
7676
name: secret-config
7777
ports:
78-
- containerPort: 2032
78+
- containerPort: 2032

0 commit comments

Comments
 (0)