Skip to content

Commit f04b8cf

Browse files
committed
Refactor project description in README and Chart.yaml.template for clarity
- Updated README.md to remove outdated badge and enhance project description. - Modified Chart.yaml.template to provide a more accurate description of the go-sql-proxy project.
1 parent edbd985 commit f04b8cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
This project implements a SQL proxy server in Golang that acts as an intermediary between a client and a MySQL server. The proxy server can handle protocol decoding and data transfer while measuring and updating metrics for monitoring purposes.
88

9-
[![Build, Test and Publish](https://github.com/SupportTools/go-sql-proxy/actions/workflows/build-and-publish.yml/badge.svg?branch=main)](https://github.com/SupportTools/go-sql-proxy/actions/workflows/build-and-publish.yml)
109
[![Go Report Card](https://goreportcard.com/badge/github.com/SupportTools/go-sql-proxy)](https://goreportcard.com/report/github.com/SupportTools/go-sql-proxy)
1110
[![Go Reference](https://pkg.go.dev/badge/github.com/SupportTools/go-sql-proxy.svg)](https://pkg.go.dev/github.com/SupportTools/go-sql-proxy)
1211

charts/go-sql-proxy/Chart.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
name: go-sql-proxy
33
version: ${CHART_VERSION}
44
appVersion: ${APP_VERSION}
5-
description: go-sql-proxy is a tool for backing up the configuration files in a Kubernetes cluster and uploading them to a S3 bucket.
5+
description: This project implements a SQL proxy server in Golang that acts as an intermediary between a client and a MySQL server. The proxy server can handle protocol decoding and data transfer while measuring and updating metrics for monitoring purposes.
66
keywords:
77
- kubernetes
88
- backup

0 commit comments

Comments
 (0)