Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ OJP Helm Charts provide a set of Helm charts for deploying the OJP Server and it
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

```bash
helm repo add ojp https://Open-JDBC-Proxy.github.io/ojp-helm
helm repo add ojp https://Open-J-Proxy.github.io/ojp-helm
```

# OJP Server Helm Charts

[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/ojp-server)](https://artifacthub.io/packages/helm/ojp/ojp-server)
[![Charts README](https://img.shields.io/badge/charts-README-blue.svg)](https://github.com/Open-JDBC-Proxy/ojp-helm/blob/main/charts/ojp-server/README.md)
[![Charts README](https://img.shields.io/badge/charts-README-blue.svg)](https://github.com/Open-J-Proxy/ojp-helm/blob/main/charts/ojp-server/README.md)

| Component | Description | Repository Link | Source Code |
|-----------|-------------|-----------------|-------------|
| OJP Server | A gRPC server that manages a HikariCP connection pool and abstracts the creation and management of database connections | [Docker Hub](https://hub.docker.com/r/rrobetti/ojp) | [GitHub](https://github.com/Open-JDBC-Proxy/ojp) |
| OJP Server | A gRPC server that manages a HikariCP connection pool and abstracts the creation and management of database connections | [Docker Hub](https://hub.docker.com/r/rrobetti/ojp) | [GitHub](https://github.com/Open-J-Proxy/ojp) |
6 changes: 3 additions & 3 deletions charts/ojp-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: ojp-server
home: https://github.com/ojp/ojp-helm
home: https://github.com/Open-J-Proxy/ojp-helm
description: A OJP Server Helm chart for Kubernetes
icon: https://raw.githubusercontent.com/Open-JDBC-Proxy/ojp/refs/heads/main/documents/images/ojp_logo.png
icon: https://raw.githubusercontent.com/Open-J-Proxy/ojp/refs/heads/main/documents/images/ojp_logo.png
maintainers:
- name: rrobetti
url: https://github.com/rrobetti
- name: petruki
url: https://github.com/petruki

type: application
version: 0.1.1
version: 0.1.2
appVersion: "0.1.0-beta"
2 changes: 1 addition & 1 deletion charts/ojp-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Deploy OJP Server using `ojp/ojp-server` Helm Charts.
Install OJP Server
```console
# Add the OJP Helm repository
helm repo add ojp https://Open-JDBC-Proxy.github.io/ojp-helm
helm repo add ojp https://Open-J-Proxy.github.io/ojp-helm

# Update the Helm repository
helm repo update
Expand Down