Skip to content

Commit

Permalink
Upgrade Jira to v8.11.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell authored Jul 23, 2020
1 parent 7b620dc commit 3affdbf
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: 2.3.0
appVersion: 8.10.0
version: 2.4.0
appVersion: 8.11.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 @@ -46,7 +46,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.10.0` |
| `image.tag` | Docker tag to use | `8.11.0` |
| `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.10.0
tag: 8.11.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 3affdbf

Please sign in to comment.