Skip to content

Commit

Permalink
Merge pull request #66 from harness/develop
Browse files Browse the repository at this point in the history
bumping prod and demo to use harness-0.2.25
  • Loading branch information
harness-jc authored Sep 1, 2022
2 parents 3ff6cb3 + c77f140 commit 2e927cd
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions src/demo/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions src/demo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
14 changes: 7 additions & 7 deletions src/demo/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://harness.github.io/helm-charts | harness | 0.2.24 |
| https://harness.github.io/helm-charts | harness | 0.2.25 |

## Values

Expand Down Expand Up @@ -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` | |
Expand Down
Binary file removed src/demo/charts/harness-0.2.24.tgz
Binary file not shown.
Binary file added src/demo/charts/harness-0.2.25.tgz
Binary file not shown.
10 changes: 5 additions & 5 deletions src/demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions src/prod/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions src/prod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/prod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file removed src/prod/charts/harness-0.2.24.tgz
Binary file not shown.
Binary file added src/prod/charts/harness-0.2.25.tgz
Binary file not shown.

0 comments on commit 2e927cd

Please sign in to comment.