Skip to content

Commit

Permalink
update appVersion and tag for 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kramakur committed Jan 22, 2024
1 parent 1415fe8 commit 41603c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/dataingestion-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ 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: 1.0.1
version: 1.0.2

# 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: "1.16.0"
appVersion: "7.2.0"
appVersion: "7.2.1"
2 changes: 1 addition & 1 deletion charts/dataingestion-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env: "prod"
image:
repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/data-ingestion-service"
pullPolicy: IfNotPresent
tag: "v1.0.1"
tag: "v1.0.2"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/elasticsearch-efs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.1
# 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: "7.1.0"
appVersion: "7.2.1"
2 changes: 1 addition & 1 deletion charts/modernization-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.4
# 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: "7.2.0"
appVersion: "7.2.1"
2 changes: 1 addition & 1 deletion charts/nbs-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 1.0.4
# 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: "7.2.0"
appVersion: "7.2.1"
2 changes: 1 addition & 1 deletion charts/nifi-efs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.0.1
# 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: "7.1.0"
appVersion: "7.2.1"

0 comments on commit 41603c7

Please sign in to comment.