Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: restructure chart and cleanup #46

Merged
merged 12 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

2 changes: 1 addition & 1 deletion charts/umbrella/.helmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# #############################################################################
# Copyright (c) 2023 Contributors to the Eclipse Foundation
# 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
39 changes: 16 additions & 23 deletions charts/umbrella/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# #############################################################################
# Copyright (c) 2023 Contributors to the Eclipse Foundation
# 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 @@ -28,38 +28,31 @@ sources:
- https://github.com/eclipse-tractusx/e2e-testing

type: application
version: 0.2.2
version: 0.3.0

dependencies:
- alias: certsconsumer
name: certs
version: 0.1.0
- alias: certsprovider
name: certs
version: 0.1.0

# edc consumer
- alias: edcconsumer
name: tractusx-connector-legacy
version: 0.5.0-rc1
repository: https://eclipse-tractusx.github.io/charts/dev
# edc provider
- alias: edcprovider
name: tractusx-connector-legacy
version: 0.5.0-rc1
repository: https://eclipse-tractusx.github.io/charts/dev
evegufy marked this conversation as resolved.
Show resolved Hide resolved

# # TODO: update edc components to R23.12
# # edc consumer
# - alias: edcconsumer
# name: tractusx-connector-legacy
# version: 0.5.0-rc1
# repository: https://eclipse-tractusx.github.io/charts/dev
# # edc provider
# - alias: edcprovider
# name: tractusx-connector-legacy
# version: 0.5.0-rc1
# repository: https://eclipse-tractusx.github.io/charts/dev
# portal
- 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
46 changes: 0 additions & 46 deletions charts/umbrella/charts/certs/.helmignore

This file was deleted.

28 changes: 0 additions & 28 deletions charts/umbrella/charts/certs/Chart.yaml

This file was deleted.

83 changes: 0 additions & 83 deletions charts/umbrella/charts/certs/templates/_helpers.tpl

This file was deleted.

101 changes: 0 additions & 101 deletions charts/umbrella/charts/certs/templates/configmap-daps.yaml

This file was deleted.

Loading
Loading