Skip to content

Commit

Permalink
Use script from bin folder to run studio (#515)
Browse files Browse the repository at this point in the history
* Use script from bin folder to run studio

Related change in studio: iterative/studio#11076

* Update Chart.yaml

* Helm-Docs update

* Helm-Docs update

* Update Chart.yaml

* Helm-Docs update

* Helm-Docs update

---------

Co-authored-by: Helio Machado <[email protected]>
Co-authored-by: 0x2b3bfa0 <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent dd49b1f commit 5ce850a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: studio
description: A Helm chart for Kubernetes
type: application
version: 0.16.70
version: 0.16.71
appVersion: "v2.149.11"
maintainers:
- name: iterative
Expand Down
2 changes: 1 addition & 1 deletion charts/studio/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# studio

![Version: 0.16.70](https://img.shields.io/badge/Version-0.16.70-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.149.11](https://img.shields.io/badge/AppVersion-v2.149.11-informational?style=flat-square)
![Version: 0.16.71](https://img.shields.io/badge/Version-0.16.71-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.149.11](https://img.shields.io/badge/AppVersion-v2.149.11-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/studio/templates/deployment-studio-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
{{- toYaml .Values.studioBackend.securityContext | nindent 12 }}
image: "{{ .Values.studioBackend.image.repository }}:{{ .Values.studioBackend.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.studioBackend.image.pullPolicy }}
args: [ "uwsgi", "--ini", "uwsgi.ini" ]
args: [ "/app/bin/run_studio.sh", "prod", "8000"]
ports:
- name: studio-http
containerPort: 8000
Expand Down

0 comments on commit 5ce850a

Please sign in to comment.