Skip to content

Commit

Permalink
Bump chart release version
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Feb 27, 2023
1 parent 1613731 commit 45dfe35
Show file tree
Hide file tree
Showing 4 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 @@ -5,7 +5,7 @@ on:

push:
branches:
- "master"
- master

jobs:

Expand Down
4 changes: 2 additions & 2 deletions charts/dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ 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.1.3
version: 0.1.4

# 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.0.8"
appVersion: 0.1.4
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.3
tag: 0.1.4
resources: {}

cdc:
Expand Down Expand Up @@ -39,7 +39,7 @@ strimzi:
connect:
image:
repository: nephelaiio/dataplane-connect
tag: 0.1.3
tag: 0.1.4
replicas: 1
config:
group.id: connect-cluster
Expand Down Expand Up @@ -96,7 +96,7 @@ metabase:
image:
repository: nephelaiio/dataplane-util
pullPolicy: IfNotPresent
tag: 0.1.3
tag: 0.1.4
securityContext: {}

image:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataplane"
version = "0.1.3"
version = "0.1.4"
description = ""
authors = ["Teodoro Cook <[email protected]>"]

Expand Down

0 comments on commit 45dfe35

Please sign in to comment.