Skip to content

Commit 2d5bd64

Browse files
committed
Add Chart.lock for shoebox and update .gitignore entries
Add a Chart.lock file for the shoebox chart, specifying the PostgreSQL dependency from Bitnami. Update .gitignore to exclude generated files, such as database files, media, thumbnails, and the packaged PostgreSQL chart.
1 parent cfe0c7e commit 2d5bd64

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ rust-project.json
3636

3737

3838
/charts/shoebox/.myvalues.yaml
39+
/thumbnails/
40+
/media/
41+
/data.db
42+
/data.db-shm
43+
/data.db-wal
44+
/charts/shoebox/charts/postgresql-16.7.4.tgz

charts/shoebox/Chart.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: postgresql
3+
repository: https://charts.bitnami.com/bitnami
4+
version: 16.7.4
5+
digest: sha256:e51a50ce51769407ca715d4aeaa71df731870738e9aeac507f912ecd1d5ebb2b
6+
generated: "2025-05-21T17:02:31.99353427+02:00"

0 commit comments

Comments
 (0)