Skip to content

Commit 0111ef7

Browse files
committed
feat(plugin-fees): update plugin-fees@3.1.0 - new env vars
1 parent 9cc82d4 commit 0111ef7

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

charts/plugin-fees/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers:
1111
# to the chart and its templates, including the app version.
1212
version: 5.0.0-beta.2
1313
# This is the version number of the application being deployed.
14-
appVersion: "3.0.8"
14+
appVersion: "3.1.0"
1515
# A list of keywords about the chart. This helps others discover the chart.
1616
keywords:
1717
- midaz

charts/plugin-fees/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ global:
3535
roles:
3636
- role: "readWrite"
3737
db: "plugin-fees-db"
38-
3938
fees:
4039
replicaCount: 1
4140
name: "plugin-fees"
@@ -48,7 +47,7 @@ fees:
4847
# -- Image pull policy
4948
pullPolicy: Always
5049
# -- Image tag used for deployment
51-
tag: "3.0.8"
50+
tag: "3.1.0"
5251
# -- Secrets for pulling images from a private registry
5352
imagePullSecrets:
5453
- name: regcred

0 commit comments

Comments
 (0)