From 3f55c0ec50351e1bb2d56c5372f50568c1222c3a Mon Sep 17 00:00:00 2001 From: Pantelis M <52674034+pantmal@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:07:51 +0200 Subject: [PATCH] chore: version bump to v0.15.13 (#12) Co-authored-by: Pantelis M --- charts/conduit/Chart.yaml | 4 ++-- charts/conduit/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/conduit/Chart.yaml b/charts/conduit/Chart.yaml index 92959d3..a57e1ad 100644 --- a/charts/conduit/Chart.yaml +++ b/charts/conduit/Chart.yaml @@ -15,13 +15,13 @@ 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.10 +version: 0.1.11 # 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: "v0.15.12" +appVersion: "v0.15.13" dependencies: - name: loki diff --git a/charts/conduit/values.yaml b/charts/conduit/values.yaml index 3069328..f5ad6db 100644 --- a/charts/conduit/values.yaml +++ b/charts/conduit/values.yaml @@ -18,7 +18,7 @@ global: # -- Global repository option repository: conduitplatform # -- Overrides the global Conduit image tag whose default is the chart appVersion - tag: v0.15.12 + tag: v0.15.13 # -- If defined, a imagePullPolicy applied to all Conduit deployments imagePullPolicy: IfNotPresent @@ -208,7 +208,7 @@ admin: repository: "" # -- Tag to use for the Admin Panel image # @default -- `""` (defaults to global.image.tag) - tag: v0.15.10 + tag: v0.15.11 # -- Image pull policy for the Admin Panel image # @default -- `""` (defaults to global.image.imagePullPolicy) imagePullPolicy: ""