Skip to content

Commit 73fc561

Browse files
committed
fix dependency
1 parent 1e27b09 commit 73fc561

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

charts/rocketadmin/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: oci://registry-1.docker.io/bitnamicharts
4+
version: 15.5.5
5+
digest: sha256:211515a9cb2b363b9c087769e3e41f8bb24d68e89e850a1b47a5f4857bd602b5
6+
generated: "2024-06-16T08:17:38.404998434Z"

charts/rocketadmin/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ type: application
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1818
version: 0.1.7
19+
home: https://rocketadmin.com
1920

2021
# This is the version number of the application being deployed. This version number should be
2122
# incremented each time you make changes to the application. Versions are not expected to
2223
# follow Semantic Versioning. They should reflect the version the application is using.
2324
# It is recommended to use it with quotes.
2425
appVersion: "0.14.8"
2526
dependencies:
26-
- name: postgres
27+
- name: postgresql
2728
repository: oci://registry-1.docker.io/bitnamicharts
28-
version: "^15.5.5"
29+
version: "15.5.5"

0 commit comments

Comments
 (0)