diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e7a0cd..aed98b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: types: - closed paths: - - 'charts/**/Chart.yml' + - 'charts/**/Chart.yaml' jobs: diff --git a/charts/dataplane/Chart.yaml b/charts/dataplane/Chart.yaml index 3b71806..2a70b0a 100644 --- a/charts/dataplane/Chart.yaml +++ b/charts/dataplane/Chart.yaml @@ -14,12 +14,12 @@ description: A Helm chart to deploy and configure Dataplane 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. + # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.8 +version: 0.1.7 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.1.8 +appVersion: 0.1.7 diff --git a/charts/dataplane/values.yaml b/charts/dataplane/values.yaml index 122cb50..95b67a2 100644 --- a/charts/dataplane/values.yaml +++ b/charts/dataplane/values.yaml @@ -8,7 +8,7 @@ util: image: repository: nephelaiio/dataplane-util pullPolicy: IfNotPresent - tag: 0.1.8 + tag: 0.1.7 resources: {} cdc: @@ -39,7 +39,7 @@ strimzi: connect: image: repository: nephelaiio/dataplane-connect - tag: 0.1.8 + tag: 0.1.7 replicas: 1 config: group.id: connect-cluster @@ -94,7 +94,7 @@ metabase: image: repository: nephelaiio/dataplane-util pullPolicy: IfNotPresent - tag: 0.1.8 + tag: 0.1.7 securityContext: {} image: