Skip to content

Commit

Permalink
Merge branch 'main' of github.com:buvis/helm-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Oct 12, 2024
2 parents 01af629 + b2125c7 commit 9d7a127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
with:
fetch-depth: 0

Expand Down
12 changes: 6 additions & 6 deletions charts/supabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ db:
image:
repository: supabase/postgres
pullPolicy: IfNotPresent
tag: 15.6.1.114
tag: 15.8.1.003
imagePullSecrets: []
replicaCount: 1
nameOverride: ""
Expand Down Expand Up @@ -196,7 +196,7 @@ auth:
image:
repository: supabase/gotrue
pullPolicy: IfNotPresent
tag: v2.158.1@sha256:202c16530f2f29c886de963ab18b369074c49655480a463ce881169019f2bda7
tag: v2.162.2@sha256:ec14e246ecda82d836bdf08f7fcaa3df8459bee62a69b8c3523ed4badd3b1c2e
imagePullSecrets: []
replicaCount: 1
nameOverride: ""
Expand Down Expand Up @@ -371,7 +371,7 @@ realtime:
image:
repository: supabase/realtime
pullPolicy: IfNotPresent
tag: v2.30.25
tag: v2.32.12
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down Expand Up @@ -453,7 +453,7 @@ meta:
image:
repository: supabase/postgres-meta
pullPolicy: IfNotPresent
tag: v0.83.2
tag: v0.84.1
imagePullSecrets: []
replicaCount: 1
nameOverride: ""
Expand Down Expand Up @@ -532,7 +532,7 @@ storage:
image:
repository: supabase/storage-api
pullPolicy: IfNotPresent
tag: v1.10.1
tag: v1.11.14
imagePullSecrets: []
replicaCount: 1
nameOverride: ""
Expand Down Expand Up @@ -625,7 +625,7 @@ kong:
image:
repository: kong
pullPolicy: IfNotPresent
tag: 3.7.1
tag: 3.8.0
imagePullSecrets: []
replicaCount: 1
nameOverride: ""
Expand Down

0 comments on commit 9d7a127

Please sign in to comment.