Skip to content

Commit

Permalink
Updated image version 3.1 to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chauberahul1993 committed Aug 7, 2023
1 parent 5ee2f58 commit 7be8c6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Kubernetes cluster is set up and the resource aggregator is successfully deploye
8. Save the Cisco ACI plugin Docker image on the deployment node at `~/plugins/aciplugin`.

```
docker save aciplugin:3.1 -o ~/plugins/aciplugin/aciplugin.tar
docker save aciplugin:3.2 -o ~/plugins/aciplugin/aciplugin.tar
```

9. Navigate to the `PluginCiscoACI` directory.
Expand Down
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 7be8c6c

Please sign in to comment.