Skip to content

Commit

Permalink
[stack-auth] update svix aqnd pgo chart deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Oct 4, 2024
1 parent 2ae4790 commit baf9091
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions charts/stack-auth/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgrescluster
repository: https://jshimko.github.io/helm-charts
version: 5.6.1
version: 5.6.2
- name: svix
repository: https://jshimko.github.io/helm-charts
version: 0.6.1
digest: sha256:ce30e6bf11aa4022ccdd2d4e28261dc8a4f61c180885a7b81938d6e0e88ba338
generated: "2024-10-04T12:03:05.031595-04:00"
version: 0.6.3
digest: sha256:b4861dfccd010458c28e5a357c226d6b7a3dc641a14bd3d503b5dc0e345706a1
generated: "2024-10-04T12:11:48.367564-04:00"
6 changes: 3 additions & 3 deletions charts/stack-auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ apiVersion: v2
name: stack-auth
description: A Helm chart to deploy the Stack Auth platform. https://stack-auth.com
type: application
version: 0.8.3
version: 0.8.4

dependencies:
# Postgres Operator - PostgresCluster
# https://access.crunchydata.com/documentation/postgres-operator/latest/
- name: postgrescluster
version: 5.6.1
version: 5.6.2
repository: https://jshimko.github.io/helm-charts
condition: postgrescluster.enabled

# Svix webhooks
# https://github.com/jshimko/helm-charts/tree/main/charts/svix
- name: svix
version: 0.6.1
version: 0.6.3
repository: https://jshimko.github.io/helm-charts
condition: svix.enabled

0 comments on commit baf9091

Please sign in to comment.