From a759e6d2992bde246b7077887be2c6a94d4550f7 Mon Sep 17 00:00:00 2001 From: lerian-studio Date: Fri, 24 Jul 2026 14:59:15 +0000 Subject: [PATCH] fix(fetcher): update fetcher-manager@3.1.0, fetcher-worker@3.1.0 --- charts/fetcher/Chart.yaml | 2 +- charts/fetcher/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/fetcher/Chart.yaml b/charts/fetcher/Chart.yaml index d4d5b177a..79b3d64d1 100644 --- a/charts/fetcher/Chart.yaml +++ b/charts/fetcher/Chart.yaml @@ -9,7 +9,7 @@ maintainers: - name: "Lerian Studio" email: "support@lerian.studio" version: 3.2.0-beta.1 -appVersion: "3.0.2" +appVersion: "3.1.0" keywords: - midaz - lerian diff --git a/charts/fetcher/values.yaml b/charts/fetcher/values.yaml index 0a603d344..59bde4936 100644 --- a/charts/fetcher/values.yaml +++ b/charts/fetcher/values.yaml @@ -45,7 +45,7 @@ manager: image: repository: lerianstudio/fetcher-manager pullPolicy: IfNotPresent - tag: "3.0.2" + tag: "3.1.0" imagePullSecrets: [] podAnnotations: {} podSecurityContext: {} @@ -164,7 +164,7 @@ worker: image: repository: lerianstudio/fetcher-worker pullPolicy: IfNotPresent - tag: "3.0.2" + tag: "3.1.0" imagePullSecrets: [] podAnnotations: {} podSecurityContext: {}