From abaeae3603a290b620afb2ad7501d86fdb45c5a4 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Fri, 13 Feb 2026 16:11:27 +0000 Subject: [PATCH] ci(prod): deploy plume v1.6.13 --- charts/plume/Chart.yaml | 4 ++-- charts/plume/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/plume/Chart.yaml b/charts/plume/Chart.yaml index 97f50140..b9a63503 100644 --- a/charts/plume/Chart.yaml +++ b/charts/plume/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.6.7 +version: v1.6.13 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.6.7 +appVersion: v1.6.13 diff --git a/charts/plume/values.yaml b/charts/plume/values.yaml index 231967cf..5c8392be 100644 --- a/charts/plume/values.yaml +++ b/charts/plume/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: git.oceanbox.io/oceanbox/plume/plume - tag: v1.6.7 + tag: v1.6.13 pullPolicy: IfNotPresent init: enabled: false