Skip to content

Commit

Permalink
Merge pull request #118 from chauberahul1993/Sprint-76_ODIM-7750_task1
Browse files Browse the repository at this point in the history
Updated image form 3.2 to 3.3
  • Loading branch information
jeevan-kamkar authored Aug 11, 2023
2 parents 1871cc6 + 77a6f49 commit 77b9ae3
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.2 $build_args .
/usr/bin/docker build -f install/Docker/dockerfiles/Dockerfile.aciplugin -t aciplugin:3.3 $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.2.0
version: 3.3.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.2.0
appVersion: 3.3.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.2"
imageTag: "3.3"
aciPluginRootServiceUUID:
username:
password:
Expand Down

0 comments on commit 77b9ae3

Please sign in to comment.