Skip to content

Commit

Permalink
Merge pull request #392 from jenniferubah/orchestrator-plugins-rc7
Browse files Browse the repository at this point in the history
Orchestrator plugin 1.3.0-rc.7
  • Loading branch information
jenniferubah authored Nov 29, 2024
2 parents 5d91dc8 + 44e43da commit a13efeb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions config/crd/bases/rhdh.redhat.com_orchestrators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions config/samples/_v1alpha1_orchestrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down
8 changes: 4 additions & 4 deletions docs/main/existing-rhdh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions helm-charts/orchestrator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit a13efeb

Please sign in to comment.