Skip to content

Commit

Permalink
Fix trigger for release workflow (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored May 11, 2023
1 parent cd23189 commit 2224b27
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types:
- closed
paths:
- 'charts/**/Chart.yml'
- 'charts/**/Chart.yaml'

jobs:

Expand Down
6 changes: 3 additions & 3 deletions charts/dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions charts/dataplane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ util:
image:
repository: nephelaiio/dataplane-util
pullPolicy: IfNotPresent
tag: 0.1.8
tag: 0.1.7
resources: {}

cdc:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -94,7 +94,7 @@ metabase:
image:
repository: nephelaiio/dataplane-util
pullPolicy: IfNotPresent
tag: 0.1.8
tag: 0.1.7
securityContext: {}

image:
Expand Down

0 comments on commit 2224b27

Please sign in to comment.