Skip to content

Commit

Permalink
chore(helm): bump up chart and app version
Browse files Browse the repository at this point in the history
triggered by commit: 6e019dc
  • Loading branch information
droplet-bot committed Sep 30, 2023
1 parent 6e019dc commit 3bd4bdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/vdp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: vdp
description: The Helm chart of Instill VDP
type: application
version: 0.1.13-alpha #! auto-updated by the CI workflow
appVersion: 0.14.0-alpha #! auto-updated by the CI workflow
version: 0.1.14-alpha #! auto-updated by the CI workflow
appVersion: 0.15.0-alpha #! auto-updated by the CI workflow
keywords:
- unstructured data
- pipeline
Expand Down
2 changes: 1 addition & 1 deletion charts/vdp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vdp

![Version: 0.1.13-alpha](https://img.shields.io/badge/Version-0.1.13--alpha-informational?style=flat-square) ![AppVersion: 0.14.0-alpha](https://img.shields.io/badge/AppVersion-0.14.0--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.14-alpha](https://img.shields.io/badge/Version-0.1.14--alpha-informational?style=flat-square) ![AppVersion: 0.15.0-alpha](https://img.shields.io/badge/AppVersion-0.15.0--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The Helm chart of Instill VDP

Expand Down
6 changes: 3 additions & 3 deletions charts/vdp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pipelineBackend:
# -- The image of pipeline-backend
image:
repository: instill/pipeline-backend
tag: 0.15.0-alpha
tag: 0.15.1-alpha
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -138,7 +138,7 @@ connectorBackend:
# -- The image of connector-backend
image:
repository: instill/connector-backend
tag: 0.12.0-alpha
tag: 0.13.0-alpha
pullPolicy: IfNotPresent
# -- The command names to be executed
commandName:
Expand Down Expand Up @@ -210,7 +210,7 @@ controllerVDP:
# -- The image of controller
image:
repository: instill/controller-vdp
tag: 0.1.2-alpha
tag: 0.1.3-alpha
pullPolicy: IfNotPresent
# -- The command names to be executed
commandName:
Expand Down

0 comments on commit 3bd4bdb

Please sign in to comment.