Skip to content

Commit

Permalink
Upgrade Jira to v8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell committed Mar 19, 2020
1 parent c170d87 commit aa8996e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/jira-software/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: jira-software
version: 1.3.1
appVersion: 8.7.1
version: 1.4.0
appVersion: 8.8.0
description: Atlassian Jira Software is built for every member of your software team to plan, track, and release great software.
keywords:
- jira
Expand Down
2 changes: 1 addition & 1 deletion charts/jira-software/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following table lists the configurable parameters of the _Jira Software_ cha
| Parameter | Description | Default |
| --------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| `image.repository` | Docker repository to use | `atlassian/jira-software` |
| `image.tag` | Docker tag to use | `8.7.1` |
| `image.tag` | Docker tag to use | `8.8.8` |
| `image.pullPolicy` | Docker image pull policy | `IfNotPresent` |
| `nameOverride` | String to partially override `jira-software.fullname` template (will prepend the release name) | `nil` |
| `fullnameOverride` | String to fully override `jira-software.fullname` template | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion charts/jira-software/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: atlassian/jira-software
tag: 8.7.1
tag: 8.8.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit aa8996e

Please sign in to comment.