You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pin Bitnami Keycloak chart version to pre container image security assessment feature
Closes#19
See merge request observability-bd-projects/one-observability-demo!179
Copy file name to clipboardExpand all lines: PetAdoptions/keycloak-setup.sh
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -594,6 +594,12 @@ function install_keycloak() {
594
594
echo"Application 'keycloak' will be installed."
595
595
596
596
echo"Generating keycloak chart values..."
597
+
# UPDATE: Disable resource presets and explicitly set container resources to avoid below warning.
598
+
#
599
+
# WARNING: There are "resources" sections in the chart not set. Using "resourcesPreset" is not recommended for production. For production installations, please set the following values according to your workload needs:
0 commit comments