Skip to content

Commit

Permalink
feat: full Saleor rewrite (#14)
Browse files Browse the repository at this point in the history
* 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
JannikZed authored Jan 2, 2025
1 parent fbe6ce6 commit d8c6ff4
Show file tree
Hide file tree
Showing 34 changed files with 2,294 additions and 671 deletions.
8 changes: 4 additions & 4 deletions charts/saleor/Chart.lock
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"
24 changes: 18 additions & 6 deletions charts/saleor/Chart.yaml
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.
#
Expand All @@ -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
Loading

0 comments on commit d8c6ff4

Please sign in to comment.