Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daichi703n committed Mar 18, 2020
1 parent e0f30fa commit f5db02c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0.1"
description: Praeco Helm chart for Kubernetes
name: praeco
version: 0.1.1
version: 0.1.2
2 changes: 1 addition & 1 deletion commands/install.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
helm install --name praeco --namespace elastic praeco-0.1.1.tgz
helm install --name praeco --namespace elastic praeco-0.1.2.tgz
2 changes: 2 additions & 0 deletions commands/repo-upgrade.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
helm upgrade --recreate-pods --install praeco --namespace elastic daichi703n/praeco \
-f vars.yml
2 changes: 1 addition & 1 deletion commands/upgrade.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
helm upgrade --recreate-pods --install praeco --namespace elastic praeco-0.1.1.tgz \
helm upgrade --recreate-pods --install praeco --namespace elastic praeco-0.1.2.tgz \
-f vars.yml
6 changes: 3 additions & 3 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: elastalert
repository: https://daichi703n.github.io/charts/stable
version: 0.1.1
digest: sha256:d8ddb7ba563e7160dd6cb6062a838ced8de53d017b864ea696cc57eb79681939
generated: "2020-02-24T18:01:36.513695+09:00"
version: 0.1.2
digest: sha256:b85bb74cd2b2a401f29edab3195fe86661def1b222559f5d97dd3a461cc50585
generated: "2020-03-19T00:45:26.071379+09:00"
2 changes: 1 addition & 1 deletion requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: elastalert
version: 0.1.1
version: 0.1.2
repository: https://daichi703n.github.io/charts/stable
# repository: file://..//elastalert # for testing

0 comments on commit f5db02c

Please sign in to comment.