Skip to content

Commit

Permalink
[stack-auth] fix chart dep release order issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Oct 4, 2024
1 parent 2f465df commit 9bc6cf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/stack-auth/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgrescluster
repository: file://../postgrescluster
repository: https://jshimko.github.io/helm-charts
version: 5.6.1
- name: svix
repository: https://jshimko.github.io/helm-charts
version: 0.6.1
digest: sha256:1091cb8a6970d61326971883e25d29ca8975fb20cb5c898ce8a3aca0b1dbe391
generated: "2024-10-01T16:45:00.95436-04:00"
digest: sha256:ce30e6bf11aa4022ccdd2d4e28261dc8a4f61c180885a7b81938d6e0e88ba338
generated: "2024-10-04T12:03:05.031595-04:00"
4 changes: 2 additions & 2 deletions charts/stack-auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: stack-auth
description: A Helm chart to deploy the Stack Auth platform. https://stack-auth.com
type: application
version: 0.8.2
version: 0.8.3

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

# Svix webhooks
Expand Down

0 comments on commit 9bc6cf8

Please sign in to comment.