Updates container image (#22559)

Fixes studio svc port

Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
This commit is contained in:
Rafael Ríos Saavedra
2024-01-23 11:20:35 +01:00
committed by GitHub
parent fbe5051c6a
commit 09b80f82df
3 changed files with 4 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ annotations:
- name: supabase-storage
image: docker.io/bitnami/supabase-storage:0.46.2-debian-11-r0
- name: supabase-studio
image: docker.io/bitnami/supabase-studio:0.23.11-debian-11-r0
image: docker.io/bitnami/supabase-studio:0.23.11-debian-11-r2
apiVersion: v2
appVersion: 0.23.11
dependencies:
@@ -53,4 +53,4 @@ maintainers:
name: supabase
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/supabase
version: 2.5.1
version: 2.5.2

View File

@@ -39,12 +39,11 @@ spec:
- name: http-studio
port: {{ .Values.studio.service.ports.http }}
protocol: TCP
targetPort: http-studio
{{- if and (or (eq .Values.studio.service.type "NodePort") (eq .Values.studio.service.type "LoadBalancer")) (not (empty .Values.studio.service.nodePorts.http)) }}
nodePort: {{ .Values.studio.service.nodePorts.http }}
targetPort: http-studio
{{- else if eq .Values.studio.service.type "ClusterIP" }}
nodePort: null
targetPort: {{ .Values.studio.containerPorts.http }}
{{- end }}
{{- if .Values.studio.service.extraPorts }}
{{- include "common.tplvalues.render" (dict "value" .Values.studio.service.extraPorts "context" $) | nindent 4 }}

View File

@@ -2120,7 +2120,7 @@ studio:
image:
registry: docker.io
repository: bitnami/supabase-studio
tag: 0.23.11-debian-11-r0
tag: 0.23.11-debian-11-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'