mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 08:47:24 +08:00
Updates container image (#22559)
Fixes studio svc port Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com>
This commit is contained in:
committed by
GitHub
parent
fbe5051c6a
commit
09b80f82df
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user