Skip to content

Commit

Permalink
Merge pull request #94 from ODIM-Project/sprint-51-bruce-5546
Browse files Browse the repository at this point in the history
Docker image and helmchart tag version update
  • Loading branch information
shivacharanms authored Feb 15, 2022
2 parents 1035679 + 2e242eb commit 47b461a
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:2.0 $build_args .
/usr/bin/docker build -f install/Docker/dockerfiles/Dockerfile.aciplugin -t aciplugin:3.0 $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: 2.0.0
version: 3.0.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: 2.0.0
appVersion: 3.0.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: "2.0"
imageTag: "3.0"
aciPluginRootServiceUUID:
username:
password:
Expand Down

0 comments on commit 47b461a

Please sign in to comment.