Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #294 from boschresearch/fix/update-chart-versions
Browse files Browse the repository at this point in the history
new bpa chart version, new bitnami chart version, tagged postgres to …
  • Loading branch information
etschelp authored Dec 8, 2020
2 parents ddba5bb + d1b7601 commit 2f3d8ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/bpa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bpa
description: The Business Partner Agent allows to manage and exchange master data between organizations.
type: application
version: 0.1.0-alpha2.2
version: 0.1.0-alpha2.3

appVersion: latest

Expand All @@ -15,6 +15,6 @@ maintainers:

dependencies:
- name: postgresql
version: 9.7.2 # TODO use 12.x
version: 10.1.3
repository: https://charts.bitnami.com/bitnami/
condition: persistence.deployPostgres
2 changes: 2 additions & 0 deletions charts/bpa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,6 @@ postgresql:

# -- Enable PostgreSQL persistence using Persistent Volume Claims.
enabled: false
image:
tag: 12

0 comments on commit 2f3d8ce

Please sign in to comment.