diff --git a/charts/orchestrator/Chart.yaml b/charts/orchestrator/Chart.yaml index 3707c9d7..ef3ae3b4 100644 --- a/charts/orchestrator/Chart.yaml +++ b/charts/orchestrator/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.29 +version: 0.2.30 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/orchestrator/templates/rhdh-operator.yaml b/charts/orchestrator/templates/rhdh-operator.yaml index 7ad3f356..1865103b 100644 --- a/charts/orchestrator/templates/rhdh-operator.yaml +++ b/charts/orchestrator/templates/rhdh-operator.yaml @@ -321,7 +321,7 @@ data: ] locations: - type: url - target: https://github.com/janus-idp/backstage-plugins/blob/main/plugins/notifications-backend/users.yaml + target: https://github.com/parodos-dev/orchestrator-helm-chart/blob/main/resources/users.yaml - type: url target: https://github.com/parodos-dev/workflow-software-templates/blob/main/entities/workflow-resources.yaml - type: url diff --git a/resources/users.yaml b/resources/users.yaml new file mode 100644 index 00000000..b9f18054 --- /dev/null +++ b/resources/users.yaml @@ -0,0 +1,17 @@ +apiVersion: backstage.io/v1alpha1 +kind: Group +metadata: + name: guest + description: Team A +spec: + type: team + children: [] +--- +apiVersion: backstage.io/v1alpha1 +kind: User +metadata: + name: guest +spec: + profile: + displayName: Guest User + memberOf: [guest]