Skip to content

Commit

Permalink
Upgrade PostgreSQL dependencies (#8)
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
stevehipwell authored Mar 20, 2020
1 parent aa8996e commit fa9a417
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
charts/
**/test-values.y*ml
2 changes: 1 addition & 1 deletion charts/confluence-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: confluence-server
version: 1.4.1
version: 2.0.0
appVersion: 7.3.3
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:
Expand Down
6 changes: 3 additions & 3 deletions charts/confluence-server/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 1.0.0
digest: sha256:e52aaaf6b24446432ad0e6d5fdeb11483457a8435d5c060badfe405172b2e620
generated: "2019-09-03T18:57:07.1446063+01:00"
version: 4.2.2
digest: sha256:9d7b20ceaeee4e98e251374beca36c5e256e756e832aa5840f2e7da21a267a6d
generated: "2020-03-20T08:56:40.2789338Z"
2 changes: 1 addition & 1 deletion charts/confluence-server/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: postgresql
version: 1.0.0
version: 4.2.2
repository: https://kubernetes-charts.storage.googleapis.com/
condition: postgresql.enabled
2 changes: 1 addition & 1 deletion charts/jira-software/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: jira-software
version: 1.4.0
version: 2.0.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:
Expand Down
6 changes: 3 additions & 3 deletions charts/jira-software/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 1.0.0
digest: sha256:e52aaaf6b24446432ad0e6d5fdeb11483457a8435d5c060badfe405172b2e620
generated: "2019-09-03T18:57:07.1446063+01:00"
version: 4.2.2
digest: sha256:9d7b20ceaeee4e98e251374beca36c5e256e756e832aa5840f2e7da21a267a6d
generated: "2020-03-20T08:54:14.8341303Z"
2 changes: 1 addition & 1 deletion charts/jira-software/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: postgresql
version: 1.0.0
version: 4.2.2
repository: https://kubernetes-charts.storage.googleapis.com/
condition: postgresql.enabled

0 comments on commit fa9a417

Please sign in to comment.