-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workflow resources and bump to 0.2.3
Signed-off-by: Moti Asayag <[email protected]>
- Loading branch information
Showing
10 changed files
with
38 additions
and
46 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
dependencies: | ||
- name: mta | ||
repository: file://charts/mta | ||
version: 0.2.1 | ||
version: 0.2.2 | ||
- name: greeting | ||
repository: file://charts/greeting | ||
version: 0.2.1 | ||
version: 0.2.2 | ||
- name: move2kube | ||
repository: file://charts/move2kube | ||
version: 0.2.1 | ||
digest: sha256:829a6e7e4a4bbdb65ca03f6500fd3d9b46a5b1bcf194691b01fe7602d4635898 | ||
generated: "2024-01-30T09:05:50.424446778+01:00" | ||
version: 0.2.2 | ||
digest: sha256:05f1835b237f6a676be16d0403ea53148eb975c569dce3771735b7061163849c | ||
generated: "2024-02-05T16:53:59.623505856+02:00" |
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
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
Workflows | ||
=========== | ||
|
||
A Helm chart for serverless workflows | ||
|
||
|
||
## Configuration | ||
|
||
The following table lists the configurable parameters of the Workflows chart and their default values. | ||
|
||
| Parameter | Description | Default | | ||
| ------------------------ | ----------------------- | -------------- | | ||
| `mta.enabled` | Indicates that mta workflow is enabled | `true` | | ||
| `greeting.enabled` | Indicates that greeting workflow is enabled | `true` | | ||
| `move2kube.enabled` | Indicates that move2kube workflow is enabled | `true` | | ||
|
||
|
||
|
||
--- | ||
_Documentation generated by [Frigate](https://frigate.readthedocs.io)._ | ||
|
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
mta: | ||
# specify the port because of rest client bug in sonata (TODO check when is this solved) | ||
endpoint: https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/hub/ | ||
|
||
labels: | ||
app: mta | ||
|
||
endpoint: https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/hub/ |