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 Jun 6, 2024
1 parent ac58ce0 commit dbfe9d1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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.35-beta #! auto-updated by the CI workflow
appVersion: 0.32.0-beta #! auto-updated by the CI workflow
version: 0.1.36-beta #! auto-updated by the CI workflow
appVersion: 0.33.0-beta #! auto-updated by the CI workflow
keywords:
- unstructured data
- pipeline
Expand Down
6 changes: 3 additions & 3 deletions charts/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# core

![Version: 0.1.35-beta](https://img.shields.io/badge/Version-0.1.35--beta-informational?style=flat-square) ![AppVersion: 0.32.0-beta](https://img.shields.io/badge/AppVersion-0.32.0--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.36-beta](https://img.shields.io/badge/Version-0.1.36--beta-informational?style=flat-square) ![AppVersion: 0.33.0-beta](https://img.shields.io/badge/AppVersion-0.33.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 All @@ -14,8 +14,8 @@ The Helm chart of Instill Core
| https://jaegertracing.github.io/helm-charts | jaeger | 0.71.2 |
| https://open-telemetry.github.io/opentelemetry-helm-charts | opentelemetry-collector | 0.59.1 |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 48.2.1 |
| https://ray-project.github.io/kuberay-helm | kuberay-operator | 1.1.1 |
| https://zilliztech.github.io/milvus-helm | milvus | 4.1.30 |
| https://ray-project.github.io/kuberay-helm/ | kuberay-operator | 1.1.1 |
| https://zilliztech.github.io/milvus-helm/ | milvus | 4.1.30 |

## Install

Expand Down
14 changes: 7 additions & 7 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.16.0-beta
tag: 0.17.0-beta
pullPolicy: IfNotPresent
# -- The path of configuration file for api-gateway
configPath: /api-gateway/config/.env
Expand Down Expand Up @@ -303,7 +303,7 @@ mgmtBackend:
# -- The image of mgmt-backend
image:
repository: instill/mgmt-backend
tag: 0.15.2-beta
tag: 0.16.0-beta
pullPolicy: IfNotPresent
# -- The command names to be executed
commandName:
Expand Down Expand Up @@ -375,7 +375,7 @@ pipelineBackend:
# -- The image of pipeline-backend
image:
repository: instill/pipeline-backend
tag: 0.28.0-beta
tag: 0.29.0-beta
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -459,7 +459,7 @@ modelBackend:
# -- The image of model-backend
image:
repository: instill/model-backend
tag: 0.23.0-alpha
tag: 0.24.0-alpha
pullPolicy: IfNotPresent
# -- Annotation for deployment
annotations: {}
Expand Down Expand Up @@ -607,7 +607,7 @@ console:
# -- The image of console
image:
repository: instill/console
tag: 0.47.0-beta
tag: 0.48.0-beta
pullPolicy: IfNotPresent
# -- The accessible endpoint for the api-gateway from the console server side
serverApiGatewayURL:
Expand Down Expand Up @@ -680,7 +680,7 @@ rayService:
image:
repository: instill/ray
version: "2.21.0"
tag: 0.3.0-alpha
tag: 0.4.0-alpha
pullPolicy: IfNotPresent
headGroupSpec:
resources:
Expand Down Expand Up @@ -1565,7 +1565,7 @@ milvus:
cpu: 0.5
# https://github.com/milvus-io/milvus/blob/master/configs/milvus.yaml
extraConfigFiles:
user.yaml: |+
user.yaml: |
etcd:
rootPath: core-milvus
log:
Expand Down

0 comments on commit dbfe9d1

Please sign in to comment.