Skip to content

Commit

Permalink
feat: update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzgniadek committed Jun 3, 2024
1 parent 6511966 commit 3f7c0be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
4 changes: 2 additions & 2 deletions charts/interpolator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ 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.0
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. 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: "0.1.0"
appVersion: "0.2.0"

1 change: 0 additions & 1 deletion charts/interpolator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ controllerManager:
replicas: 1
serviceAccount:
annotations: {}

kubernetesClusterDomain: cluster.local

0 comments on commit 3f7c0be

Please sign in to comment.