Skip to content

Commit

Permalink
chore: bump both chart versions (#17)
Browse files Browse the repository at this point in the history
Since Helm chart releaser expects both charts to have new versions, bump
both included charts.
  • Loading branch information
vladklokun authored Oct 13, 2022
1 parent e05c713 commit 4083c82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kubescape-cloud-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,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: 1.8.4
version: 1.8.5

# 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: "v1.8.4"
appVersion: "v1.8.5"

maintainers:
- name: Ben Hirschberg
Expand Down
4 changes: 2 additions & 2 deletions charts/kubescape-prometheus-integrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description:

type: application

version: 0.0.0
version: 0.0.1

appVersion: "v0.0.0"
appVersion: "v0.0.1"

maintainers:
- name: Ben Hirschberg
Expand Down

0 comments on commit 4083c82

Please sign in to comment.