Skip to content

Commit 6126e56

Browse files
authored
Merge pull request #3 from FIWARE/chore/deps
chore(deps): update odrl-authorization and vc-authentication dependencies
2 parents 4701fef + 2119bb3 commit 6126e56

6 files changed

Lines changed: 24 additions & 82 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: vc-authentication
33
repository: https://fiware.github.io/vc-authentication/
4-
version: 0.2.1
4+
version: 1.0.0
55
- name: odrl-authorization
66
repository: https://fiware.github.io/odrl-authorization/
7-
version: 1.0.4
8-
digest: sha256:d54c6085095ea088f3d2bd1c1ff2adda16e35fa3a796ce86395d852c67ac3653
9-
generated: "2025-12-23T12:48:34.832716+01:00"
7+
version: 1.0.5
8+
digest: sha256:7eecfb0950881580753d6c0286f45d2369bbf08a8eea4343ddb43a78b2953436
9+
generated: "2026-01-09T11:38:44.561437+01:00"

charts/decentralized-iam/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: decentralized-iam
33
description: Umbrella Chart for the FIWARE decentralized-iam, combining FIWARE vc-authentication and odrl-authorization components.
44
type: application
5-
version: 0.2.0
5+
version: 0.2.1
66
dependencies:
77
- name: vc-authentication
88
repository: https://fiware.github.io/vc-authentication/
9-
version: 0.2.1
9+
version: 1.0.0
1010
- name: odrl-authorization
1111
repository: https://fiware.github.io/odrl-authorization/
12-
version: 1.0.4
12+
version: 1.0.5

deploy/config/postgresql.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

deploy/helmfile.yaml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,17 @@
11
repositories:
2-
- name: postgres-operator
3-
url: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
42
- name: fiware
53
url: https://fiware.github.io/helm-charts
64
- name: bitnami
75
url: https://charts.bitnami.com/bitnami
86

97
releases:
10-
- name: psql
11-
namespace: iam
12-
chart: postgres-operator/postgres-operator
13-
version: 1.13.0
14-
labels:
15-
deploy: infra
16-
hooks:
17-
- events: ["postsync"]
18-
showlogs: true
19-
command: "kubectl"
20-
args:
21-
- "apply"
22-
- "-n"
23-
- "{{ .Release.Namespace }}"
24-
- "-f"
25-
- "./config/postgresql.yaml"
26-
- events: ["preuninstall"]
27-
showlogs: true
28-
command: "kubectl"
29-
args:
30-
- "delete"
31-
- "-n"
32-
- "{{ .Release.Namespace }}"
33-
- "-f"
34-
- "./config/postgresql.yaml"
35-
368
- name: keycloak
379
namespace: iam
3810
chart: oci://registry-1.docker.io/bitnamicharts/keycloak
3911
version: 25.2.0
4012
labels:
4113
deploy: infra
4214
needs:
43-
- iam/psql
4415
- iam/iam
4516
values:
4617
- values/keycloak.yaml
@@ -81,8 +52,6 @@ releases:
8152
deploy: iam
8253
values:
8354
- values/iam.yaml
84-
needs:
85-
- iam/psql
8655
hooks:
8756
- events: ["presync"]
8857
showlogs: true

deploy/values/iam.yaml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
vc-authentication:
2-
authentication:
3-
mysqlRootPassword: eofUpsr1ru5x60tMHWzUSxur1lxNyN
4-
mysqlReplicationPassword: mRBd34c7I1Bq9zFL@tPN6E$IIB^rfyWd
5-
mysqlPassword: BewlyMBIb5^Ly8jB!$kKpIH^z!VIq#af
2+
postgres-operator:
3+
configKubernetes:
4+
enable_cross_namespace_secret: true
65

7-
mysql:
8-
auth:
9-
rootPassword: eofUpsr1ru5x60tMHWzUSxur1lxNyN
10-
password: BewlyMBIb5^Ly8jB!$kKpIH^z!VIq#af
11-
primary:
12-
persistence:
13-
enabled: false
6+
managedPostgres:
7+
enabled: true
8+
config:
9+
volume:
10+
storageClass: "local-path"
11+
users:
12+
keycloak:
13+
- createdb
14+
odrl:
15+
- createdb
16+
databases:
17+
keycloak: keycloak
18+
odrl: odrl
1419

1520
vcverifier:
1621
ingress:
@@ -79,10 +84,6 @@ vc-authentication:
7984
className: apisix
8085
hosts:
8186
- host: til.127.0.0.1.nip.io
82-
config:
83-
datasources:
84-
default:
85-
dialect: MYSQL
8687

8788
credentials-config-service:
8889
registration:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<release.version>17</release.version>
1818

1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<version.io.kokuwa.maven.k3s-plugin>1.3.0</version.io.kokuwa.maven.k3s-plugin>
20+
<version.io.kokuwa.maven.k3s-plugin>2.0.3</version.io.kokuwa.maven.k3s-plugin>
2121
<version.org.apache.maven.plugins.maven-install>3.1.1</version.org.apache.maven.plugins.maven-install>
2222
<version.org.apache.maven.plugins.maven-source>2.4</version.org.apache.maven.plugins.maven-source>
2323
<version.org.apache.maven.plugins.maven-jar>3.3.0</version.org.apache.maven.plugins.maven-jar>

0 commit comments

Comments
 (0)