We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc82d4 commit 0111ef7Copy full SHA for 0111ef7
2 files changed
charts/plugin-fees/Chart.yaml
@@ -11,7 +11,7 @@ maintainers:
11
# to the chart and its templates, including the app version.
12
version: 5.0.0-beta.2
13
# This is the version number of the application being deployed.
14
-appVersion: "3.0.8"
+appVersion: "3.1.0"
15
# A list of keywords about the chart. This helps others discover the chart.
16
keywords:
17
- midaz
charts/plugin-fees/values.yaml
@@ -35,7 +35,6 @@ global:
35
roles:
36
- role: "readWrite"
37
db: "plugin-fees-db"
38
-
39
fees:
40
replicaCount: 1
41
name: "plugin-fees"
@@ -48,7 +47,7 @@ fees:
48
47
# -- Image pull policy
49
pullPolicy: Always
50
# -- Image tag used for deployment
51
- tag: "3.0.8"
+ tag: "3.1.0"
52
# -- Secrets for pulling images from a private registry
53
imagePullSecrets:
54
- name: regcred
0 commit comments