Skip to content

Commit

Permalink
Merge pull request #354 from ElaiShalevRH/advanced-workflow-naming
Browse files Browse the repository at this point in the history
changing complex to advanced
  • Loading branch information
masayag authored Dec 15, 2024
2 parents 9f27885 + a96d758 commit c45f908
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions helm-charts/orchestrator/templates/rhdh-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,18 @@ data:
locations:
{{- if .Values.rhdhOperator.enableGuestProvider }}
- type: url
target: https://github.com/parodos-dev/orchestrator-helm-chart/blob/main/resources/users.yaml
target: https://github.com/rhdhorchestrator/orchestrator-helm-chart/blob/main/resources/users.yaml
{{- end }}
- type: url
target: https://github.com/parodos-dev/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/entities/workflow-resources.yaml
target: https://github.com/rhdhorchestrator/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/entities/workflow-resources.yaml
- type: url
target: https://github.com/parodos-dev/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/scaffolder-templates/basic-workflow/template.yaml
target: https://github.com/rhdhorchestrator/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/scaffolder-templates/github-workflows/basic-workflow/template.yaml
- type: url
target: https://github.com/parodos-dev/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/scaffolder-templates/complex-assessment-workflow/template.yaml
target: https://github.com/rhdhorchestrator/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/scaffolder-templates/github-workflows/advanced-workflow/template.yaml
- type: url
target: https://github.com/rhdhorchestrator/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/scaffolder-templates/gitlab-workflows/basic-workflow/template.yaml
- type: url
target: https://github.com/rhdhorchestrator/workflow-software-templates/blob/{{ .Values.rhdhOperator.catalogBranch }}/scaffolder-templates/gitlab-workflows/advanced-workflow/template.yaml
- type: url
target: https://github.com/redhat-developer/rhdh-plugins/blob/main/workspaces/orchestrator/plugins/orchestrator-common/src/generated/docs/api-doc/orchestrator-api.yaml
{{- end }}
Expand Down

0 comments on commit c45f908

Please sign in to comment.