Skip to content

Commit c0afe5e

Browse files
Merge pull request #247 from eclipse-tractusx/bugfix/regarding-missing-repository-for-tractus-x-and-identity-hub
fix: update chart versions to 0.1.3 and correct repository paths in values.yaml
2 parents f8efe46 + e7a6d5f commit c0afe5e

File tree

14 files changed

+99
-95
lines changed

14 files changed

+99
-95
lines changed

.github/workflows/helm-lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
run: |
7373
helm repo add bitnami https://charts.bitnami.com/bitnami
7474
helm repo add hashicorp https://helm.releases.hashicorp.com
75+
helm repo add runix https://helm.runix.net
7576
helm repo update
7677
7778
- name: chart-testing (lint)

charts/tractusx-identityhub-memory/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ type: application
3636
# This is the chart version. This version number should be incremented each time you make changes
3737
# to the chart and its templates, including the app version.
3838
# Versions are expected to follow Semantic Versioning (https://semver.org/)
39-
version: 0.1.2
39+
version: v0.2.0-rc2
4040
# This is the version number of the application being deployed. This version number should be
4141
# incremented each time you make changes to the application. Versions are not expected to
4242
# follow Semantic Versioning. They should reflect the version the application is using.
4343
# It is recommended to use it with quotes.
44-
appVersion: "0.1.0"
44+
appVersion: "0.2.0-rc1"
4545
home: https://github.com/eclipse-tractusx/tractusx-identityhub/tree/main/charts/tractusx-identityhub-memory
4646
sources:
4747
- https://github.com/eclipse-tractusx/tractusx-identityhub/tree/main/charts/tractusx-identityhub-memory

charts/tractusx-identityhub-memory/templates/pvc-logging.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
#
2-
# Copyright (c) 2025 LKS Next
3-
# Copyright (c) 2025 Contributors to the Eclipse Foundation
4-
#
5-
# See the NOTICE file(s) distributed with this work for additional
6-
# information regarding copyright ownership.
7-
#
8-
# This program and the accompanying materials are made available under the
9-
# terms of the Apache License, Version 2.0 which is available at
10-
# https://www.apache.org/licenses/LICENSE-2.0
11-
#
12-
# Unless required by applicable law or agreed to in writing, software
13-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15-
# License for the specific language governing permissions and limitations
16-
# under the License.
17-
#
18-
# SPDX-License-Identifier: Apache-2.0
19-
#
1+
#################################################################################
2+
# Copyright (c) 2025,2026 LKS Next
3+
# Copyright (c) 2025 Contributors to the Eclipse Foundation
4+
#
5+
# See the NOTICE file(s) distributed with this work for additional
6+
# information regarding copyright ownership.
7+
#
8+
# This program and the accompanying materials are made available under the
9+
# terms of the Apache License, Version 2.0 which is available at
10+
# https://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15+
# License for the specific language governing permissions and limitations
16+
# under the License.
17+
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
#################################################################################
2020

2121
{{- if and .Values.identityhub.logging.enabled .Values.identityhub.logging.persistence.enabled }}
2222
apiVersion: v1

charts/tractusx-identityhub-memory/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#################################################################################
22
# Copyright (c) 2025 Cofinity-X
3-
# Copyright (c) 2025 LKS Next
3+
# Copyright (c) 2025,2026 LKS Next
44
# Copyright (c) 2025 Contributors to the Eclipse Foundation
55
#
66
# See the NOTICE file(s) distributed with this work for additional
@@ -40,7 +40,7 @@ customCaCerts: {}
4040

4141
identityhub:
4242
image:
43-
repository: ""
43+
repository: "tractusx/identityhub-memory"
4444
# -- [Kubernetes image pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) to use
4545
pullPolicy: IfNotPresent
4646
# -- Overrides the image tag whose default is the chart appVersion

charts/tractusx-identityhub/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ type: application
3636
# This is the chart version. This version number should be incremented each time you make changes
3737
# to the chart and its templates, including the app version.
3838
# Versions are expected to follow Semantic Versioning (https://semver.org/)
39-
version: v0.2.0-rc1
39+
version: v0.2.0-rc2
4040
# This is the version number of the application being deployed. This version number should be
4141
# incremented each time you make changes to the application. Versions are not expected to
4242
# follow Semantic Versioning. They should reflect the version the application is using.
4343
# It is recommended to use it with quotes.
44-
appVersion: "v0.2.0-rc1"
44+
appVersion: "0.2.0-rc1"
4545
home: https://github.com/eclipse-tractusx/tractusx-identityhub/tree/main/charts/tractusx-identityhub
4646
sources:
4747
- https://github.com/eclipse-tractusx/tractusx-identityhub/tree/main/charts/tractusx-identityhub

