diff --git a/charts/reporter/Chart.yaml b/charts/reporter/Chart.yaml index 9375dfd11..276cf970c 100644 --- a/charts/reporter/Chart.yaml +++ b/charts/reporter/Chart.yaml @@ -16,7 +16,7 @@ maintainers: # to the chart and its templates, including the app version. version: 3.2.0-beta.3 # This is the version number of the application being deployed. -appVersion: "2.3.0" +appVersion: "2.4.0" # A list of keywords about the chart. This helps others discover the chart. keywords: - midaz diff --git a/charts/reporter/values.yaml b/charts/reporter/values.yaml index d6b732966..c87d91211 100644 --- a/charts/reporter/values.yaml +++ b/charts/reporter/values.yaml @@ -64,7 +64,7 @@ manager: # -- Image pull policy pullPolicy: IfNotPresent # -- Image tag used for deployment - tag: "2.3.0" + tag: "2.4.0" # -- Secrets for pulling images from a private registry imagePullSecrets: [] # -- Overrides the default generated name by Helm @@ -246,7 +246,7 @@ worker: # -- Image pull policy pullPolicy: IfNotPresent # -- Image tag used for deployment - tag: "2.3.0" + tag: "2.4.0" # -- Secrets for pulling images from a private registry imagePullSecrets: [] # -- Overrides the default generated name by Helm