Skip to content

Commit

Permalink
version update for release v7.3.2 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
kramakur authored Mar 13, 2024
1 parent ef48b0c commit 8f76e4d
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/dataingestion-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 1.0.3
# 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.3.1"
appVersion: "7.3.2"
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.3.1"
appVersion: "7.3.2"
4 changes: 2 additions & 2 deletions charts/modernization-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.7
version: 1.0.8

# 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: "7.3.1"
appVersion: "7.3.2"
2 changes: 1 addition & 1 deletion charts/modernization-api/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/modernization-api"
pullPolicy: IfNotPresent
tag: "v1.0.7"
tag: "v1.0.8"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/nbs-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,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: 1.0.7
version: 1.0.8
# 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: "7.3.1"
appVersion: "7.3.2"
2 changes: 1 addition & 1 deletion charts/nbs-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env: "prod"
image:
repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/nbs-gateway"
pullPolicy: IfNotPresent
tag: "v1.0.7"
tag: "v1.0.8"

gatewayService:
ports:
Expand Down
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.3.1"
appVersion: "7.3.2"
4 changes: 2 additions & 2 deletions charts/page-builder-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.7
version: 1.0.8

# 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: "7.3.1"
appVersion: "7.3.2"
2 changes: 1 addition & 1 deletion charts/page-builder-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env: "prod"
image:
repository: ""
pullPolicy: IfNotPresent
tag: "v1.0.7"
tag: "v1.0.8"

# Host URL for application
ingressHost: "app.example.com"
Expand Down

0 comments on commit 8f76e4d

Please sign in to comment.