File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11dependencies:
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"
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apiVersion: v2
22name : decentralized-iam
33description : Umbrella Chart for the FIWARE decentralized-iam, combining FIWARE vc-authentication and odrl-authorization components.
44type : application
5- version : 0.2.0
5+ version : 0.2.1
66dependencies :
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11repositories :
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
97releases :
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
Original file line number Diff line number Diff line change 11vc-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 :
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments