Skip to content

Commit

Permalink
chore(helm): bump up chart and app version
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Nov 20, 2024
1 parent 68bae3f commit a27d232
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: core
description: The Helm chart of Instill Core
type: application
version: 0.1.50-beta #! auto-updated by the CI workflow
appVersion: 0.45.0-beta #! auto-updated by the CI workflow
version: 0.1.51-beta #! auto-updated by the CI workflow
appVersion: 0.46.0-beta #! auto-updated by the CI workflow
keywords:
- unstructured data
- pipeline
Expand Down
4 changes: 2 additions & 2 deletions charts/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# core

![Version: 0.1.50-beta](https://img.shields.io/badge/Version-0.1.50--beta-informational?style=flat-square) ![AppVersion: 0.45.0-beta](https://img.shields.io/badge/AppVersion-0.45.0--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.51-beta](https://img.shields.io/badge/Version-0.1.51--beta-informational?style=flat-square) ![AppVersion: 0.46.0-beta](https://img.shields.io/badge/AppVersion-0.46.0--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The Helm chart of Instill Core

Expand Down Expand Up @@ -31,7 +31,7 @@ the latest versions of the packages. You can then run `helm search repo vdp --de
To install the chart (alpha version):

```bash
helm install <release-name> instill-ai/core --devel --namespace instill-ai --create-namespace
helm install <release-name> instill-ai/vdp --devel
```

## Uninstall
Expand Down
8 changes: 4 additions & 4 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ apiGateway:
# -- The image of api-gateway
image:
repository: instill/api-gateway
tag: 0.29.0-beta
tag: 0.30.0-beta
pullPolicy: IfNotPresent
# -- The path of configuration file for api-gateway
configPath: /api-gateway/config/.env
Expand Down Expand Up @@ -377,7 +377,7 @@ pipelineBackend:
# -- The image of pipeline-backend
image:
repository: instill/pipeline-backend
tag: 0.46.0-beta
tag: 0.47.0-beta
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -559,7 +559,7 @@ artifactBackend:
# -- The image of artifact-backend
image:
repository: instill/artifact-backend
tag: 0.20.0-alpha
tag: 0.21.0-alpha
pullPolicy: IfNotPresent
# -- The command names to be executed
commandName:
Expand Down Expand Up @@ -630,7 +630,7 @@ console:
# -- The image of console
image:
repository: instill/console
tag: 0.62.0-beta
tag: 0.63.0-beta
pullPolicy: IfNotPresent
# -- The accessible endpoint for the api-gateway from the console server side
serverApiGatewayURL:
Expand Down

0 comments on commit a27d232

Please sign in to comment.