Skip to content

Commit 3046849

Browse files
authored
Specified tags for containers without latest tag
Specified tags for the following containers lacking the "latest" tag: supabase/gotrue (auth), supabase/postgres-meta (meta), timberio/vector (vector), and supabase/edge-runtime (functions)
1 parent 17e14e8 commit 3046849

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/supabase/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ auth:
252252
image:
253253
repository: supabase/gotrue
254254
pullPolicy: IfNotPresent
255-
tag: "latest"
255+
tag: "v2.164.0"
256256
imagePullSecrets: []
257257
replicaCount: 1
258258
nameOverride: ""
@@ -511,7 +511,7 @@ meta:
511511
image:
512512
repository: supabase/postgres-meta
513513
pullPolicy: IfNotPresent
514-
tag: "latest"
514+
tag: "v0.84.3"
515515
imagePullSecrets: []
516516
replicaCount: 1
517517
nameOverride: ""
@@ -940,7 +940,7 @@ vector:
940940
image:
941941
repository: timberio/vector
942942
pullPolicy: IfNotPresent
943-
tag: "latest"
943+
tag: "nightly-2024-11-25-alpine"
944944
imagePullSecrets: []
945945
replicaCount: 1
946946
nameOverride: ""
@@ -1007,7 +1007,7 @@ functions:
10071007
image:
10081008
repository: supabase/edge-runtime
10091009
pullPolicy: IfNotPresent
1010-
tag: "latest"
1010+
tag: "v1.64.1"
10111011
imagePullSecrets: []
10121012
replicaCount: 1
10131013
nameOverride: ""

0 commit comments

Comments
 (0)