diff --git a/charts/dataingestion-service/Chart.yaml b/charts/dataingestion-service/Chart.yaml index 7450525e..67eb9cc9 100644 --- a/charts/dataingestion-service/Chart.yaml +++ b/charts/dataingestion-service/Chart.yaml @@ -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" diff --git a/charts/elasticsearch-efs/Chart.yaml b/charts/elasticsearch-efs/Chart.yaml index 7fd0a537..215dee8d 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.4.1" +appVersion: "7.4.2" diff --git a/charts/modernization-api/Chart.yaml b/charts/modernization-api/Chart.yaml index 9d4ada34..cf99276e 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.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" diff --git a/charts/modernization-api/values.yaml b/charts/modernization-api/values.yaml index f04ff08b..938eed21 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.1.1" + tag: "v1.1.2" imagePullSecrets: [] nameOverride: "" diff --git a/charts/nbs-gateway/Chart.yaml b/charts/nbs-gateway/Chart.yaml index 29826381..ad1d3685 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.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" diff --git a/charts/nbs-gateway/values.yaml b/charts/nbs-gateway/values.yaml index 28117030..193a2934 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.1.1" + tag: "v1.1.2" gatewayService: ports: diff --git a/charts/nifi-efs/Chart.yaml b/charts/nifi-efs/Chart.yaml index 7b063efe..3eac3243 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.4.1" +appVersion: "7.4.2" diff --git a/charts/page-builder-api/Chart.yaml b/charts/page-builder-api/Chart.yaml index f9a1934c..38432b98 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.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" diff --git a/charts/page-builder-api/values.yaml b/charts/page-builder-api/values.yaml index e35944fd..7d4877b6 100644 --- a/charts/page-builder-api/values.yaml +++ b/charts/page-builder-api/values.yaml @@ -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"