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 Apr 12, 2024
1 parent d169ef6 commit fc04e8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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.31-beta #! auto-updated by the CI workflow
appVersion: 0.28.0-beta #! auto-updated by the CI workflow
version: 0.1.32-beta #! auto-updated by the CI workflow
appVersion: 0.29.0-beta #! auto-updated by the CI workflow
keywords:
- unstructured data
- pipeline
Expand Down
3 changes: 2 additions & 1 deletion charts/core/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# core

![Version: 0.1.31-beta](https://img.shields.io/badge/Version-0.1.31--beta-informational?style=flat-square) ![AppVersion: 0.28.0-beta](https://img.shields.io/badge/AppVersion-0.28.0--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.32-beta](https://img.shields.io/badge/Version-0.1.32--beta-informational?style=flat-square) ![AppVersion: 0.29.0-beta](https://img.shields.io/badge/AppVersion-0.29.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

# Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | etcd | 8.8.1 |
| https://grafana.github.io/helm-charts | grafana | 7.0.19 |
| https://helm.elastic.co | elasticsearch | 7.17.3 |
| https://helm.influxdata.com | influxdb2 | 2.1.1 |
Expand Down
6 changes: 3 additions & 3 deletions charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ apiGateway:
# -- The image of api-gateway
image:
repository: instill/api-gateway
tag: 0.12.0-beta
tag: 0.13.0-beta
pullPolicy: IfNotPresent
# -- The path of configuration file for api-gateway
configPath: /api-gateway/config/.env
Expand Down Expand Up @@ -321,7 +321,7 @@ mgmtBackend:
# -- The image of mgmt-backend
image:
repository: instill/mgmt-backend
tag: 0.13.0-beta
tag: 0.14.0-beta
pullPolicy: IfNotPresent
# -- The command names to be executed
commandName:
Expand Down Expand Up @@ -702,7 +702,7 @@ console:
# -- The image of console
image:
repository: instill/console
tag: 0.43.0-beta
tag: 0.44.0-beta
pullPolicy: IfNotPresent
# -- The accessible endpoint for the api-gateway from the console server side
serverApiGatewayURL:
Expand Down

0 comments on commit fc04e8c

Please sign in to comment.