Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Nov 10, 2023
1 parent 816d5a8 commit 685ab8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .app.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org: cloudtruth
name: kubetruth
version: 1.2.4
version: 1.2.5

4 changes: 2 additions & 2 deletions helm/kubetruth/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: 1.2.4
version: 1.2.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.
appVersion: 1.2.4
appVersion: 1.2.5


1 change: 1 addition & 0 deletions lib/kubetruth/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class CLI < CLIBase
def execute
super

logger.info "Starting Kubetruth v#{VERSION}"
Kubetruth::CtApi.configure(api_key: api_key, api_url: api_url)
Kubetruth::KubeApi.configure(namespace: kube_namespace, token: kube_token, api_url: kube_url)

Expand Down

0 comments on commit 685ab8d

Please sign in to comment.