diff --git a/charts/conduit/Chart.yaml b/charts/conduit/Chart.yaml index a1da763..2403245 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.6 +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: "v0.15.7" +appVersion: "v0.15.9" dependencies: - name: loki diff --git a/charts/conduit/values.yaml b/charts/conduit/values.yaml index dc87f50..d5bc1b2 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.7 + tag: v0.15.9 # -- 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.5 + tag: v0.15.6 # -- Image pull policy for the Admin Panel image # @default -- `""` (defaults to global.image.imagePullPolicy) imagePullPolicy: ""