From 03366b446e82a8d03ea0ff44f90da93482952e8e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:47:58 +0000 Subject: [PATCH 1/3] Initial plan From 7e16984fe01294f19c4ae37498d313e0f875db68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:53:36 +0000 Subject: [PATCH 2/3] Refactor organization name from Open-JDBC-Proxy to Open-J-Proxy Co-authored-by: rrobetti <7221783+rrobetti@users.noreply.github.com> --- README.md | 6 +++--- charts/ojp-server/Chart.yaml | 4 ++-- charts/ojp-server/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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..5af1b4f 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 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 From 6829e30efece43b8735fdd610641c0fced3d5367 Mon Sep 17 00:00:00 2001 From: petruki <31597636+petruki@users.noreply.github.com> Date: Thu, 11 Sep 2025 00:40:51 -0700 Subject: [PATCH 3/3] fix: bump Chart version --- charts/ojp-server/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ojp-server/Chart.yaml b/charts/ojp-server/Chart.yaml index 5af1b4f..1521bf0 100644 --- a/charts/ojp-server/Chart.yaml +++ b/charts/ojp-server/Chart.yaml @@ -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"