From f5db02cd2774181ac3fd00d2399bfc8bf292f01b Mon Sep 17 00:00:00 2001 From: Daichi Kimura Date: Thu, 19 Mar 2020 01:03:11 +0900 Subject: [PATCH] Bump to 0.1.2 --- Chart.yaml | 2 +- commands/install.sh | 2 +- commands/repo-upgrade.sh | 2 ++ commands/upgrade.sh | 2 +- requirements.lock | 6 +++--- requirements.yaml | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) create mode 100755 commands/repo-upgrade.sh diff --git a/Chart.yaml b/Chart.yaml index c373f51..3e64169 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/commands/install.sh b/commands/install.sh index ea44c71..de59825 100755 --- a/commands/install.sh +++ b/commands/install.sh @@ -1 +1 @@ -helm install --name praeco --namespace elastic praeco-0.1.1.tgz +helm install --name praeco --namespace elastic praeco-0.1.2.tgz diff --git a/commands/repo-upgrade.sh b/commands/repo-upgrade.sh new file mode 100755 index 0000000..472f998 --- /dev/null +++ b/commands/repo-upgrade.sh @@ -0,0 +1,2 @@ +helm upgrade --recreate-pods --install praeco --namespace elastic daichi703n/praeco \ + -f vars.yml diff --git a/commands/upgrade.sh b/commands/upgrade.sh index 1336b96..a351acd 100755 --- a/commands/upgrade.sh +++ b/commands/upgrade.sh @@ -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 diff --git a/requirements.lock b/requirements.lock index 4bed93b..c9bcf8c 100644 --- a/requirements.lock +++ b/requirements.lock @@ -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" diff --git a/requirements.yaml b/requirements.yaml index ae11bc3..8242b6e 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -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