charts/tractusx-identityhub/templates/pvc-logging.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
#
2-
# Copyright (c) 2025 LKS Next
3-
# Copyright (c) 2025 Contributors to the Eclipse Foundation
4-
#
5-
# See the NOTICE file(s) distributed with this work for additional
6-
# information regarding copyright ownership.
7-
#
8-
# This program and the accompanying materials are made available under the
9-
# terms of the Apache License, Version 2.0 which is available at
10-
# https://www.apache.org/licenses/LICENSE-2.0
11-
#
12-
# Unless required by applicable law or agreed to in writing, software
13-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15-
# License for the specific language governing permissions and limitations
16-
# under the License.
17-
#
18-
# SPDX-License-Identifier: Apache-2.0
19-
#
1+
#################################################################################
2+
# Copyright (c) 2025,2026 LKS Next
3+
# Copyright (c) 2025 Contributors to the Eclipse Foundation
4+
#
5+
# See the NOTICE file(s) distributed with this work for additional
6+
# information regarding copyright ownership.
7+
#
8+
# This program and the accompanying materials are made available under the
9+
# terms of the Apache License, Version 2.0 which is available at
10+
# https://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15+
# License for the specific language governing permissions and limitations
16+
# under the License.
17+
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
#################################################################################
2020

2121
{{- if and .Values.identityhub.logging.enabled .Values.identityhub.logging.persistence.enabled }}
2222
apiVersion: v1

charts/tractusx-identityhub/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#################################################################################
22
# Copyright (c) 2025 Cofinity-X
3-
# Copyright (c) 2025 LKS Next
3+
# Copyright (c) 2025,2026 LKS Next
44
# Copyright (c) 2025 Contributors to the Eclipse Foundation
55
#
66
# See the NOTICE file(s) distributed with this work for additional

charts/tractusx-issuerservice-memory/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ type: application
3737
# This is the chart version. This version number should be incremented each time you make changes
3838
# to the chart and its templates, including the app version.
3939
# Versions are expected to follow Semantic Versioning (https://semver.org/)
40-
version: 0.1.2
40+
version: v0.2.0-rc2
4141
# This is the version number of the application being deployed. This version number should be
4242
# incremented each time you make changes to the application. Versions are not expected to
4343
# follow Semantic Versioning. They should reflect the version the application is using.
4444
# It is recommended to use it with quotes.
45-
appVersion: "0.1.0"
45+
appVersion: "0.2.0-rc1"
4646
home: https://github.com/eclipse-tractusx/tractusx-identityhub/tree/main/charts/tractusx-issuerservice-memory
4747
sources:
4848
- https://github.com/eclipse-tractusx/tractusx-identityhub/tree/main/charts/tractusx-issuerservice-memory

charts/tractusx-issuerservice-memory/templates/pvc-logging.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
#
2-
# Copyright (c) 2025 LKS Next
3-
# Copyright (c) 2025 Contributors to the Eclipse Foundation
4-
#
5-
# See the NOTICE file(s) distributed with this work for additional
6-
# information regarding copyright ownership.
7-
#
8-
# This program and the accompanying materials are made available under the
9-
# terms of the Apache License, Version 2.0 which is available at
10-
# https://www.apache.org/licenses/LICENSE-2.0
11-
#
12-
# Unless required by applicable law or agreed to in writing, software
13-
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15-
# License for the specific language governing permissions and limitations
16-
# under the License.
17-
#
18-
# SPDX-License-Identifier: Apache-2.0
19-
#
1+
#################################################################################
2+
# Copyright (c) 2025,2026 LKS Next
3+
# Copyright (c) 2025 Contributors to the Eclipse Foundation
4+
#
5+
# See the NOTICE file(s) distributed with this work for additional
6+
# information regarding copyright ownership.
7+
#
8+
# This program and the accompanying materials are made available under the
9+
# terms of the Apache License, Version 2.0 which is available at
10+
# https://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14+
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15+
# License for the specific language governing permissions and limitations
16+
# under the License.
17+
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
#################################################################################
2020

2121
{{- if and .Values.issuerservice.logging.enabled .Values.issuerservice.logging.persistence.enabled }}
2222
apiVersion: v1

charts/tractusx-issuerservice-memory/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#################################################################################
22
# Copyright (c) 2025 Cofinity-X
3-
# Copyright (c) 2025 LKS Next
3+
# Copyright (c) 2025,2026 LKS Next
44
# Copyright (c) 2025 Contributors to the Eclipse Foundation
55
#
66
# See the NOTICE file(s) distributed with this work for additional
@@ -36,7 +36,7 @@ customCaCerts: {}
3636

3737
issuerservice:
3838
image:
39-
repository: ""
39+
repository: "tractusx/issuerservice-memory"
4040
# -- [Kubernetes image pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) to use
4141
pullPolicy: IfNotPresent
4242
# -- Overrides the image tag whose default is the chart appVersion

0 commit comments

Comments
 (0)