Skip to content

Commit

Permalink
fix(helm): fix helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
smileisak committed Nov 18, 2023
1 parent 89dab72 commit 43c89a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/nauticus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ sources:

# 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.
version: 0.1.3
version: 0.2.0

# This is the version number of the application being deployed.
# This version number should be incremented each time you make changes to the application.
appVersion: v0.1.3
appVersion: v0.2.0
4 changes: 2 additions & 2 deletions charts/nauticus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nauticus

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.3](https://img.shields.io/badge/AppVersion-v0.1.3-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)

**Homepage:** <https://github.com/edixos/nauticus>

Expand Down Expand Up @@ -90,7 +90,7 @@ spec:

source:
repoURL: "https://edixos.github.io/charts"
targetRevision: "0.1.3"
targetRevision: "0.2.0"
chart: nauticus
path: ''

Expand Down

0 comments on commit 43c89a5

Please sign in to comment.