diff --git a/README.md b/README.md index b95e9e9..2a49a1a 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/charts/ojp-server/Chart.yaml b/charts/ojp-server/Chart.yaml index 4b4e4df..1521bf0 100644 --- a/charts/ojp-server/Chart.yaml +++ b/charts/ojp-server/Chart.yaml @@ -1,8 +1,8 @@ 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 @@ -10,5 +10,5 @@ maintainers: url: https://github.com/petruki type: application -version: 0.1.1 +version: 0.1.2 appVersion: "0.1.0-beta" diff --git a/charts/ojp-server/README.md b/charts/ojp-server/README.md index c9524eb..93135cc 100644 --- a/charts/ojp-server/README.md +++ b/charts/ojp-server/README.md @@ -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