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 fb81486 commit 1613731
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: release chart

on:


push:
tags:
- "*"
branches:
- "master"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion charts/dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.1.2
version: 0.1.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 Down
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.2
tag: 0.1.3
resources: {}

cdc:
Expand Down Expand Up @@ -39,7 +39,7 @@ strimzi:
connect:
image:
repository: nephelaiio/dataplane-connect
tag: 0.1.2
tag: 0.1.3
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.2
tag: 0.1.3
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.2"
version = "0.1.3"
description = ""
authors = ["Teodoro Cook <[email protected]>"]

Expand Down

0 comments on commit 1613731

Please sign in to comment.