From 45dfe35750a0eac7c54470b9d31088f6091974c1 Mon Sep 17 00:00:00 2001 From: Ted Cook Date: Mon, 27 Feb 2023 17:40:11 -0600 Subject: [PATCH] Bump chart release version --- .github/workflows/release.yml | 2 +- charts/dataplane/Chart.yaml | 4 ++-- charts/dataplane/values.yaml | 6 +++--- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e99bab3..4c4f9c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: push: branches: - - "master" + - master jobs: diff --git a/charts/dataplane/Chart.yaml b/charts/dataplane/Chart.yaml index 2dcab5e..42798a3 100644 --- a/charts/dataplane/Chart.yaml +++ b/charts/dataplane/Chart.yaml @@ -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 diff --git a/charts/dataplane/values.yaml b/charts/dataplane/values.yaml index 1527a3d..c9affb9 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.3 + tag: 0.1.4 resources: {} cdc: @@ -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 @@ -96,7 +96,7 @@ metabase: image: repository: nephelaiio/dataplane-util pullPolicy: IfNotPresent - tag: 0.1.3 + tag: 0.1.4 securityContext: {} image: diff --git a/pyproject.toml b/pyproject.toml index 1d0c047..164d70c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataplane" -version = "0.1.3" +version = "0.1.4" description = "" authors = ["Teodoro Cook "]