Skip to content

Commit

Permalink
New version Jira exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy authored and Whyeasy committed Jul 1, 2020
1 parent ba9e0ef commit 4b8d652
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/jira-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/jira-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/jira-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b8d652

Please sign in to comment.