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: e5fee07
  • Loading branch information
droplet-bot committed Apr 30, 2023
1 parent e5fee07 commit 2987c6d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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: Versatile Data Pipeline (VDP) empowers the modern data stack to process unstructured data.
type: application
version: 0.1.4-alpha #! auto-updated by the CI workflow
appVersion: 0.9.1-alpha #! auto-updated by the CI workflow
version: 0.1.5-alpha #! auto-updated by the CI workflow
appVersion: 0.9.2-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.4-alpha](https://img.shields.io/badge/Version-0.1.4--alpha-informational?style=flat-square) ![AppVersion: 0.9.1-alpha](https://img.shields.io/badge/AppVersion-0.9.1--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.5-alpha](https://img.shields.io/badge/Version-0.1.5--alpha-informational?style=flat-square) ![AppVersion: 0.9.2-alpha](https://img.shields.io/badge/AppVersion-0.9.2--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Versatile Data Pipeline (VDP) empowers the modern data stack to process unstructured data.

Expand Down
12 changes: 6 additions & 6 deletions charts/vdp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ apigateway:
# -- The image of api-gateway
image:
repository: instill/api-gateway
tag: 0.2.5-alpha
tag: 0.2.6-alpha
pullPolicy: Always
# -- Set the service account to be used, default if left empty
serviceAccountName: ""
Expand Down Expand Up @@ -305,7 +305,7 @@ pipeline:
# -- The image of pipeline-backend
image:
repository: instill/pipeline-backend
tag: 0.11.1-alpha
tag: 0.11.2-alpha
pullPolicy: Always
# -- The database migration version
dbVersion: 1
Expand Down Expand Up @@ -358,7 +358,7 @@ connector:
# -- The image of connector-backend
image:
repository: instill/connector-backend
tag: 0.9.1-alpha
tag: 0.9.2-alpha
pullPolicy: Always
# -- The database migration version
dbVersion: 1
Expand Down Expand Up @@ -411,7 +411,7 @@ model:
# -- The image of model-backend
image:
repository: instill/model-backend
tag: 0.16.0-alpha
tag: 0.16.2-alpha
pullPolicy: Always
# -- The database migration version
dbVersion: 1
Expand Down Expand Up @@ -468,7 +468,7 @@ mgmt:
# -- The image of mgmt-backend
image:
repository: instill/mgmt-backend
tag: 0.3.4-alpha
tag: 0.3.5-alpha
pullPolicy: Always
# -- The database migration version
dbVersion: 1
Expand Down Expand Up @@ -576,7 +576,7 @@ console:
# -- The image of console
image:
repository: instill/console
tag: 0.21.4-alpha
tag: 0.22.0-alpha
pullPolicy: Always
# -- Set the service account to be used, default if left empty
serviceAccountName: ""
Expand Down

0 comments on commit 2987c6d

Please sign in to comment.