Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Closes #31
  • Loading branch information
edwardtheharris committed Aug 18, 2024
1 parent eb40ba7 commit 08ed5c3
Show file tree
Hide file tree
Showing 4 changed files with 980 additions and 1,011 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ _build
gh.gpg
secrets/
test.yaml
charts/
9 changes: 9 additions & 0 deletions Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies:
- name: redis
repository: https://edwardtheharris.github.io/helm-charts
version: 0.0.3
- name: postgresql
repository: https://edwardtheharris.github.io/helm-charts
version: 0.0.3
digest: sha256:1dad85aa8138a45078dfef641a0495fe96efffafe132825b4ca53dbe9a5e4af7
generated: "2024-08-18T10:12:17.134428802-07:00"
21 changes: 21 additions & 0 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,27 @@ apiVersion: v2
# ```
appVersion: "2.3.0"

###
# ```{rubric} Dependencies
# ```
# ---
# A list of chart dependencies.
#
# ```{literalinclude} /Chart.yaml
# :language: yaml
# :start-at: "dependencies:\n"
# :end-before: "###\n"
# ```
dependencies:
- condition: redis.enabled
name: redis
repository: https://edwardtheharris.github.io/helm-charts
version: 0.0.3
- condition: postgresql.enabled
name: postgresql
repository: https://edwardtheharris.github.io/helm-charts
version: 0.0.3

###
# ```{rubric} Description
# ```
Expand Down
Loading

0 comments on commit 08ed5c3

Please sign in to comment.