Skip to content

Commit

Permalink
Merge pull request #142 from catenax-ng/ng-dbupgrade
Browse files Browse the repository at this point in the history
chore: Database upgrade
  • Loading branch information
adkumar1 authored Mar 18, 2024
2 parents ff7a120 + 9ae4e90 commit f02dc4e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed
- Postgres DB upgrade

## [1.5.7] - 2024-03-13
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se

```shell
Application version: 1.5.7
Helm release version: 1.5.7
Helm release version: 1.5.8
```

# Container images
Expand Down Expand Up @@ -50,7 +50,7 @@ You can find the standard credentials as well as further database configurations

### Prerequisites
- JDK18
- Postgres 13.2
- Postgres 15.4
- Docker
- kubeapps
- Helm chart for Package installation
Expand Down
6 changes: 3 additions & 3 deletions charts/orchestrator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.9.13
digest: sha256:e99b8ccc89621db99f5ff92fbdb178a236b95624fea6838606f4f6d495916055
generated: "2023-02-01T17:13:01.090918+05:30"
version: 12.12.10
digest: sha256:3e50f191dcf868228a07a26896bd4759db58461fac5fe593ebadd95d18c4e8e1
generated: "2024-03-18T13:08:05.678328+05:30"
4 changes: 2 additions & 2 deletions charts/orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.5.7
version: 1.5.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -50,4 +50,4 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
version: 12.x.x
6 changes: 3 additions & 3 deletions charts/orchestrator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# managed-service-orchestrator

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

This service will help service provider to set up DFT/SDE with EDC and EDC as service in service provider environment.

Expand All @@ -12,7 +12,7 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql | 11.x.x |
| https://charts.bitnami.com/bitnami | postgresql | 12.x.x |

## Values

Expand All @@ -24,7 +24,7 @@ This service will help service provider to set up DFT/SDE with EDC and EDC as se
| affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0].weight | int | `100` | |
| autoscaling.enabled | bool | `false` | |
| image.pullPolicy | string | `"Always"` | Set the Image Pull Policy |
| image.repository | string | `"ghcr.io/catenax-ng/tx-autosetup-backend/autosetup"` | Image to use for deploying an application |
| image.repository | string | `"ghcr.io/catenax-ng/tx-managed-service-orchestrator/autosetup"` | Image to use for deploying an application |
| image.tag | string | `""` | Image tage is defined in chart appVersion |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | Annotations to add to the ingress |
Expand Down
2 changes: 1 addition & 1 deletion charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ replicaCount: 1

image:
# -- Image to use for deploying an application
repository: ghcr.io/catenax-ng/tx-autosetup-backend/autosetup
repository: ghcr.io/catenax-ng/tx-managed-service-orchestrator/autosetup
# -- Set the Image Pull Policy
pullPolicy: Always
# -- Image tage is defined in chart appVersion
Expand Down

0 comments on commit f02dc4e

Please sign in to comment.