Skip to content

Commit e12cfe0

Browse files
authored
chore: update README instructions for new version of bitnami helm chart (#318)
allow third images to be deployed by the chart, related to bitnami/charts#30850 and https://camunda.slack.com/archives/C03UR0V2R2M/p1741002015819099
1 parent 14ed6a6 commit e12cfe0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ externalDatabase:
9696
port: 5432
9797
user: keycloak
9898
database: keycloak
99+
100+
global:
101+
security:
102+
# The following parameter is required due to https://github.com/bitnami/charts/issues/30850
103+
# It does not lower security, as it only allows forks of Bitnami images, such as this one, to be deployed by the chart.
104+
allowInsecureImages: true
99105
```
100106

101107
Feel free to adjust the values according to your actual configuration.

0 commit comments

Comments
 (0)