diff --git a/charts/dataingestion-service/Chart.yaml b/charts/dataingestion-service/Chart.yaml index e090d97b..d4f2bd2e 100644 --- a/charts/dataingestion-service/Chart.yaml +++ b/charts/dataingestion-service/Chart.yaml @@ -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" diff --git a/charts/dataingestion-service/values.yaml b/charts/dataingestion-service/values.yaml index e6e12676..90a9ce92 100644 --- a/charts/dataingestion-service/values.yaml +++ b/charts/dataingestion-service/values.yaml @@ -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: "" diff --git a/charts/elasticsearch-efs/Chart.yaml b/charts/elasticsearch-efs/Chart.yaml index a82e4559..0b521f31 100644 --- a/charts/elasticsearch-efs/Chart.yaml +++ b/charts/elasticsearch-efs/Chart.yaml @@ -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" diff --git a/charts/modernization-api/Chart.yaml b/charts/modernization-api/Chart.yaml index 13f0fc32..9bf5d42d 100644 --- a/charts/modernization-api/Chart.yaml +++ b/charts/modernization-api/Chart.yaml @@ -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" diff --git a/charts/modernization-api/values.yaml b/charts/modernization-api/values.yaml index 4a1c7f57..321d7b6c 100644 --- a/charts/modernization-api/values.yaml +++ b/charts/modernization-api/values.yaml @@ -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: "" diff --git a/charts/nbs-gateway/Chart.yaml b/charts/nbs-gateway/Chart.yaml index cb56beac..622be3bf 100644 --- a/charts/nbs-gateway/Chart.yaml +++ b/charts/nbs-gateway/Chart.yaml @@ -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" diff --git a/charts/nbs-gateway/values.yaml b/charts/nbs-gateway/values.yaml index fa92f491..29e162e2 100644 --- a/charts/nbs-gateway/values.yaml +++ b/charts/nbs-gateway/values.yaml @@ -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: diff --git a/charts/nifi-efs/Chart.yaml b/charts/nifi-efs/Chart.yaml index 4e023a2c..5e9c2ef8 100644 --- a/charts/nifi-efs/Chart.yaml +++ b/charts/nifi-efs/Chart.yaml @@ -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" diff --git a/charts/page-builder-api/Chart.yaml b/charts/page-builder-api/Chart.yaml index 41ee2d29..6c077603 100644 --- a/charts/page-builder-api/Chart.yaml +++ b/charts/page-builder-api/Chart.yaml @@ -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" diff --git a/charts/page-builder-api/values.yaml b/charts/page-builder-api/values.yaml index 3d3944fe..b7990d31 100644 --- a/charts/page-builder-api/values.yaml +++ b/charts/page-builder-api/values.yaml @@ -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"