We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49353bd commit 251723dCopy full SHA for 251723d
2 files changed
charts/brokencrystals/Chart.yaml
@@ -4,7 +4,7 @@ description: |
4
Benchmark application that uses modern technologies and implements a set of
5
common security vulnerabilities
6
type: application
7
-version: 0.0.49
+version: 0.0.50
8
keywords:
9
- brokencrystals
10
- brkn
charts/brokencrystals/templates/deployment.yaml
@@ -77,7 +77,7 @@ spec:
77
readOnly: true
78
79
- name: keycloak
80
- image: jboss/keycloak:latest
+ image: quay.io/keycloak/keycloak:16.1.1
81
resources:
82
requests:
83
cpu: 100m
0 commit comments