Skip to content

Commit

Permalink
Bump group-sync-operator to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Mar 3, 2022
1 parent b831b64 commit 25b35b3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ parameters:
operator:
registry: quay.io
repository: appuio/group-sync-operator
tag: v0.2.0
tag: v0.3.0

manifest_version: ${group_sync_operator:images:operator:tag}
manifest_url: https://raw.githubusercontent.com/appuio/group-sync-operator/${group_sync_operator:manifest_version}/config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@ spec:
subGroupJoinSeparator:
description: SubGroupJoinSeparator represents the separator to join group names if subGroupProcessing is set to join
type: string
subGroupJoinStripRootGroups:
description: SubGroupJoinStripGroups controls whether to strip the root groups given by name.
items:
type: string
type: array
subGroupProcessing:
description: SubGroupProcessing controls how sub groups are processed. Flat flattens the groups and is the default. Groups "hidden-fox" with child "staff" and "purple-bat" with child "staff" become "hidden-fox", "purple-bat", "staff". Join joins the group names with a configurable separator. Groups "hidden-fox" with child "staff" and "purple-bat" with child "staff" become "hidden-fox", "hidden-fox/staff", "purple-bat", "purple-bat/staff".
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/appuio/group-sync-operator:v0.2.0
image: quay.io/appuio/group-sync-operator:v0.3.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,11 @@ spec:
subGroupJoinSeparator:
description: SubGroupJoinSeparator represents the separator to join group names if subGroupProcessing is set to join
type: string
subGroupJoinStripRootGroups:
description: SubGroupJoinStripGroups controls whether to strip the root groups given by name.
items:
type: string
type: array
subGroupProcessing:
description: SubGroupProcessing controls how sub groups are processed. Flat flattens the groups and is the default. Groups "hidden-fox" with child "staff" and "purple-bat" with child "staff" become "hidden-fox", "purple-bat", "staff". Join joins the group names with a configurable separator. Groups "hidden-fox" with child "staff" and "purple-bat" with child "staff" become "hidden-fox", "hidden-fox/staff", "purple-bat", "purple-bat/staff".
enum:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/appuio/group-sync-operator:v0.2.0
image: quay.io/appuio/group-sync-operator:v0.3.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 25b35b3

Please sign in to comment.