diff --git a/charts/studio/Chart.yaml b/charts/studio/Chart.yaml index 1dc2537a..cb8d643e 100644 --- a/charts/studio/Chart.yaml +++ b/charts/studio/Chart.yaml @@ -13,7 +13,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.19 +version: 0.3.1 # 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 # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/studio/README.md b/charts/studio/README.md index 80c3d43e..f0d75016 100644 --- a/charts/studio/README.md +++ b/charts/studio/README.md @@ -1,6 +1,6 @@ # studio -![Version: 0.2.19](https://img.shields.io/badge/Version-0.2.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.21.0](https://img.shields.io/badge/AppVersion-v2.21.0-informational?style=flat-square) +![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.21.0](https://img.shields.io/badge/AppVersion-v2.21.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -116,10 +116,8 @@ A Helm chart for Kubernetes | studioBackend.autoscaling.targetCPUUtilizationPercentage | int | `80` | | | studioBackend.envFromSecret | string | `""` | Studio: The name of an existing Secret that contains sensitive environment variables passed to backend pods. | | 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/studio-backend"` | | -| studioBackend.nameOverride | string | `""` | | | studioBackend.nodeSelector | object | `{}` | | | studioBackend.podAnnotations | object | `{}` | | | studioBackend.podSecurityContext | object | `{}` | | @@ -139,8 +137,6 @@ A Helm chart for Kubernetes | studioBeat.autoscaling.targetCPUUtilizationPercentage | int | `80` | | | studioBeat.envFromSecret | string | `""` | Studio: The name of an existing Secret that contains sensitive environment variables passed to beat pods. | | studioBeat.envVars | object | `{}` | Studio: Additional environment variables for beat pods | -| studioBeat.fullnameOverride | string | `""` | | -| studioBeat.nameOverride | string | `""` | | | studioBeat.nodeSelector | object | `{}` | | | studioBeat.podAnnotations | object | `{}` | | | studioBeat.podSecurityContext | object | `{}` | | @@ -151,6 +147,28 @@ A Helm chart for Kubernetes | studioBeat.resources.requests.memory | string | `"128Mi"` | | | studioBeat.securityContext | object | `{}` | | | studioBeat.tolerations | list | `[]` | | +| studioLeo.affinity | object | `{}` | | +| studioLeo.autoscaling.enabled | bool | `false` | | +| studioLeo.autoscaling.maxReplicas | int | `1` | | +| studioLeo.autoscaling.minReplicas | int | `1` | | +| studioLeo.autoscaling.targetCPUUtilizationPercentage | int | `80` | | +| studioLeo.envFromSecret | string | `""` | Studio: The name of an existing Secret that contains sensitive environment variables passed to leo pods. | +| studioLeo.envVars | object | `{}` | Studio: Additional environment variables for leo pods | +| studioLeo.image.pullPolicy | string | `"IfNotPresent"` | | +| studioLeo.image.repository | string | `"docker.iterative.ai/leo-server"` | | +| studioLeo.image.tag | string | `"v0.0.13"` | | +| studioLeo.nodeSelector | object | `{}` | | +| studioLeo.podAnnotations | object | `{}` | | +| studioLeo.podSecurityContext | object | `{}` | | +| studioLeo.replicaCount | int | `1` | | +| studioLeo.resources.limits.cpu | string | `"500m"` | | +| studioLeo.resources.limits.memory | string | `"1Gi"` | | +| studioLeo.resources.requests.cpu | string | `"100m"` | | +| studioLeo.resources.requests.memory | string | `"512Mi"` | | +| studioLeo.securityContext | object | `{}` | | +| studioLeo.service.port | int | `8181` | | +| studioLeo.service.type | string | `"ClusterIP"` | | +| studioLeo.tolerations | list | `[]` | | | studioUi.affinity | object | `{}` | | | studioUi.autoscaling.enabled | bool | `false` | | | studioUi.autoscaling.maxReplicas | int | `5` | | @@ -181,8 +199,6 @@ A Helm chart for Kubernetes | studioWorker.autoscaling.targetCPUUtilizationPercentage | int | `80` | | | studioWorker.envFromSecret | string | `""` | Studio: The name of an existing Secret that contains sensitive environment variables passed to worker pods. | | studioWorker.envVars | object | `{}` | Studio: Additional environment variables for worker pods | -| studioWorker.fullnameOverride | string | `""` | | -| studioWorker.nameOverride | string | `""` | | | studioWorker.nodeSelector | object | `{}` | | | studioWorker.podAnnotations | object | `{}` | | | studioWorker.podSecurityContext | object | `{}` | | diff --git a/charts/studio/templates/configmap-studio-leo.yaml b/charts/studio/templates/configmap-studio-leo.yaml index b5a1eecb..83b37d8b 100644 --- a/charts/studio/templates/configmap-studio-leo.yaml +++ b/charts/studio/templates/configmap-studio-leo.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{.Release.Name}}}-studio-leo + name: {{.Release.Name}}-studio-leo data: {{- with .Values.studioLeo.envVars}} {{- toYaml . | nindent 2 }} diff --git a/charts/studio/values.yaml b/charts/studio/values.yaml index 8f6f534a..e2935afe 100644 --- a/charts/studio/values.yaml +++ b/charts/studio/values.yaml @@ -515,7 +515,7 @@ studioLeo: repository: docker.iterative.ai/leo-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - # tag: "v1.34.0" + tag: "v0.0.13" service: type: ClusterIP