diff --git a/charts/dataingestion-service/Chart.yaml b/charts/dataingestion-service/Chart.yaml index d4f2bd2e..7450525e 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.4 +version: 1.0.5 # 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.4.0" +appVersion: "7.4.1" diff --git a/charts/dataingestion-service/values.yaml b/charts/dataingestion-service/values.yaml index a1ea7e61..71f559f5 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.4" + tag: "v1.0.5" imagePullSecrets: [] nameOverride: "" diff --git a/charts/elasticsearch-efs/Chart.yaml b/charts/elasticsearch-efs/Chart.yaml index 0b521f31..7fd0a537 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.0" +appVersion: "7.4.1" diff --git a/charts/modernization-api/Chart.yaml b/charts/modernization-api/Chart.yaml index 9bf5d42d..9d4ada34 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.0 +version: 1.1.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: "7.4.0" +appVersion: "7.4.1" diff --git a/charts/modernization-api/values.yaml b/charts/modernization-api/values.yaml index 0a5d38d8..881fcb73 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.0" + tag: "v1.1.1" imagePullSecrets: [] nameOverride: "" diff --git a/charts/nbs-gateway/Chart.yaml b/charts/nbs-gateway/Chart.yaml index 622be3bf..29826381 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.0 +version: 1.1.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: "7.4.0" +appVersion: "7.4.1" diff --git a/charts/nbs-gateway/values.yaml b/charts/nbs-gateway/values.yaml index 4430f322..b3e8e88a 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.0" + tag: "v1.1.1" gatewayService: ports: diff --git a/charts/nifi-efs/Chart.yaml b/charts/nifi-efs/Chart.yaml index 5e9c2ef8..7b063efe 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.0" +appVersion: "7.4.1" diff --git a/charts/page-builder-api/Chart.yaml b/charts/page-builder-api/Chart.yaml index 6c077603..f9a1934c 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.0 +version: 1.1.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: "7.4.0" +appVersion: "7.4.1" diff --git a/charts/page-builder-api/values.yaml b/charts/page-builder-api/values.yaml index 78c2c975..2ea85ace 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.0" + tag: "v1.1.1" # Host URL for application ingressHost: "app.EXAMPLE_DOMAIN"