Skip to content

Commit

Permalink
Refactor project description in README and Chart.yaml.template for cl…
Browse files Browse the repository at this point in the history
…arity

- 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.
  • Loading branch information
mattmattox committed Jan 21, 2025
1 parent edbd985 commit f04b8cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

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.

[![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)
[![Go Report Card](https://goreportcard.com/badge/github.com/SupportTools/go-sql-proxy)](https://goreportcard.com/report/github.com/SupportTools/go-sql-proxy)
[![Go Reference](https://pkg.go.dev/badge/github.com/SupportTools/go-sql-proxy.svg)](https://pkg.go.dev/github.com/SupportTools/go-sql-proxy)

Expand Down
2 changes: 1 addition & 1 deletion charts/go-sql-proxy/Chart.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
name: go-sql-proxy
version: ${CHART_VERSION}
appVersion: ${APP_VERSION}
description: go-sql-proxy is a tool for backing up the configuration files in a Kubernetes cluster and uploading them to a S3 bucket.
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.
keywords:
- kubernetes
- backup
Expand Down

0 comments on commit f04b8cf

Please sign in to comment.