Skip to content

Commit

Permalink
modified for 7.4.2 (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoss-enq authored Jun 14, 2024
1 parent 647da24 commit dc9d002
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.5
# 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.4.1"
appVersion: "7.4.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.4.1"
appVersion: "7.4.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.1.1
version: 1.1.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: "7.4.1"
appVersion: "7.4.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.1.1"
tag: "v1.1.2"

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.1.1
version: 1.1.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: "7.4.1"
appVersion: "7.4.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.1.1"
tag: "v1.1.2"

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.4.1"
appVersion: "7.4.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.1.1
version: 1.1.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: "7.4.1"
appVersion: "7.4.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: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/page-builder-api"
pullPolicy: IfNotPresent
tag: "v1.1.1"
tag: "v1.1.2"

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

0 comments on commit dc9d002

Please sign in to comment.