Skip to content

Commit

Permalink
Merge pull request #48 from eclipse-tractusx/chore/upgrade-portal-iam
Browse files Browse the repository at this point in the history
feat: upgrade portal and iam subcharts to 23.12 release
  • Loading branch information
almadigabor authored Jan 29, 2024
2 parents c91af41 + 736ef43 commit 3158758
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/helm-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
# SPDX-License-Identifier: Apache-2.0
# #############################################################################
---
name: Helm Checks (Lint, Test, Kyverno policies)
name: Helm Checks (Lint, Install)

on:
pull_request:
paths:
- 'charts/**'
branches:
- main
# branches:
# - main
workflow_dispatch:
inputs:
node_image:
Expand Down Expand Up @@ -154,4 +155,3 @@ jobs:
#
# - name: Test new resources against existing policies
# run: kyverno apply .github/kyverno-policies/ -r charts/umbrella-template.yaml

6 changes: 3 additions & 3 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ dependencies:
- condition: portal.enabled
name: portal
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.6.0
version: 1.7.0
# cx-iam
- condition: centralidp.enabled
name: centralidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.2.0
version: 2.0.0
- condition: sharedidp.enabled
name: sharedidp
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.2.0
version: 2.0.0

0 comments on commit 3158758

Please sign in to comment.