-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #392 from jenniferubah/orchestrator-plugins-rc7
Orchestrator plugin 1.3.0-rc.7
- Loading branch information
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -266,11 +266,11 @@ spec: | |
properties: | ||
package: | ||
description: Package name | ||
default: [email protected].4 | ||
default: [email protected].7 | ||
type: string | ||
integrity: | ||
description: Package SHA integrity | ||
default: sha512-sB2VsgsLGXYvM9DHgXPJ24CCP+w7AwzBQDAkA+zZlJeJfPe+KelbhX5OTjl7VoE3Yp+1vIaNPX/9sc0c+DFSxg== | ||
default: sha512-wOKbnn9L89YAZRS6NLIGB3CtRgemLVxttse26poNfrRs0m40kj4DuP7ELAsuCGhz5CfQqwIA3t/w/8dOrRw3cw== | ||
type: string | ||
type: object | ||
orchestratorBackend: | ||
|
@@ -279,11 +279,11 @@ spec: | |
package: | ||
description: Package name | ||
type: string | ||
default: [email protected].4 | ||
default: [email protected].7 | ||
integrity: | ||
description: Package SHA integrity | ||
type: string | ||
default: sha512-nXY/bYGSRVuRMr2EfdV2TZBV9zyIK1lBOst+Sy6kzgJockuv3RX1mvBpC9x1nbFGsRkjd6hLrpx0YWsceapd7A== | ||
default: sha512-DM1amRIdclPjWfRboRXo+oz4mdNW58rW2WDxvU+VCGbx5LOBQKpAOuvKwxWQtCcKQ74wPrtDkWZbpKr3fMPqsg== | ||
type: object | ||
notifications: | ||
description: Notification plugin information | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,11 @@ spec: | |
npmRegistry: "https://npm.registry.redhat.com" # NPM registry is defined already in the container, but sometimes the registry need to be modified to use different versions of the plugin, for example: staging(https://npm.stage.registry.redhat.com) or development repositories | ||
scope: "@redhat" | ||
orchestrator: | ||
package: "[email protected].4" | ||
integrity: sha512-sB2VsgsLGXYvM9DHgXPJ24CCP+w7AwzBQDAkA+zZlJeJfPe+KelbhX5OTjl7VoE3Yp+1vIaNPX/9sc0c+DFSxg== | ||
package: "[email protected].7" | ||
integrity: sha512-wOKbnn9L89YAZRS6NLIGB3CtRgemLVxttse26poNfrRs0m40kj4DuP7ELAsuCGhz5CfQqwIA3t/w/8dOrRw3cw== | ||
orchestratorBackend: | ||
package: "[email protected].4" | ||
integrity: sha512-nXY/bYGSRVuRMr2EfdV2TZBV9zyIK1lBOst+Sy6kzgJockuv3RX1mvBpC9x1nbFGsRkjd6hLrpx0YWsceapd7A== | ||
package: "[email protected].7" | ||
integrity: sha512-DM1amRIdclPjWfRboRXo+oz4mdNW58rW2WDxvU+VCGbx5LOBQKpAOuvKwxWQtCcKQ74wPrtDkWZbpKr3fMPqsg== | ||
notifications: | ||
package: "[email protected]" | ||
integrity: sha512-zqwK318o+Lc16pV5wvN6IWMLFqImOWr0xbsGBI69YNVGpXA6AOccXInGbn1RA1QKXfV5sNo8xc5N0WIIgx43Iw== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,15 +119,15 @@ By default it should point to `http://sonataflow-platform-data-index-service.son | |
``` | ||
```yaml | ||
- disabled: false | ||
package: "@redhat/[email protected].4" | ||
integrity: sha512-nXY/bYGSRVuRMr2EfdV2TZBV9zyIK1lBOst+Sy6kzgJockuv3RX1mvBpC9x1nbFGsRkjd6hLrpx0YWsceapd7A== | ||
package: "@redhat/[email protected].7" | ||
integrity: sha512-DM1amRIdclPjWfRboRXo+oz4mdNW58rW2WDxvU+VCGbx5LOBQKpAOuvKwxWQtCcKQ74wPrtDkWZbpKr3fMPqsg== | ||
pluginConfig: | ||
orchestrator: | ||
dataIndexService: | ||
url: http://sonataflow-platform-data-index-service.sonataflow-infra | ||
- disabled: false | ||
package: "@redhat/[email protected].4" | ||
integrity: sha512-sB2VsgsLGXYvM9DHgXPJ24CCP+w7AwzBQDAkA+zZlJeJfPe+KelbhX5OTjl7VoE3Yp+1vIaNPX/9sc0c+DFSxg== | ||
package: "@redhat/[email protected].7" | ||
integrity: sha512-wOKbnn9L89YAZRS6NLIGB3CtRgemLVxttse26poNfrRs0m40kj4DuP7ELAsuCGhz5CfQqwIA3t/w/8dOrRw3cw== | ||
pluginConfig: | ||
dynamicPlugins: | ||
frontend: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,11 @@ rhdhPlugins: # RHDH plugins required for the Orchestrator | |
npmRegistry: "https://npm.registry.redhat.com" # NPM registry is defined already in the container, but sometimes the registry need to be modified to use different versions of the plugin, for example: staging(https://npm.stage.registry.redhat.com) or development repositories | ||
scope: "@redhat" | ||
orchestrator: | ||
package: "[email protected].4" | ||
integrity: sha512-sB2VsgsLGXYvM9DHgXPJ24CCP+w7AwzBQDAkA+zZlJeJfPe+KelbhX5OTjl7VoE3Yp+1vIaNPX/9sc0c+DFSxg== | ||
package: "[email protected].7" | ||
integrity: sha512-wOKbnn9L89YAZRS6NLIGB3CtRgemLVxttse26poNfrRs0m40kj4DuP7ELAsuCGhz5CfQqwIA3t/w/8dOrRw3cw== | ||
orchestratorBackend: | ||
package: "[email protected].4" | ||
integrity: sha512-nXY/bYGSRVuRMr2EfdV2TZBV9zyIK1lBOst+Sy6kzgJockuv3RX1mvBpC9x1nbFGsRkjd6hLrpx0YWsceapd7A== | ||
package: "[email protected].7" | ||
integrity: sha512-DM1amRIdclPjWfRboRXo+oz4mdNW58rW2WDxvU+VCGbx5LOBQKpAOuvKwxWQtCcKQ74wPrtDkWZbpKr3fMPqsg== | ||
notifications: | ||
package: "[email protected]" | ||
integrity: sha512-zqwK318o+Lc16pV5wvN6IWMLFqImOWr0xbsGBI69YNVGpXA6AOccXInGbn1RA1QKXfV5sNo8xc5N0WIIgx43Iw== | ||
|