Skip to content

Commit

Permalink
Merge pull request #275 from harness/SMP-1217-release
Browse files Browse the repository at this point in the history
[SMP-1217]
  • Loading branch information
arya-harness committed Apr 25, 2023
2 parents fd4f946 + a948341 commit e46aad3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/harness/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 0.5.0
# 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.0.78426"
appVersion: "1.0.78929"
dependencies:
- name: infra
version: 0.3.x
Expand Down
3 changes: 2 additions & 1 deletion src/harness/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This readme provides the basic instructions you need to deploy Harness using a H

Helm Chart for deploying Harness.

![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.78426](https://img.shields.io/badge/AppVersion-1.0.78426-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.78929](https://img.shields.io/badge/AppVersion-1.0.78929-informational?style=flat-square)

## Usage

Expand Down Expand Up @@ -204,6 +204,7 @@ docker.io/ubuntu:20.04
| global.sto | object | `{"enabled":false}` | Enable to install Security Test Orchestration (STO) |
| global.storageClassName | string | `""` | Configure storage class for MongoSSL |
| global.useImmutableDelegate | string | `"false"` | Utilize immutable delegates (default = false) |
| infra | object | `{"postgresql":{"auth":{"existingSecret":"postgres"}}}` | Overrides for postgresql |
| ng-manager | object | `{"ceGcpSetupConfigGcpProjectId":"placeHolder"}` | Enable the Cloud Cost Management (CCM) service for the Next Generation Manager |
| ngcustomdashboard | object | `{"looker":{"affinity":{},"nodeSelector":{},"tolerations":[]},"ng-custom-dashboards":{"affinity":{},"nodeSelector":{},"tolerations":[]}}` | Install the Next Generation customer dashboard |
| ngcustomdashboard.looker | object | `{"affinity":{},"nodeSelector":{},"tolerations":[]}` | Install the looker service |
Expand Down
5 changes: 5 additions & 0 deletions src/harness/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,11 @@ platform:
nodeSelector: {}
tolerations: []

# -- Overrides for postgresql
infra:
postgresql:
auth:
existingSecret: "postgres"
# -- Enable the Cloud Cost Management (CCM) service
ccm:
# -- Set ccm.clickhouse.enabled to true for AWS infrastructure
Expand Down
2 changes: 2 additions & 0 deletions src/override-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,8 @@ sto:
memory: 3072Mi
infra:
postgresql:
auth:
existingSecret: "postgres"
primary:
persistence:
size: 8Gi
Expand Down
2 changes: 2 additions & 0 deletions src/override-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ sto:
memory: 3072Mi
infra:
postgresql:
auth:
existingSecret: "postgres"
primary:
persistence:
size: 200Gi
Expand Down

0 comments on commit e46aad3

Please sign in to comment.