Skip to content

Commit

Permalink
Merge pull request #298 from RADAR-base/fix-radar-upload-postgres
Browse files Browse the repository at this point in the history
Fixed radar upload backend PostgreSQL configuration
  • Loading branch information
keyvaann authored Nov 15, 2024
2 parents f12df50 + 6c7ac08 commit 3d933a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/radar-upload-connect-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.5.14"
description: A Helm chart for RADAR-base upload connector backend application. This application is an upload system that stores uploaded data and its metadata in PostgreSQL for later processing.
name: radar-upload-connect-backend
version: 0.5.2
version: 0.5.3
icon: "http://radar-base.org/wp-content/uploads/2022/09/Logo_RADAR-Base-RGB.png"
sources:
- https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/radar-upload-connect-backend
Expand Down
2 changes: 1 addition & 1 deletion charts/radar-upload-connect-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# radar-upload-connect-backend
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/radar-upload-connect-backend)](https://artifacthub.io/packages/helm/radar-base/radar-upload-connect-backend)

![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.14](https://img.shields.io/badge/AppVersion-0.5.14-informational?style=flat-square)
![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.14](https://img.shields.io/badge/AppVersion-0.5.14-informational?style=flat-square)

A Helm chart for RADAR-base upload connector backend application. This application is an upload system that stores uploaded data and its metadata in PostgreSQL for later processing.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
jdbcUser: {{ .Values.postgres.user }}
jdbcPassword: {{ .Values.postgres.password }}
additionalPersistenceConfig:
"hibernate.dialect": "org.hibernate.dialect.PostgreSQL95Dialect"
"hibernate.dialect": "org.hibernate.dialect.PostgreSQLDialect"
sourceTypes:
- name: "altoida"
topics:
Expand Down

0 comments on commit 3d933a7

Please sign in to comment.