Skip to content

Commit

Permalink
feat: naming better
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Feb 9, 2022
1 parent 2ab7565 commit 4b80fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/saleor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: saleor-helm
name: saleor
description: Deploy the saleor backend stack to Kubernetes

# A chart can be either an 'application' or a 'library' chart.
Expand All @@ -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.25
version: 0.1.26

dependencies:
- name: postgresql
Expand Down
3 changes: 1 addition & 2 deletions charts/saleor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ ingress:
hosts:
- host: chart-example.local
paths:
- '/graphql'
- '/feeds/google'
- '/graphql/'
tls: []
# - secretName: chart-example-tls
# hosts:
Expand Down

0 comments on commit 4b80fd9

Please sign in to comment.