Skip to content

Commit

Permalink
Update workflow resources and bump to 0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <[email protected]>
  • Loading branch information
masayag committed Feb 6, 2024
1 parent ab709c1 commit 7392263
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 46 deletions.
10 changes: 5 additions & 5 deletions charts/workflows/Chart.lock
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"
8 changes: 4 additions & 4 deletions charts/workflows/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.2
version: 0.2.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -17,15 +17,15 @@ appVersion: "1.16.0"
dependencies:
- name: mta
repository: "file://charts/mta"
version: "0.2.1"
version: "0.2.2"
condition: mta.enabled
- name: greeting
repository: "file://charts/greeting"
version: "0.2.1"
version: "0.2.2"
condition: greeting.enabled
- name: move2kube
repository: "file://charts/move2kube"
version: "0.2.1"
version: "0.2.2"
condition: move2kube.enabled

icon: https://raw.githubusercontent.com/parodos-dev/parodos-dev.github.io/main/assets/images/WO_black.svg
22 changes: 22 additions & 0 deletions charts/workflows/README.md
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)._

2 changes: 1 addition & 1 deletion charts/workflows/charts/greeting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1
version: 0.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/workflows/charts/move2kube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: move2kube
description: >
Helm chart to deploy the move2kube workflow. #magic___^_^___line
Helm chart to deploy the move2kube workflow.
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1
version: 0.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/workflows/charts/move2kube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Move2kube
===========

Helm chart to deploy the move2kube workflow. #magic___^_^___line
Helm chart to deploy the move2kube workflow.



Expand Down
2 changes: 1 addition & 1 deletion charts/workflows/charts/mta/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.1
version: 0.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 0 additions & 1 deletion charts/workflows/charts/mta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ The following table lists the configurable parameters of the Mta chart and their
| Parameter | Description | Default |
| ------------------------ | ----------------------- | -------------- |
| `mta.endpoint` | | `"https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/hub/"` |
| `labels.app` | | `"mta"` |



Expand Down
27 changes: 1 addition & 26 deletions charts/workflows/charts/mta/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"default": {},
"title": "Root Schema",
"required": [
"mta",
"labels"
"mta"
],
"properties": {
"mta": {
Expand All @@ -29,35 +28,11 @@
"examples": [{
"endpoint": "https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/hub/"
}]
},
"labels": {
"type": "object",
"default": {},
"title": "The labels Schema",
"required": [
"app"
],
"properties": {
"app": {
"type": "string",
"default": "",
"title": "The app Schema",
"examples": [
"mta"
]
}
},
"examples": [{
"app": "mta"
}]
}
},
"examples": [{
"mta": {
"endpoint": "https://mta-openshift-mta.apps.parodos-dev.projects.ecosystem.sysdeseng.com:443/hub/"
},
"labels": {
"app": "mta"
}
}]
}
6 changes: 1 addition & 5 deletions charts/workflows/charts/mta/values.yaml
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/

0 comments on commit 7392263

Please sign in to comment.