Skip to content

Commit

Permalink
tag and version updates to modernization-api, nbs-gateway and dataing…
Browse files Browse the repository at this point in the history
…estion (#213)

* Update Chart.yaml

* update DI values.yaml

* update modernation-api values.yaml

* update modernization-api Chart.yaml

* update nbs-gateway Chart.yaml

* update nbs-gateway values.yaml
  • Loading branch information
kramakur authored Jan 10, 2024
1 parent d5732d8 commit b0e6d8a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.0
version: 1.0.1

# 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.1.0"
appVersion: "7.2.0"
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.0"
tag: "v1.0.1"

imagePullSecrets: []
nameOverride: ""
Expand Down
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.2
version: 1.0.4

# 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.1.0"
appVersion: "7.2.0"
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.2"
tag: "v1.0.4"

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.2
version: 1.0.4
# 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.1.0"
appVersion: "7.2.0"
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.2"
tag: "v1.0.4"

gatewayService:
ports:
Expand Down

0 comments on commit b0e6d8a

Please sign in to comment.