Try my best to get postgres working
This commit is contained in:
parent
bf5345cfa9
commit
32ccdaf820
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,4 @@
|
|||
[submodule "django-helm-chart"]
|
||||
path = django-helm-chart
|
||||
url = https://gitlab.com/burke-software/django-helm-chart.git
|
||||
url = git@gitlab.com:burke-software/django-helm-chart.git
|
||||
#url = https://gitlab.com/burke-software/django-helm-chart.git
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.1.9
|
||||
version: 11.1.15
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 16.5.5
|
||||
digest: sha256:51ec80ddbb6bd3084b70ebd8c304e621a610842c462445117bb829c331a97037
|
||||
generated: "2022-03-22T15:12:00.309731405-04:00"
|
||||
digest: sha256:c769fee32aa0f3e27d2bdb7ac74867a60a02da0fc123ba73e68f52c00044fe89
|
||||
generated: "2022-04-05T10:30:44.77043487-04:00"
|
||||
|
|
|
@ -14,7 +14,7 @@ type: application
|
|||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
|
BIN
charts/postgresql-11.1.15.tgz
Normal file
BIN
charts/postgresql-11.1.15.tgz
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
Subproject commit fa7f7acd2bb8e9ff0840c1b8f55d53ea70082dfe
|
||||
Subproject commit 74f1ec9f6c770f43fa1a2c1af30f53262aaa6193
|
Loading…
Reference in a new issue