Skip to content

Commit

Permalink
chore: version bump to v0.15.9 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantelis M <[email protected]>
  • Loading branch information
pantmal and Pantelis M authored Jan 5, 2023
1 parent 0e42803 commit 161de87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/conduit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/conduit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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: ""
Expand Down

0 comments on commit 161de87

Please sign in to comment.