Skip to content

Commit

Permalink
fix dep order again
Browse files Browse the repository at this point in the history
  • Loading branch information
jshimko committed Oct 4, 2024
1 parent 9bc6cf8 commit 4317d81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/svix/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: redis
repository: https://charts.bitnami.com/bitnami
version: 20.1.4
digest: sha256:8acdda65b904c1d7ad7340cb5a19d196a20958b64ba1631c8ec10bf2a6f513f6
generated: "2024-09-26T08:30:57.025407-04:00"
digest: sha256:2af145cc21050f096daa378bf5beb29672093566be37b45cfffd84975d8bf487
generated: "2024-10-04T12:06:50.507355-04:00"
4 changes: 2 additions & 2 deletions charts/svix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: svix
description: A Helm chart for running svix on Kubernetes
type: application
version: 0.6.1
version: 0.6.2

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

# https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml
Expand Down

0 comments on commit 4317d81

Please sign in to comment.