-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Deprecated Confluence Server & Jira Software
Signed-off-by: Steve Hipwell <[email protected]>
- Loading branch information
1 parent
aea8df0
commit 9ac8bf2
Showing
4 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ apiVersion: v2 | |
name: confluence-server | ||
description: Helm chart for Atlassian Confluence Server. | ||
type: application | ||
version: 5.5.17 | ||
version: 5.5.18 | ||
appVersion: 8.5.18 | ||
deprecated: true | ||
home: https://www.atlassian.com/software/confluence | ||
icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/confluence-server/icon.png | ||
keywords: | ||
|
@@ -17,9 +18,6 @@ sources: | |
- https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server | ||
- https://hub.docker.com/r/atlassian/confluence-server | ||
- https://github.com/stevehipwell/helm-charts/ | ||
maintainers: | ||
- name: stevehipwell | ||
email: [email protected] | ||
dependencies: | ||
- name: postgresql | ||
version: 12.12.10 | ||
|
@@ -28,5 +26,5 @@ dependencies: | |
annotations: | ||
artifacthub.io/alternativeName: confluence | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Updated the _Confluence Server_ OCI image to [v8.5.18](https://confluence.atlassian.com/doc/confluence-8-5-release-notes-1252010185.html)." | ||
- kind: deprecated | ||
description: "This chart has been deprecated as Confluence Server is no longer a supported product." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ apiVersion: v2 | |
name: jira-software | ||
description: Helm chart for Atlassian Jira Software. | ||
type: application | ||
version: 5.12.5 | ||
version: 5.12.6 | ||
appVersion: 9.12.5 | ||
deprecated: true | ||
keywords: | ||
- jira | ||
- jira-software | ||
|
@@ -17,9 +18,6 @@ sources: | |
- https://bitbucket.org/atlassian-docker/docker-atlassian-jira/ | ||
- https://hub.docker.com/r/atlassian/jira-software/ | ||
- https://github.com/stevehipwell/helm-charts/ | ||
maintainers: | ||
- name: stevehipwell | ||
email: [email protected] | ||
dependencies: | ||
- name: postgresql | ||
version: 12.12.10 | ||
|
@@ -29,4 +27,8 @@ annotations: | |
artifacthub.io/alternativeName: jira | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
description: "Updated the _Jira Software_ OCI image to [v9.12.5](https://confluence.atlassian.com/jirasoftware/issues-resolved-in-9-12-0-1318887015.html)." | ||
description: "Updated the _PostgreSQL_ dependency ot come from an OCI registry." | ||
- kind: changed | ||
description: "Switched to using the port name for ingress." | ||
- kind: deprecated | ||
description: "This chart has been deprecated as Jira Server is no longer a supported product." |