diff --git a/charts/plumber/Chart.yaml b/charts/plumber/Chart.yaml index 123a222..86a0394 100644 --- a/charts/plumber/Chart.yaml +++ b/charts/plumber/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: plumber description: Helm chart for Plumber type: application -version: "1.3.2" -appVersion: "1.3.2" +version: "1.3.3" +appVersion: "1.3.3" home: https://github.com/getplumber/platform/ maintainers: - name: devpro diff --git a/charts/plumber/values.yaml b/charts/plumber/values.yaml index f6e9188..b1fcead 100644 --- a/charts/plumber/values.yaml +++ b/charts/plumber/values.yaml @@ -86,7 +86,7 @@ backend: imageName: getplumber/backend # -- Image pull policy for the container. imagePullPolicy: Always - tag: v2.37.1 + tag: v2.38.0 replicaCount: 1 revisionHistoryLimit: 5 port: 3000 @@ -173,7 +173,7 @@ worker: imageName: getplumber/backend # -- Image pull policy for the container. imagePullPolicy: Always - tag: v2.37.1 + tag: v2.38.0 replicaCount: 5 revisionHistoryLimit: 5 args: diff --git a/versions.env b/versions.env index ff53d33..b10c98d 100644 --- a/versions.env +++ b/versions.env @@ -1,2 +1,2 @@ FRONTEND_IMAGE_TAG=v2.34.5 -BACKEND_IMAGE_TAG=v2.37.1 +BACKEND_IMAGE_TAG=v2.38.0