diff --git a/charts/dataingestion-service/Chart.yaml b/charts/dataingestion-service/Chart.yaml index e3bb5227..c4db90b1 100644 --- a/charts/dataingestion-service/Chart.yaml +++ b/charts/dataingestion-service/Chart.yaml @@ -22,4 +22,4 @@ version: 1.0.3 # 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.1" +appVersion: "7.3.2" diff --git a/charts/elasticsearch-efs/Chart.yaml b/charts/elasticsearch-efs/Chart.yaml index 9b077877..7c1d1783 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.1" +appVersion: "7.3.2" diff --git a/charts/modernization-api/Chart.yaml b/charts/modernization-api/Chart.yaml index 0843c872..600bb9cd 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.7 +version: 1.0.8 # 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.1" +appVersion: "7.3.2" diff --git a/charts/modernization-api/values.yaml b/charts/modernization-api/values.yaml index e9784bb8..79e4c56b 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.7" + tag: "v1.0.8" imagePullSecrets: [] nameOverride: "" diff --git a/charts/nbs-gateway/Chart.yaml b/charts/nbs-gateway/Chart.yaml index ef46b776..208240ba 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.7 +version: 1.0.8 # 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.1" +appVersion: "7.3.2" diff --git a/charts/nbs-gateway/values.yaml b/charts/nbs-gateway/values.yaml index 1548a914..dbee5c3c 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.7" + tag: "v1.0.8" gatewayService: ports: diff --git a/charts/nifi-efs/Chart.yaml b/charts/nifi-efs/Chart.yaml index ae02c745..0e90799b 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.1" +appVersion: "7.3.2" diff --git a/charts/page-builder-api/Chart.yaml b/charts/page-builder-api/Chart.yaml index 05f73a92..186f37e5 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.7 +version: 1.0.8 # 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.1" +appVersion: "7.3.2" diff --git a/charts/page-builder-api/values.yaml b/charts/page-builder-api/values.yaml index 75ce2fc9..b16e7d4a 100644 --- a/charts/page-builder-api/values.yaml +++ b/charts/page-builder-api/values.yaml @@ -5,7 +5,7 @@ env: "prod" image: repository: "" pullPolicy: IfNotPresent - tag: "v1.0.7" + tag: "v1.0.8" # Host URL for application ingressHost: "app.example.com"