Skip to content

Commit 4d532fb

Browse files
authored
Merge pull request #70 from FIWARE/bitnami-images
bitnami legacy
2 parents 5028b76 + 63990ad commit 4d532fb

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

charts/data-space-connector/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: data-space-connector
33
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
44
type: application
5-
version: 24.0.0
5+
version: 24.0.4
66
dependencies:
77
- name: postgresql
88
condition: postgresql.enabled
@@ -58,7 +58,7 @@ dependencies:
5858
# contract management
5959
- name: tm-forum-api
6060
condition: tm-forum-api.enabled
61-
version: 0.14.1
61+
version: 0.14.9
6262
repository: https://fiware.github.io/helm-charts
6363
- name: contract-management
6464
condition: contract-management.enabled
@@ -68,7 +68,7 @@ dependencies:
6868
- name: business-api-ecosystem
6969
alias: marketplace
7070
condition: marketplace.enabled
71-
version: 0.11.19
71+
version: 0.11.21
7272
repository: https://fiware.github.io/helm-charts
7373
- name: mongodb
7474
condition: mongodb.enabled

charts/data-space-connector/values.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ issuance:
2626
mysql:
2727
# -- should it be enabled? set to false if one outside the chart is used.
2828
enabled: true
29+
global:
30+
security:
31+
# allow the image from the legacy repo
32+
allowInsecureImages: true
33+
# -- configuration of the used image
34+
image:
35+
# -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
36+
repository: bitnamilegacy/mysql
2937
# -- allows to set a fixed name for the services
3038
fullnameOverride: authentication-mysql
3139
# -- configure authentication to mysql
@@ -110,7 +118,14 @@ credentials-config-service:
110118
postgresql:
111119
# -- should it be enabled? set to false if one outside the chart is used.
112120
enabled: true
121+
global:
122+
security:
123+
# allow the image from the legacy repo
124+
allowInsecureImages: true
125+
# -- configuration of the used image
113126
image:
127+
# -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
128+
repository: bitnamilegacy/postgresql
114129
# -- fixes the unpullable image referenced in the chart
115130
tag: 13.18.0
116131
# -- allows to set a fixed name for the services
@@ -424,6 +439,14 @@ elsi:
424439
keycloak:
425440
# -- should it be enabled? set to false if one outside the chart is used.
426441
enabled: true
442+
global:
443+
security:
444+
# allow the image from the legacy repo
445+
allowInsecureImages: true
446+
# -- configuration of the used image
447+
image:
448+
# -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
449+
repository: bitnamilegacy/keycloak
427450
# -- disable the security context, required by the current quarkus container, will be solved in the future chart versions of keycloak
428451
containerSecurityContext:
429452
enabled: false
@@ -830,6 +853,14 @@ didJson:
830853
# -- configuration of mongo db to be used for the marketplace
831854
mongodb:
832855
enabled: false
856+
# -- configuration of the used image
857+
global:
858+
security:
859+
# allow the image from the legacy repo
860+
allowInsecureImages: true
861+
image:
862+
# -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
863+
repository: bitnamilegacy/mongodb
833864
fullnameOverride: mongodb
834865
auth:
835866
enabled: true

k3s/consumer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ keycloak:
103103
mountPath: /did-material
104104

105105
- name: prepare-envs
106-
image: docker.io/bitnami/keycloak:26.2.1-debian-12-r0
106+
image: docker.io/bitnamilegacy/keycloak:26.2.1-debian-12-r0
107107
command:
108108
- /bin/sh
109109
args:

k3s/provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ keycloak:
722722
mountPath: /did-material
723723

724724
- name: prepare-envs
725-
image: docker.io/bitnami/keycloak:26.2.1-debian-12-r0
725+
image: docker.io/bitnamilegacy/keycloak:26.2.1-debian-12-r0
726726
command:
727727
- /bin/sh
728728
args:

0 commit comments

Comments
 (0)