diff --git a/src/demo/Chart.lock b/src/demo/Chart.lock index 47ef3e27..c5ce71b7 100644 --- a/src/demo/Chart.lock +++ b/src/demo/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: harness repository: https://harness.github.io/helm-charts - version: 0.2.24 -digest: sha256:8d22f58030d82648098ac42a26010fc9d8f68f9c9b46612de6c0f934eff127ea -generated: "2022-09-01T10:15:58.445935-04:00" + version: 0.2.25 +digest: sha256:5485895945e4e981c10d7997da0ccb81cf3ac88e5c6c48e2eef91dd943b5e608 +generated: "2022-09-01T15:32:55.115242-04:00" diff --git a/src/demo/Chart.yaml b/src/demo/Chart.yaml index 123c30bd..0f3828b1 100644 --- a/src/demo/Chart.yaml +++ b/src/demo/Chart.yaml @@ -15,7 +15,7 @@ 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: 0.2.26 +version: 0.2.27 # 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 @@ -25,5 +25,5 @@ appVersion: "1.0.76019" dependencies: - name: harness - version: 0.2.24 + version: 0.2.25 repository: https://harness.github.io/helm-charts diff --git a/src/demo/README.md b/src/demo/README.md index 5475340d..dc80cb0b 100644 --- a/src/demo/README.md +++ b/src/demo/README.md @@ -1,6 +1,6 @@ # harness-demo -![Version: 0.2.26](https://img.shields.io/badge/Version-0.2.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.76019](https://img.shields.io/badge/AppVersion-1.0.76019-informational?style=flat-square) +![Version: 0.2.27](https://img.shields.io/badge/Version-0.2.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.76019](https://img.shields.io/badge/AppVersion-1.0.76019-informational?style=flat-square) Helm Chart for deploying Harness in Demo configuration @@ -8,7 +8,7 @@ Helm Chart for deploying Harness in Demo configuration | Repository | Name | Version | |------------|------|---------| -| https://harness.github.io/helm-charts | harness | 0.2.24 | +| https://harness.github.io/helm-charts | harness | 0.2.25 | ## Values @@ -81,13 +81,13 @@ Helm Chart for deploying Harness in Demo configuration | harness.platform.minio.fullnameOverride | string | `"minio"` | | | harness.platform.minio.mode | string | `"standalone"` | | | harness.platform.minio.persistence.size | string | `"10Gi"` | | -| harness.platform.mongodb.args[0] | string | `"--wiredTigerCacheSizeGB=0.2"` | | +| harness.platform.mongodb.args[0] | string | `"--wiredTigerCacheSizeGB=0.5"` | | | harness.platform.mongodb.persistence.size | string | `"20Gi"` | | | harness.platform.mongodb.replicaCount | int | `1` | | -| harness.platform.mongodb.resources.limits.cpu | float | `0.5` | | -| harness.platform.mongodb.resources.limits.memory | string | `"1024Mi"` | | -| harness.platform.mongodb.resources.requests.cpu | float | `0.5` | | -| harness.platform.mongodb.resources.requests.memory | string | `"1024Mi"` | | +| harness.platform.mongodb.resources.limits.cpu | int | `2` | | +| harness.platform.mongodb.resources.limits.memory | string | `"2048Mi"` | | +| harness.platform.mongodb.resources.requests.cpu | int | `1` | | +| harness.platform.mongodb.resources.requests.memory | string | `"2048Mi"` | | | harness.platform.next-gen-ui.autoscaling.enabled | bool | `false` | | | harness.platform.next-gen-ui.replicaCount | int | `1` | | | harness.platform.next-gen-ui.resources.limits.cpu | float | `0.2` | | diff --git a/src/demo/charts/harness-0.2.24.tgz b/src/demo/charts/harness-0.2.24.tgz deleted file mode 100644 index 0d1251b2..00000000 Binary files a/src/demo/charts/harness-0.2.24.tgz and /dev/null differ diff --git a/src/demo/charts/harness-0.2.25.tgz b/src/demo/charts/harness-0.2.25.tgz new file mode 100644 index 00000000..778a10c5 Binary files /dev/null and b/src/demo/charts/harness-0.2.25.tgz differ diff --git a/src/demo/values.yaml b/src/demo/values.yaml index 84399a5f..9c7d54a8 100644 --- a/src/demo/values.yaml +++ b/src/demo/values.yaml @@ -161,15 +161,15 @@ harness: replicaCount: 1 resources: limits: - cpu: 0.5 - memory: 1024Mi + cpu: 2 + memory: 2048Mi requests: - cpu: 0.5 - memory: 1024Mi + cpu: 1 + memory: 2048Mi persistence: size: 20Gi args: - - "--wiredTigerCacheSizeGB=0.2" + - "--wiredTigerCacheSizeGB=0.5" next-gen-ui: autoscaling: diff --git a/src/prod/Chart.lock b/src/prod/Chart.lock index 6414695b..09858876 100644 --- a/src/prod/Chart.lock +++ b/src/prod/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: harness repository: https://harness.github.io/helm-charts - version: 0.2.24 -digest: sha256:8d22f58030d82648098ac42a26010fc9d8f68f9c9b46612de6c0f934eff127ea -generated: "2022-09-01T10:15:34.652114-04:00" + version: 0.2.25 +digest: sha256:5485895945e4e981c10d7997da0ccb81cf3ac88e5c6c48e2eef91dd943b5e608 +generated: "2022-09-01T15:33:45.281178-04:00" diff --git a/src/prod/Chart.yaml b/src/prod/Chart.yaml index 15e3c570..73592119 100644 --- a/src/prod/Chart.yaml +++ b/src/prod/Chart.yaml @@ -15,7 +15,7 @@ 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: 0.2.29 +version: 0.2.30 # 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 @@ -25,5 +25,5 @@ appVersion: "1.0.76019" dependencies: - name: harness - version: 0.2.24 + version: 0.2.25 repository: https://harness.github.io/helm-charts diff --git a/src/prod/README.md b/src/prod/README.md index ef634df7..0c90c2d1 100644 --- a/src/prod/README.md +++ b/src/prod/README.md @@ -2,7 +2,7 @@ Helm Chart for deploying Harness in Prod configuration -![Version: 0.2.29](https://img.shields.io/badge/Version-0.2.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.76019](https://img.shields.io/badge/AppVersion-1.0.76019-informational?style=flat-square) +![Version: 0.2.30](https://img.shields.io/badge/Version-0.2.30-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.76019](https://img.shields.io/badge/AppVersion-1.0.76019-informational?style=flat-square) ## Usage diff --git a/src/prod/charts/harness-0.2.24.tgz b/src/prod/charts/harness-0.2.24.tgz deleted file mode 100644 index 0d1251b2..00000000 Binary files a/src/prod/charts/harness-0.2.24.tgz and /dev/null differ diff --git a/src/prod/charts/harness-0.2.25.tgz b/src/prod/charts/harness-0.2.25.tgz new file mode 100644 index 00000000..778a10c5 Binary files /dev/null and b/src/prod/charts/harness-0.2.25.tgz differ