diff --git a/charts/studio/Chart.yaml b/charts/studio/Chart.yaml index cb96dcb4..9f2cbf40 100644 --- a/charts/studio/Chart.yaml +++ b/charts/studio/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.16 +version: 0.2.17 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/studio/README.md b/charts/studio/README.md index 1556a582..6cabba48 100644 --- a/charts/studio/README.md +++ b/charts/studio/README.md @@ -1,6 +1,6 @@ # studio -![Version: 0.2.16](https://img.shields.io/badge/Version-0.2.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.1](https://img.shields.io/badge/AppVersion-v2.9.1-informational?style=flat-square) +![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.9.1](https://img.shields.io/badge/AppVersion-v2.9.1-informational?style=flat-square) A Helm chart for Kubernetes @@ -118,7 +118,7 @@ A Helm chart for Kubernetes | studioBackend.envVars | object | `{}` | Studio: Additional environment variables for backend pods | | studioBackend.fullnameOverride | string | `""` | | | studioBackend.image.pullPolicy | string | `"IfNotPresent"` | | -| studioBackend.image.repository | string | `"docker.iterative.ai/viewer_backend"` | | +| studioBackend.image.repository | string | `"docker.iterative.ai/studio-backend"` | | | studioBackend.nameOverride | string | `""` | | | studioBackend.nodeSelector | object | `{}` | | | studioBackend.podAnnotations | object | `{}` | | @@ -160,7 +160,7 @@ A Helm chart for Kubernetes | studioUi.envVars | object | `{}` | Studio: Additional environment variables for ui pods | | studioUi.fullnameOverride | string | `""` | | | studioUi.image.pullPolicy | string | `"IfNotPresent"` | | -| studioUi.image.repository | string | `"docker.iterative.ai/viewer_ui"` | | +| studioUi.image.repository | string | `"docker.iterative.ai/studio-frontend"` | | | studioUi.nameOverride | string | `""` | | | studioUi.nodeSelector | object | `{}` | | | studioUi.podAnnotations | object | `{}` | | diff --git a/charts/studio/values.yaml b/charts/studio/values.yaml index 67b9e651..966e1e3c 100644 --- a/charts/studio/values.yaml +++ b/charts/studio/values.yaml @@ -347,7 +347,7 @@ studioUi: replicaCount: 1 image: - repository: docker.iterative.ai/viewer_ui + repository: docker.iterative.ai/studio-frontend pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. # tag: "v1.34.0" @@ -408,7 +408,7 @@ studioBackend: replicaCount: 1 image: - repository: docker.iterative.ai/viewer_backend + repository: docker.iterative.ai/studio-backend pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. # tag: "v1.34.0"