Skip to content

Commit

Permalink
Release Opik helm chart 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Helm Updater committed Sep 5, 2024
1 parent 6a5586b commit eeab489
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

A Helm chart for Comet Opik

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
# Run Comet Opik with Helm

## Installation Prerequisites for local installation
Expand Down Expand Up @@ -100,6 +99,7 @@ Call opik api on http://localhost:5173/api
| clickhouse.replicasCount | int | `1` | |
| clickhouse.shardsCount | int | `1` | |
| clickhouse.storage | string | `"50Gi"` | |
| component.backend.autoscaling.enabled | bool | `false` | |
| component.backend.env.ANALYTICS_DB_DATABASE_NAME | string | `"opik"` | |
| component.backend.env.ANALYTICS_DB_HOST | string | `"clickhouse-opik-clickhouse"` | |
| component.backend.env.ANALYTICS_DB_MIGRATIONS_URL | string | `"jdbc:clickhouse://clickhouse-opik-clickhouse:8123"` | |
Expand All @@ -120,6 +120,7 @@ Call opik api on http://localhost:5173/api
| component.backend.initContainers[0].env[0].value | string | `"http://clickhouse-opik-clickhouse:8123"` | |
| component.backend.initContainers[0].image | string | `"stefanevinance/wait-for-200"` | |
| component.backend.initContainers[0].name | string | `"wait-for-clickhouse-service"` | |
| component.backend.replicaCount | int | `1` | |
| component.backend.service.ports[0].name | string | `"http"` | |
| component.backend.service.ports[0].port | int | `8080` | |
| component.backend.service.ports[0].protocol | string | `"TCP"` | |
Expand All @@ -130,9 +131,11 @@ Call opik api on http://localhost:5173/api
| component.backend.service.ports[1].targetPort | int | `3003` | |
| component.backend.service.type | string | `"ClusterIP"` | |
| component.backend.serviceAccount.create | bool | `true` | |
| component.frontend.autoscaling.enabled | bool | `false` | |
| component.frontend.image.pullPolicy | string | `"IfNotPresent"` | |
| component.frontend.image.repository | string | `"opik-frontend"` | |
| component.frontend.ingress.enabled | bool | `false` | |
| component.frontend.replicaCount | int | `1` | |
| component.frontend.service.ports[0].name | string | `"http"` | |
| component.frontend.service.ports[0].port | int | `5173` | |
| component.frontend.service.ports[0].protocol | string | `"TCP"` | |
Expand Down
18 changes: 9 additions & 9 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v1
entries:
opik:
- apiVersion: v2
appVersion: 0.1.0
created: "2024-09-02T19:20:26.71627726Z"
appVersion: 0.1.5
created: "2024-09-05T06:39:15.137551007Z"
dependencies:
- condition: mysql.enabled
name: mysql
Expand All @@ -18,7 +18,7 @@ entries:
repository: https://charts.bitnami.com/bitnami
version: 18.19.2
description: A Helm chart for Comet Opik
digest: 0431f2a49910c6d9e57f0330abff7331bc15de706f2689ae59001a79916e0c31
digest: 38b1384dbf1748b0ac592e05010b63afedfa686b2e2d05143e246698d288a3aa
icon: https://www.comet.com/site/favicon-32x32.png
maintainers:
- email: [email protected]
Expand All @@ -30,7 +30,7 @@ entries:
version: 0.1.5
- apiVersion: v2
appVersion: 0.1.4
created: "2024-09-02T19:20:26.704192349Z"
created: "2024-09-05T06:39:15.125472126Z"
dependencies:
- condition: mysql.enabled
name: mysql
Expand All @@ -57,7 +57,7 @@ entries:
version: 0.1.4
- apiVersion: v2
appVersion: 0.1.0
created: "2024-09-02T19:20:26.692181368Z"
created: "2024-09-05T06:39:15.113191111Z"
dependencies:
- condition: mysql.enabled
name: mysql
Expand All @@ -84,7 +84,7 @@ entries:
version: 0.1.3
- apiVersion: v2
appVersion: 0.1.0
created: "2024-09-02T19:20:26.67995455Z"
created: "2024-09-05T06:39:15.099994003Z"
dependencies:
- condition: mysql.enabled
name: mysql
Expand All @@ -111,7 +111,7 @@ entries:
version: 0.1.3-10
- apiVersion: v2
appVersion: 0.1.0
created: "2024-09-02T19:20:26.666935926Z"
created: "2024-09-05T06:39:15.086914937Z"
dependencies:
- condition: mysql.enabled
name: mysql
Expand All @@ -138,7 +138,7 @@ entries:
version: 0.1.1
- apiVersion: v2
appVersion: 0.1.0
created: "2024-09-02T19:20:26.654026652Z"
created: "2024-09-05T06:39:15.074485599Z"
dependencies:
- condition: mysql.enabled
name: mysql
Expand All @@ -163,4 +163,4 @@ entries:
urls:
- https://raw.githubusercontent.com/comet-ml/opik/gh-pages/opik-0.1.0.tgz
version: 0.1.0
generated: "2024-09-02T19:20:26.641441431Z"
generated: "2024-09-05T06:39:15.061269683Z"

0 comments on commit eeab489

Please sign in to comment.