forked from getredash/contrib-helm-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed custom configmap (getredash#158)
* updated docs, removed custom entrypoint scripts * reverted env variables naming * updated image and chart version * upgraded actions * upgraded dependencies, fixed app version tag and repo --------- Co-authored-by: Andrii Chubatiuk <wachy@Andriis-MBP-2.lan>
- Loading branch information
1 parent
7bf2bab
commit 9d90324
Showing
12 changed files
with
109 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: redis | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 18.19.4 | ||
version: 19.1.0 | ||
- name: postgresql | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 13.4.6 | ||
digest: sha256:bf1381bd95e1b7b7b93fc6e69ebc9c40c46ac7d39e6cbfa148e626b17f4d319c | ||
generated: "2024-03-27T00:08:04.068636333+02:00" | ||
version: 15.2.5 | ||
digest: sha256:737414ecea2a8b28eb5170ec23dcc35251a77836e71283623d29874c4404159c | ||
generated: "2024-04-11T10:04:30.905003+03:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: redis | ||
version: "^18.9.0" | ||
version: "^19.1.0" | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
condition: redis.enabled | ||
- name: postgresql | ||
version: "^13.4.1" | ||
version: "^15.2.0" | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
condition: postgresql.enabled |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.