Skip to content

Commit

Permalink
Update Confluence to v7.3.5 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell authored Apr 19, 2020
1 parent e565223 commit 6c01140
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/confluence-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: confluence-server
version: 2.0.1
appVersion: 7.3.4
version: 2.0.2
appVersion: 7.3.5
description: Atlassian Confluence Server is where you create, organise and discuss work with your team. Capture the knowledge that's too often lost in email inboxes and shared network drives in Confluence - where it's easy to find, use, and update. Give every team, project, or department its own space to create the things they need, whether it's meeting notes, product requirements, file lists, or project plans, you can get more done in Confluence.
keywords:
- confluence
Expand Down
2 changes: 1 addition & 1 deletion charts/confluence-server/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 _Confluence Server_
| Parameter | Description | Default |
| ---------------------------- | -------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| `image.repository` | Docker repository to use | `atlassian/confluence-server` |
| `image.tag` | Docker tag to use | `7.3.4` |
| `image.tag` | Docker tag to use | `7.3.5` |
| `image.pullPolicy` | Docker image pull policy | `IfNotPresent` |
| `nameOverride` | String to partially override `confluence-server.fullname` template (will prepend the release name) | `nil` |
| `fullnameOverride` | String to fully override `confluence-server.fullname` template | `nil` |
Expand Down
2 changes: 1 addition & 1 deletion charts/confluence-server/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: atlassian/confluence-server
tag: 7.3.4
tag: 7.3.5
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 6c01140

Please sign in to comment.