-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: making it all work now * feat: further improvements and readmes * fix: removing test file * feat: using postgres user and no secret overqrite
- Loading branch information
Showing
34 changed files
with
2,294 additions
and
671 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 11.9.7 | ||
version: 12.12.5 | ||
- name: redis | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 17.3.4 | ||
digest: sha256:a8110672f11d7be1e68b562e56ffbadabe1fd5b9ad19e91109f17317dd1f7910 | ||
generated: "2022-10-10T18:38:06.409054+02:00" | ||
version: 18.1.0 | ||
digest: sha256:ed057e143deecb6af6c85d1345d2a5d6e7b7007ceb7024efc55532d5c4a31dc2 | ||
generated: "2024-12-23T17:00:54.594721+01: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,6 +1,6 @@ | ||
apiVersion: v2 | ||
name: saleor | ||
description: Deploy the saleor backend stack to Kubernetes | ||
description: A Helm chart for deploying Saleor e-commerce platform with Dashboard | ||
|
||
# A chart can be either an 'application' or a 'library' chart. | ||
# | ||
|
@@ -14,13 +14,25 @@ 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.2.25 | ||
version: 1.0.0 | ||
appVersion: "3.19.0" | ||
|
||
maintainers: | ||
- name: Saleor Maintainers | ||
email: [email protected] | ||
|
||
keywords: | ||
- saleor | ||
- ecommerce | ||
- graphql | ||
- dashboard | ||
|
||
dependencies: | ||
- name: postgresql | ||
repository: "https://charts.bitnami.com/bitnami" | ||
version: "11.9.7" | ||
repository: https://charts.bitnami.com/bitnami | ||
version: "12.12.5" | ||
condition: postgresql.enabled | ||
- name: redis | ||
repository: "https://charts.bitnami.com/bitnami" | ||
version: "17.3.4" | ||
repository: https://charts.bitnami.com/bitnami | ||
version: "18.1.0" | ||
condition: redis.enabled |
Oops, something went wrong.