diff --git a/charts/dataingestion-service/Chart.yaml b/charts/dataingestion-service/Chart.yaml index 68200161..39a63d61 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.1.8 +version: 1.1.9 # 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.7.2" +appVersion: "7.8.0" diff --git a/charts/dataingestion-service/values.yaml b/charts/dataingestion-service/values.yaml index c1a85edc..9044ef80 100644 --- a/charts/dataingestion-service/values.yaml +++ b/charts/dataingestion-service/values.yaml @@ -6,7 +6,7 @@ image: #repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/data-ingestion-service" repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-ingestion-service" pullPolicy: IfNotPresent - tag: "v1.1.8" + tag: "v1.1.9" imagePullSecrets: [] nameOverride: "" diff --git a/charts/elasticsearch-efs/Chart.yaml b/charts/elasticsearch-efs/Chart.yaml index 0754652d..69befce3 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.7.2" +appVersion: "7.8.0" diff --git a/charts/investigation-reporting-service/Chart.yaml b/charts/investigation-reporting-service/Chart.yaml index 097bdf8a..9a7edbc3 100644 --- a/charts/investigation-reporting-service/Chart.yaml +++ b/charts/investigation-reporting-service/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.7.2" +appVersion: "7.8.0" diff --git a/charts/investigation-reporting-service/values.yaml b/charts/investigation-reporting-service/values.yaml index 9d634389..bf11d76e 100644 --- a/charts/investigation-reporting-service/values.yaml +++ b/charts/investigation-reporting-service/values.yaml @@ -5,7 +5,7 @@ env: "prod" image: #repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/data-reporting-service/investigation-reporting-service" repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service/investigation-reporting-service" - tag: "v1.0.7" + tag: "v1.0.8" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/ldfdata-reporting-service/Chart.yaml b/charts/ldfdata-reporting-service/Chart.yaml index e27f2e5e..72c2f63e 100644 --- a/charts/ldfdata-reporting-service/Chart.yaml +++ b/charts/ldfdata-reporting-service/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.7.2" +appVersion: "7.8.0" diff --git a/charts/ldfdata-reporting-service/values.yaml b/charts/ldfdata-reporting-service/values.yaml index 81ca5cc1..3e6d6c9b 100644 --- a/charts/ldfdata-reporting-service/values.yaml +++ b/charts/ldfdata-reporting-service/values.yaml @@ -5,7 +5,7 @@ env: "prod" image: #repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/data-reporting-service/ldfdata-reporting-service" repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service/ldfdata-reporting-service" - tag: "v1.0.7" + tag: "v1.0.8" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/liquibase/Chart.yaml b/charts/liquibase/Chart.yaml index bad46ac9..c32250e7 100644 --- a/charts/liquibase/Chart.yaml +++ b/charts/liquibase/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.7.2" +appVersion: "7.8.0" diff --git a/charts/liquibase/values.yaml b/charts/liquibase/values.yaml index ed03b926..4a4441ca 100644 --- a/charts/liquibase/values.yaml +++ b/charts/liquibase/values.yaml @@ -5,7 +5,7 @@ env: "prod" image: #repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/liquibase-service" repository: "quay.io/us-cdcgov/cdc-nbs-modernization/liquibase-service" - tag: "v1.0.7" + tag: "v1.0.8" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/modernization-api/Chart.yaml b/charts/modernization-api/Chart.yaml index ad027a14..13793fdf 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.2.5 +version: 1.2.6 # 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.7.2" +appVersion: "7.8.0" diff --git a/charts/modernization-api/values.yaml b/charts/modernization-api/values.yaml index 59c41db2..504dbc86 100644 --- a/charts/modernization-api/values.yaml +++ b/charts/modernization-api/values.yaml @@ -5,7 +5,7 @@ env: "prod" image: repository: "quay.io/us-cdcgov/cdc-nbs-modernization/modernization-api" pullPolicy: IfNotPresent - tag: "v1.2.5" + tag: "v1.2.6" imagePullSecrets: [] nameOverride: "" diff --git a/charts/nbs-gateway/Chart.yaml b/charts/nbs-gateway/Chart.yaml index e118a0a2..fdcd0195 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.2.5 +version: 1.2.6 # 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.7.2" +appVersion: "7.8.0" diff --git a/charts/nbs-gateway/values.yaml b/charts/nbs-gateway/values.yaml index bf34bfad..40aff94c 100644 --- a/charts/nbs-gateway/values.yaml +++ b/charts/nbs-gateway/values.yaml @@ -7,7 +7,7 @@ image: #repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/nbs-gateway" repository: "quay.io/us-cdcgov/cdc-nbs-modernization/nbs-gateway" pullPolicy: IfNotPresent - tag: "v1.2.5" + tag: "v1.2.6" gatewayService: ports: diff --git a/charts/nifi-efs/Chart.yaml b/charts/nifi-efs/Chart.yaml index 389807ca..6186f964 100644 --- a/charts/nifi-efs/Chart.yaml +++ b/charts/nifi-efs/Chart.yaml @@ -21,4 +21,4 @@ version: 1.0.2 # 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.7.2" +appVersion: "7.8.0" diff --git a/charts/nnd-service/Chart.yaml b/charts/nnd-service/Chart.yaml index ec67dec3..8dc7d4a7 100644 --- a/charts/nnd-service/Chart.yaml +++ b/charts/nnd-service/Chart.yaml @@ -22,4 +22,4 @@ version: 1.0.8 # 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.7.2" +appVersion: "7.8.0" diff --git a/charts/observation-reporting-service/Chart.yaml b/charts/observation-reporting-service/Chart.yaml index f986d2ff..58942027 100644 --- a/charts/observation-reporting-service/Chart.yaml +++ b/charts/observation-reporting-service/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.7.2" +appVersion: "7.8.0" diff --git a/charts/observation-reporting-service/values.yaml b/charts/observation-reporting-service/values.yaml index bee4c677..29703427 100644 --- a/charts/observation-reporting-service/values.yaml +++ b/charts/observation-reporting-service/values.yaml @@ -5,7 +5,7 @@ env: "prod" image: #repository: "public.ecr.aws/o1z7u2g7/cdc-nbs-modernization/data-reporting-service/observation-reporting-service" repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service/observation-reporting-service" - tag: "v1.0.7" + tag: "v1.0.8" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/organization-reporting-service/Chart.yaml b/charts/organization-reporting-service/Chart.yaml index b648f371..176e19e0 100644 --- a/charts/organization-reporting-service/Chart.yaml +++ b/charts/organization-reporting-service/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.7.2" +appVersion: "7.8.0" diff --git a/charts/organization-reporting-service/values.yaml b/charts/organization-reporting-service/values.yaml index f30630df..d1be8861 100644 --- a/charts/organization-reporting-service/values.yaml +++ b/charts/organization-reporting-service/values.yaml @@ -4,7 +4,7 @@ env: "prod" image: repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service/organization-reporting-service" - tag: "v1.0.7" + tag: "v1.0.8" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/page-builder-api/Chart.yaml b/charts/page-builder-api/Chart.yaml index 18489f56..24316b9b 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.2.5 +version: 1.2.6 # 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.7.2" +appVersion: "7.8.0" diff --git a/charts/page-builder-api/values.yaml b/charts/page-builder-api/values.yaml index 24f4e004..1e456cde 100644 --- a/charts/page-builder-api/values.yaml +++ b/charts/page-builder-api/values.yaml @@ -5,7 +5,7 @@ env: "prod" image: repository: "quay.io/us-cdcgov/cdc-nbs-modernization/page-builder-api" pullPolicy: IfNotPresent - tag: "v1.2.5" + tag: "v1.2.6" # Host URL for application ingressHost: "app.EXAMPLE_DOMAIN" diff --git a/charts/person-reporting-service/Chart.yaml b/charts/person-reporting-service/Chart.yaml index 82c55370..0c7d2421 100644 --- a/charts/person-reporting-service/Chart.yaml +++ b/charts/person-reporting-service/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.7.2" +appVersion: "7.8.0" diff --git a/charts/person-reporting-service/values.yaml b/charts/person-reporting-service/values.yaml index c1dd9097..faabee36 100644 --- a/charts/person-reporting-service/values.yaml +++ b/charts/person-reporting-service/values.yaml @@ -4,7 +4,7 @@ env: "prod" image: repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service/person-reporting-service" - tag: "v1.0.7" + tag: "v1.0.8" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/post-processing-reporting-service/Chart.yaml b/charts/post-processing-reporting-service/Chart.yaml index a1edfc8e..a09d6876 100644 --- a/charts/post-processing-reporting-service/Chart.yaml +++ b/charts/post-processing-reporting-service/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.7.2" +appVersion: "7.8.0" diff --git a/charts/post-processing-reporting-service/values.yaml b/charts/post-processing-reporting-service/values.yaml index c79d8d9c..7aa6aa81 100644 --- a/charts/post-processing-reporting-service/values.yaml +++ b/charts/post-processing-reporting-service/values.yaml @@ -4,7 +4,7 @@ env: "prod" image: repository: "quay.io/us-cdcgov/cdc-nbs-modernization/data-reporting-service/post-processing-reporting-service" - tag: "v1.0.7" + tag: "v1.0.8" pullPolicy: IfNotPresent imagePullSecrets: []