Skip to content

Commit

Permalink
Merge pull request Azure#255 from linkernetworks/0.41.44
Browse files Browse the repository at this point in the history
Update to 0.41.44
  • Loading branch information
Haishi2016 authored Apr 14, 2023
2 parents 2c8c892 + 7bca9b5 commit 91711b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Deploy/helm/kanportal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,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.41.41-amd64"
version: "0.41.44-amd64"

# 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.41.41-amd64"
appVersion: "0.41.44-amd64"
6 changes: 3 additions & 3 deletions Installer/kan-installer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
kan_version=0.41.43
agent_version=0.41.43
kanportal_version=0.41.43-amd64
kan_version=0.41.44
agent_version=0.41.44
kanportal_version=0.41.44-amd64
current_step=0
while [ $current_step -lt 8 ]; do
case $current_step in
Expand Down
6 changes: 3 additions & 3 deletions Installer/kan-test-installer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
kan_version=0.41.43
agent_version=0.41.43
kanportal_version=0.41.43-amd64
kan_version=0.41.44
agent_version=0.41.44
kanportal_version=0.41.44-amd64
current_step=0
while [ $current_step -lt 8 ]; do
case $current_step in
Expand Down

0 comments on commit 91711b5

Please sign in to comment.