diff --git a/charts/core/Chart.yaml b/charts/core/Chart.yaml index 595d8c89..a8d49a79 100644 --- a/charts/core/Chart.yaml +++ b/charts/core/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: core description: The Helm chart of Instill Core type: application -version: 0.1.48-beta #! auto-updated by the CI workflow -appVersion: 0.44.0-beta #! auto-updated by the CI workflow +version: 0.1.49-beta #! auto-updated by the CI workflow +appVersion: 0.44.1-beta #! auto-updated by the CI workflow keywords: - unstructured data - pipeline diff --git a/charts/core/README.md b/charts/core/README.md index ff610c1f..b27ada39 100644 --- a/charts/core/README.md +++ b/charts/core/README.md @@ -1,6 +1,6 @@ # core -![Version: 0.1.48-beta](https://img.shields.io/badge/Version-0.1.48--beta-informational?style=flat-square) ![AppVersion: 0.44.0-beta](https://img.shields.io/badge/AppVersion-0.44.0--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.1.49-beta](https://img.shields.io/badge/Version-0.1.49--beta-informational?style=flat-square) ![AppVersion: 0.44.1-beta](https://img.shields.io/badge/AppVersion-0.44.1--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The Helm chart of Instill Core diff --git a/charts/core/values.yaml b/charts/core/values.yaml index ecdcba56..9664e9ad 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -246,7 +246,7 @@ apiGateway: # -- The image of api-gateway image: repository: instill/api-gateway - tag: 0.28.0-beta + tag: 0.28.1-beta pullPolicy: IfNotPresent # -- The path of configuration file for api-gateway configPath: /api-gateway/config/.env @@ -305,7 +305,7 @@ mgmtBackend: # -- The image of mgmt-backend image: repository: instill/mgmt-backend - tag: 0.20.1-beta + tag: 0.20.2-beta pullPolicy: IfNotPresent # -- The command names to be executed commandName: @@ -377,7 +377,7 @@ pipelineBackend: # -- The image of pipeline-backend image: repository: instill/pipeline-backend - tag: 0.44.0-beta + tag: 0.45.0-beta pullPolicy: IfNotPresent # -- Annotation for deployment annotations: {}