Skip to content

Commit

Permalink
feat(deps): update xpkg.upbound.io/crossplane-contrib/provider-keyclo…
Browse files Browse the repository at this point in the history
…ak docker tag to v1.10.1 (#1015)

* feat(deps): update xpkg.upbound.io/crossplane-contrib/provider-keycloak docker tag to v1.10.1

* add priority feature

Signed-off-by: phac008 <[email protected]>

---------

Signed-off-by: phac008 <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: phac008 <[email protected]>
  • Loading branch information
renovate[bot] and phac008 authored Jan 27, 2025
1 parent 394e931 commit 1afe742
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion platform-apps/charts/keycloak/templates/2faflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ metadata:
spec:
forProvider:
authenticator: auth-cookie
priority: 1
parentFlowAliasSelector:
matchLabels:
platform-engineer.cloud/flow: 2faflow
Expand All @@ -70,6 +71,7 @@ metadata:
spec:
forProvider:
authenticator: identity-provider-redirector
priority: 2
parentFlowAliasSelector:
matchLabels:
platform-engineer.cloud/flow: 2faflow
Expand All @@ -90,6 +92,7 @@ metadata:
spec:
forProvider:
authenticator: auth-username-password-form
priority: 3
parentFlowAliasSelector:
matchLabels:
platform-engineer.cloud/flow: 2faflow
Expand All @@ -112,6 +115,7 @@ metadata:
spec:
forProvider:
authenticator: auth-conditional-otp-form
priority: 4
parentFlowAliasSelector:
matchLabels:
platform-engineer.cloud/flow: 2faflow
Expand Down Expand Up @@ -185,4 +189,4 @@ spec:
name: "{{ $.Release.Name }}-config"
---
{{- end }}
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion platform-apps/charts/keycloak/templates/cp-provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "-10"
spec:
package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.9.2
package: xpkg.upbound.io/crossplane-contrib/provider-keycloak:v1.10.1

0 comments on commit 1afe742

Please sign in to comment.