Skip to content

Commit

Permalink
🐛 Fix promote issue (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakayolo authored Apr 8, 2021
1 parent 04b535e commit 255c1d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion charts/kinto/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
charts
charts
values-kinto.yaml
2 changes: 1 addition & 1 deletion charts/kinto/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kinto
home: https://www.kintohub.com/
version: 0.5.3
version: 0.5.4
description: All-in-one deployment platform designed for fullstack developers
dependencies:
- name: nginx-ingress-controller
Expand Down
2 changes: 1 addition & 1 deletion charts/kinto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ common:
core:
replicas: 1

image: kinto-core:v0.2.0
image: kinto-core:v0.2.1
imagePullPolicy: IfNotPresent

# existingSecret: kinto-core
Expand Down

0 comments on commit 255c1d8

Please sign in to comment.