diff --git a/charts/workflows/Chart.lock b/charts/workflows/Chart.lock index 821eaa9f..dadabb83 100644 --- a/charts/workflows/Chart.lock +++ b/charts/workflows/Chart.lock @@ -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" diff --git a/charts/workflows/Chart.yaml b/charts/workflows/Chart.yaml index 948b2dcc..0e670e50 100644 --- a/charts/workflows/Chart.yaml +++ b/charts/workflows/Chart.yaml @@ -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 @@ -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 diff --git a/charts/workflows/README.md b/charts/workflows/README.md index e69de29b..089182bb 100644 --- a/charts/workflows/README.md +++ b/charts/workflows/README.md @@ -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)._ + diff --git a/charts/workflows/charts/greeting/Chart.yaml b/charts/workflows/charts/greeting/Chart.yaml index 0c51342c..e246da5d 100644 --- a/charts/workflows/charts/greeting/Chart.yaml +++ b/charts/workflows/charts/greeting/Chart.yaml @@ -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 diff --git a/charts/workflows/charts/move2kube/Chart.yaml b/charts/workflows/charts/move2kube/Chart.yaml index f2da28d6..c4b543e2 100644 --- a/charts/workflows/charts/move2kube/Chart.yaml +++ b/charts/workflows/charts/move2kube/Chart.yaml @@ -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 @@ -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 diff --git a/charts/workflows/charts/move2kube/README.md b/charts/workflows/charts/move2kube/README.md index 97c14246..7f4fb44a 100644 --- a/charts/workflows/charts/move2kube/README.md +++ b/charts/workflows/charts/move2kube/README.md @@ -2,7 +2,7 @@ Move2kube =========== -Helm chart to deploy the move2kube workflow. #magic___^_^___line +Helm chart to deploy the move2kube workflow. diff --git a/charts/workflows/charts/mta/Chart.yaml b/charts/workflows/charts/mta/Chart.yaml index 6b2c737f..e638797e 100644 --- a/charts/workflows/charts/mta/Chart.yaml +++ b/charts/workflows/charts/mta/Chart.yaml @@ -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 diff --git a/charts/workflows/charts/mta/README.md b/charts/workflows/charts/mta/README.md index 179a0582..2c5c6c97 100644 --- a/charts/workflows/charts/mta/README.md +++ b/charts/workflows/charts/mta/README.md @@ -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"` | diff --git a/charts/workflows/charts/mta/values.schema.json b/charts/workflows/charts/mta/values.schema.json index f2798d79..9b5d3fdf 100644 --- a/charts/workflows/charts/mta/values.schema.json +++ b/charts/workflows/charts/mta/values.schema.json @@ -5,8 +5,7 @@ "default": {}, "title": "Root Schema", "required": [ - "mta", - "labels" + "mta" ], "properties": { "mta": { @@ -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" } }] } \ No newline at end of file diff --git a/charts/workflows/charts/mta/values.yaml b/charts/workflows/charts/mta/values.yaml index d4dbe05f..617cce48 100644 --- a/charts/workflows/charts/mta/values.yaml +++ b/charts/workflows/charts/mta/values.yaml @@ -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/