Skip to content

Commit

Permalink
Upgrade the image versions in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hemkapoor committed Feb 8, 2023
1 parent aea1bd4 commit 3bcbc7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ else
fi


/usr/bin/docker build -f install/Docker/dockerfiles/Dockerfile.aciplugin -t aciplugin:3.1 $build_args .
/usr/bin/docker build -f install/Docker/dockerfiles/Dockerfile.aciplugin -t aciplugin:3.2 $build_args .
4 changes: 2 additions & 2 deletions install/Kubernetes/helmcharts/aciplugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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: 3.1.0
version: 3.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.
appVersion: 3.1.0
appVersion: 3.2.0
2 changes: 1 addition & 1 deletion install/Kubernetes/helmcharts/aciplugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ odimra:
haDeploymentEnabled:
aciplugin:
eventListenerNodePort:
imageTag: "3.1"
imageTag: "3.2"
aciPluginRootServiceUUID:
username:
password:
Expand Down

0 comments on commit 3bcbc7b

Please sign in to comment.