From a3643c61b089a43d298b1f989ad0488f43cbe12d Mon Sep 17 00:00:00 2001 From: doronkg Date: Wed, 31 Jul 2024 12:16:12 +0300 Subject: [PATCH 1/3] docs: Reference ClusterRole aggregation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 748a2da8..9e7b618c 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ kor [subcommand] --help | ServiceAccounts | ServiceAccounts unused by Pods
ServiceAccounts unused by roleBinding or clusterRoleBinding | | | StatefulSets | Statefulsets with no Replicas | | | Roles | Roles not used in roleBinding | | -| ClusterRoles | ClusterRoles not used in roleBinding or clusterRoleBinding | | +| ClusterRoles | ClusterRoles not used in roleBinding or clusterRoleBinding
ClusterRoles not unsed in ClusterRole aggregation | | | PVCs | PVCs not used in Pods | | | Ingresses | Ingresses not pointing at any Service | | | Hpas | HPAs not used in Deployments
HPAs not used in StatefulSets | | From 8c29f18e08cd23f406fd9e637c9ede00dab2df5a Mon Sep 17 00:00:00 2001 From: doronkg Date: Wed, 31 Jul 2024 12:17:15 +0300 Subject: [PATCH 2/3] docs: Update release badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7b618c..3d44128d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![GitHub go.mod Go version (subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/yonahd/kor) -![GitHub release (with filter)](https://img.shields.io/github/v/release/yonahd/kor?color=green&link=https://github.com/yonahd/kor/releases) +![GitHub Release](https://img.shields.io/github/v/release/yonahd/kor?filter=v*&color=green&link=https://github.com/yonahd/kor/releases) +![GitHub Release](https://img.shields.io/github/v/release/yonahd/kor?filter=kor-*&logo=Helm&color=green&link=https://github.com/yonahd/kor/releases) ![Docker Pulls](https://img.shields.io/docker/pulls/yonahdissen/kor) [![codecov](https://codecov.io/gh/yonahd/kor/branch/main/graph/badge.svg?token=tNKcOjlxLo)](https://codecov.io/gh/yonahd/kor) [![Discord](https://discord.com/api/guilds/1159544275722321990/embed.png)](https://discord.gg/ajptYPwcJY) From 1a35afc5623bcdde3f692a59a2944c25c2c04382 Mon Sep 17 00:00:00 2001 From: doronkg Date: Wed, 31 Jul 2024 12:30:23 +0300 Subject: [PATCH 3/3] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d44128d..f64957b9 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ kor [subcommand] --help | ServiceAccounts | ServiceAccounts unused by Pods
ServiceAccounts unused by roleBinding or clusterRoleBinding | | | StatefulSets | Statefulsets with no Replicas | | | Roles | Roles not used in roleBinding | | -| ClusterRoles | ClusterRoles not used in roleBinding or clusterRoleBinding
ClusterRoles not unsed in ClusterRole aggregation | | +| ClusterRoles | ClusterRoles not used in roleBinding or clusterRoleBinding
ClusterRoles not used in ClusterRole aggregation | | | PVCs | PVCs not used in Pods | | | Ingresses | Ingresses not pointing at any Service | | | Hpas | HPAs not used in Deployments
HPAs not used in StatefulSets | |