Skip to content

Commit

Permalink
automatic pipeline release at withlazers/rustcloak-operator v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Feb 4, 2025
1 parent 1dab4ef commit 339a7d3
Show file tree
Hide file tree
Showing 8 changed files with 980 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/rustcloak-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
- name: Enno Boland
email: mail@eboland.de
url: https://github.com/Gottox
version: 0.1.9
appVersion: "v0.1.9"
version: 0.1.10
appVersion: "v0.1.10"
2 changes: 1 addition & 1 deletion charts/rustcloak-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rustcloak-operator

![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.8](https://img.shields.io/badge/AppVersion-v0.1.8-informational?style=flat-square)
![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.10](https://img.shields.io/badge/AppVersion-v0.1.10-informational?style=flat-square)

The helm-chart for the rustcloak-operator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,40 @@ spec:
description: defines an API request to the Keycloak Admin API.
properties:
endpoint:
oneOf:
- required:
- path
- required:
- parent
properties:
instanceRef:
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
parent:
properties:
parent_ref:
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
sub_path:
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
required:
- parent_ref
- sub_path
type: object
path:
type: string
x-kubernetes-validations:
- message: Value is immutable
rule: self == oldSelf
required:
- instanceRef
- path
type: object
immutablePayload:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,24 @@ spec:
allowRemoteResourceManagement:
nullable: true
type: boolean
authorizationSchema:
nullable: true
properties:
resourceTypes:
additionalProperties:
properties:
scopes:
items:
type: string
nullable: true
type: array
type:
nullable: true
type: string
type: object
nullable: true
type: object
type: object
clientId:
nullable: true
type: string
Expand Down Expand Up @@ -136,6 +154,9 @@ spec:
type: string
nullable: true
type: array
resourceType:
nullable: true
type: string
resources:
items:
type: string
Expand Down Expand Up @@ -403,6 +424,9 @@ spec:
type: string
nullable: true
type: array
resourceType:
nullable: true
type: string
resources:
items:
type: string
Expand Down Expand Up @@ -477,6 +501,9 @@ spec:
type: string
nullable: true
type: array
resourceType:
nullable: true
type: string
resources:
items:
type: string
Expand Down Expand Up @@ -565,6 +592,9 @@ spec:
type: string
nullable: true
type: array
resourceType:
nullable: true
type: string
resources:
items:
type: string
Expand Down
Loading

0 comments on commit 339a7d3

Please sign in to comment.