From ed46be07dcbe56f0aa3bcfa23950cd8c62a00944 Mon Sep 17 00:00:00 2001 From: droplet-bot Date: Fri, 16 Feb 2024 06:33:18 +0000 Subject: [PATCH] chore(helm): bump up chart and app version triggered by commit: https://github.com/instill-ai/vdp/commit/5a08f40686531659cb86d8d705f9ee2714217bfc --- charts/vdp/Chart.yaml | 4 ++-- charts/vdp/README.md | 2 +- charts/vdp/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/vdp/Chart.yaml b/charts/vdp/Chart.yaml index 0b2754be..895909d7 100644 --- a/charts/vdp/Chart.yaml +++ b/charts/vdp/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: vdp description: The Helm chart of Instill VDP type: application -version: 0.1.24-beta #! auto-updated by the CI workflow -appVersion: 0.22.1-beta #! auto-updated by the CI workflow +version: 0.1.25-beta #! auto-updated by the CI workflow +appVersion: 0.23.0-beta #! auto-updated by the CI workflow keywords: - unstructured data - pipeline diff --git a/charts/vdp/README.md b/charts/vdp/README.md index db379a2c..24162939 100644 --- a/charts/vdp/README.md +++ b/charts/vdp/README.md @@ -1,6 +1,6 @@ # vdp -![Version: 0.1.24-beta](https://img.shields.io/badge/Version-0.1.24--beta-informational?style=flat-square) ![AppVersion: 0.22.1-beta](https://img.shields.io/badge/AppVersion-0.22.1--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.1.25-beta](https://img.shields.io/badge/Version-0.1.25--beta-informational?style=flat-square) ![AppVersion: 0.23.0-beta](https://img.shields.io/badge/AppVersion-0.23.0--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The Helm chart of Instill VDP diff --git a/charts/vdp/values.yaml b/charts/vdp/values.yaml index ec765522..c3c3a323 100644 --- a/charts/vdp/values.yaml +++ b/charts/vdp/values.yaml @@ -50,7 +50,7 @@ pipelineBackend: # -- The image of pipeline-backend image: repository: instill/pipeline-backend - tag: 0.21.1-beta + tag: 0.22.0-beta pullPolicy: IfNotPresent # -- Annotation for deployment annotations: {}