Skip to content

Commit

Permalink
updated for 7.4.0 release (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoss-enq authored Apr 25, 2024
1 parent 22c2976 commit 28abac4
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 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.3
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: "1.16.0"
appVersion: "7.3.3"
appVersion: "7.4.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.3"
tag: "v1.0.4"

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.3.3"
appVersion: "7.4.0"
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.9
version: 1.1.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.
# It is recommended to use it with quotes.
appVersion: "7.3.3"
appVersion: "7.4.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.9"
tag: "v1.1.0"

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.9
version: 1.1.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.
# It is recommended to use it with quotes.
appVersion: "7.3.3"
appVersion: "7.4.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.9"
tag: "v1.1.0"

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.3"
appVersion: "7.4.0"
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.9
version: 1.1.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.
# It is recommended to use it with quotes.
appVersion: "7.3.3"
appVersion: "7.4.0"
4 changes: 2 additions & 2 deletions charts/page-builder-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ replicaCount: 1
env: "prod"

image:
repository: ""
repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/page-builder-api"
pullPolicy: IfNotPresent
tag: "v1.0.9"
tag: "v1.1.0"

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

0 comments on commit 28abac4

Please sign in to comment.