Skip to content

Commit

Permalink
Merge pull request #33 from catenax-ng/rel-24.03
Browse files Browse the repository at this point in the history
[chore|SDE] Helm charts update and release tag
  • Loading branch information
almadigabor authored Feb 21, 2024
2 parents 6ed7e19 + 6b75086 commit e0d5219
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/helm-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#################################################################################
# Copyright (c) 2023 T-Systems International GmbH
# Copyright (c) 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2023,2024 T-Systems International GmbH
# Copyright (c) 2023,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand Down Expand Up @@ -43,7 +43,7 @@ on:
upgrade_from:
description: 'chart version to upgrade from'
# chart version from 3.2 release as default
default: '0.1.1'
default: '0.1.4'
required: false
type: string

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
helm install simpledataexchanger tractusx-dev/sde --version ${{ github.event.inputs.upgrade_from || '0.1.0' }}
helm install simpledataexchanger tractusx-dev/sde --version ${{ github.event.inputs.upgrade_from || '0.1.3' }}
helm dependency update charts/simpledataexchanger
helm upgrade simpledataexchanger charts/simpledataexchanger
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple-Data-Exchanger helm chart.

## 0.1.4
### Change
- changed to v2.3.5 docker image version.
- fixed build docker image change for vulnerability issue.
- backend configurations properties updated in values.yaml.


## 0.1.3
### Change
- changed to v2.3.3 docker image version.
Expand Down
10 changes: 5 additions & 5 deletions charts/simpledataexchanger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#################################################################################
# Copyright (c) 2023 T-Systems International GmbH
# Copyright (c) 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2023,2024 T-Systems International GmbH
# Copyright (c) 2023,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -19,7 +19,7 @@
################################################################################
apiVersion: v2
name: sde
description: A Helm chart for Kubernetes
description: A Helm chart for simple data exchanger
# A chart can be either an 'application' or a 'library' chart.
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
Expand All @@ -32,12 +32,12 @@ 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: 0.1.3
version: 0.1.4
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.3.3"
appVersion: "2.3.5"

dependencies:
- condition: sdepostgresql.enabled
Expand Down
9 changes: 7 additions & 2 deletions charts/simpledataexchanger/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#################################################################################
# Copyright (c) 2023 T-Systems International GmbH
# Copyright (c) 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2023,2024 T-Systems International GmbH
# Copyright (c) 2023,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand Down Expand Up @@ -183,6 +183,11 @@ backend:
portal.backend.clientId=default
portal.backend.clientSecret=default
portal.backend.grantType=default
policy.hub.hostname=default
policy.hub.authentication.url=default
policy.hub.clientId=default
policy.hub.clientSecret=default
policy.hub.grantType=client_credentials
frontend:
image:
Expand Down

0 comments on commit e0d5219

Please sign in to comment.