From 4b8d6526b06f1411842d6f7979ed7e6aa5a95bd7 Mon Sep 17 00:00:00 2001 From: Whyeasy Date: Wed, 1 Jul 2020 13:11:08 +0200 Subject: [PATCH] New version Jira exporter --- charts/jira-exporter/Chart.yaml | 2 +- charts/jira-exporter/README.md | 2 +- charts/jira-exporter/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/jira-exporter/Chart.yaml b/charts/jira-exporter/Chart.yaml index 58324f1..ecb3e75 100644 --- a/charts/jira-exporter/Chart.yaml +++ b/charts/jira-exporter/Chart.yaml @@ -3,4 +3,4 @@ name: jira-exporter description: A Helm chart to deploy [jira-exporter](https://github.com/Whyeasy/jira-exporter) type: application version: 0.1.0 -appVersion: 0.0.1 +appVersion: 0.0.2 diff --git a/charts/jira-exporter/README.md b/charts/jira-exporter/README.md index 6ad8a5c..3fb6e3c 100644 --- a/charts/jira-exporter/README.md +++ b/charts/jira-exporter/README.md @@ -18,7 +18,7 @@ Current chart version is `0.1.0` | fullnameOverride | string | `""` | full name of the chart. | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"whyeasy/jira-exporter"` | image repository | -| image.tag | string | `"v0.0.1"` | image tag | +| image.tag | string | `"v0.0.2"` | image tag | | imagePullSecrets | list | `[]` | image pull secret for private images | | nameOverride | string | `""` | override name of the chart | | nodeSelector | object | `{}` | node for scheduler pod assignment | diff --git a/charts/jira-exporter/values.yaml b/charts/jira-exporter/values.yaml index b6e12fc..195eed8 100644 --- a/charts/jira-exporter/values.yaml +++ b/charts/jira-exporter/values.yaml @@ -2,7 +2,7 @@ image: # image.repository -- image repository repository: whyeasy/jira-exporter # image.tag -- image tag - tag: v0.0.1 + tag: v0.0.2 # image.pullPolicy -- image pull policy pullPolicy: IfNotPresent