Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing parodos-dev to rhdhorchestrator in some links - v1.4 #588

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workflows/move2kube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The use case has the following components:

## Installation

See [official installation guide](https://github.com/parodos-dev/serverless-workflows-config/blob/main/docs/main/move2kube)
See [official installation guide](https://github.com/rhdhorchestrator/serverless-workflows-config/blob/main/docs/main/move2kube)

## Usage
1. Create a workspace and a project under it in your move2kube instance
Expand Down
2 changes: 1 addition & 1 deletion workflows/mtv-migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Application properties can be initialized from environment variables before runn

## Installation

See [official installation guide](https://github.com/parodos-dev/serverless-workflows-config/blob/main/docs/main/mtv-migration)
See [official installation guide](https://github.com/rhdhorchestrator/serverless-workflows-config/blob/main/docs/main/mtv-migration)

## How to run
Example of POST to trigger the flow (see input schema [mtv-input.json](./schema/mtv-input.json)):
Expand Down
2 changes: 1 addition & 1 deletion workflows/mtv-plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Application properties can be initialized from environment variables before runn

## Installation

See [official installation guide](https://github.com/parodos-dev/serverless-workflows-config/blob/main/docs/main/mtv-plan)
See [official installation guide](https://github.com/rhdhorchestrator/serverless-workflows-config/blob/main/docs/main/mtv-plan)


## How to run
Expand Down
2 changes: 1 addition & 1 deletion workflows/rpj/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In this project, a side proxy application was created in order to avoid self-sig
If you RPJ is configured properly (i.e: without self-signed certificates), you can remove the proxy application.

# Workflow Diagram
![rpj workflow diagram](https://github.com/parodos-dev/serverless-workflows/blob/main/rpj/rpj.svg?raw=true)
![rpj workflow diagram](https://github.com/rhdhorchestrator/serverless-workflows/blob/main/rpj/rpj.svg?raw=true)

# Workflow application configuration
Application properties can be initialized from environment variables before running the application:
Expand Down
2 changes: 1 addition & 1 deletion workflows/rpj/rpj.sw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extensions:
outputSchema: schemas/workflow-output-schema.json
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/rhdhorchestrator/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
functions:
- name: run
operation: specs/rpj.json#run
Expand Down