Skip to content

Commit

Permalink
Rename container repositories (#144)
Browse files Browse the repository at this point in the history
* Update README.md

* Update values.yaml

* Bump version

* Update documentation

* Ditto
  • Loading branch information
0x2b3bfa0 authored Jul 27, 2023
1 parent 43e5eac commit 55ac8f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 | `{}` | |
Expand Down Expand Up @@ -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 | `{}` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/studio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 55ac8f7

Please sign in to comment.