Skip to content

Commit

Permalink
chore: pin cosmo keycloak version in default values (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech authored Sep 19, 2024
1 parent abbbd6b commit 180c714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/cosmo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ This is the official Helm Chart for WunderGraph Cosmo - The Full Lifecycle Graph
| keycloak.image.pullPolicy | string | `"IfNotPresent"` | |
| keycloak.image.registry | string | `"ghcr.io"` | |
| keycloak.image.repository | string | `"wundergraph/cosmo/keycloak"` | |
| keycloak.image.tag | string | `"latest"` | |
| keycloak.image.tag | string | `"0.10.4"` | |
| keycloak.metrics.enabled | bool | `true` | |
| keycloak.podAnnotations."kapp.k14s.io/change-group" | string | `"cosmo.apps.keycloak.wundergraph.com/deployment"` | Support for k14s.io. This annotation will form a group to coordinate deployments with kapp. |
| keycloak.podAnnotations."kapp.k14s.io/change-rule.postgresql" | string | `"upsert after upserting cosmo.apps.postgresql.wundergraph.com/deployment"` | Support for k14s.io. This annotation will wait for the postgresql deployments to be ready before deploying. |
Expand Down
2 changes: 1 addition & 1 deletion helm/cosmo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ keycloak:
repository: wundergraph/cosmo/keycloak
registry: ghcr.io
pullPolicy: IfNotPresent
tag: 'latest'
tag: '0.10.4'
service:
ports:
http: 8080
Expand Down

0 comments on commit 180c714

Please sign in to comment.