Skip to content

Commit 48cb5a7

Browse files
Remove deprecated cloudwatch-agent and pod-identity-webhook charts (#1947)
1 parent 4b4e0d9 commit 48cb5a7

43 files changed

Lines changed: 0 additions & 1428 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

helm-charts/scripts/verify-version.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ for chart in *; do
3333
if [ $chart = "prow-control-plane" ]; then
3434
DIFF_CHECK_TARGETS="$GIT_REPO_ROOT/helm-charts/patches/prow-control-plane $DIFF_CHECK_TARGETS"
3535
fi
36-
if [ $chart = "amazon-eks-pod-identity-webhook" ]; then
37-
DIFF_CHECK_TARGETS="$chart/config $DIFF_CHECK_TARGETS"
38-
fi
3936
CHART_EXISTED=$(git ls-tree -r ${PREV_RELEASE_HASH} --name-only | grep -c ${chart}/Chart.yaml || true)
4037
if [ $CHART_EXISTED -eq 0 ]; then
4138
echo "✅ This is the first release of chart $chart, nothing to compare"
@@ -47,9 +44,6 @@ for chart in *; do
4744
TEMPLATES_CHANGED=false
4845
if [ "${CURR_VERSION}" = "${PREV_VERSION}" ]; then
4946
FILES_TO_CHECK="$chart/templates/* $chart/values.yaml"
50-
if [ $chart = "amazon-eks-pod-identity-webhook" ]; then
51-
FILES_TO_CHECK="$chart/config/* $FILES_TO_CHECK"
52-
fi
5347
for file in $FILES_TO_CHECK; do
5448
CHANGED_LINES=$(git show -U0 $file | grep '^[+-]' | grep -Ev '^(--- a/|\+\+\+ b/|\+#|-#|\+$)' || true)
5549
if [ "$CHANGED_LINES" != "" ]; then

helm-charts/stable/amazon-eks-pod-identity-webhook/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

helm-charts/stable/amazon-eks-pod-identity-webhook/Chart.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

helm-charts/stable/amazon-eks-pod-identity-webhook/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

helm-charts/stable/amazon-eks-pod-identity-webhook/config/install.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

helm-charts/stable/amazon-eks-pod-identity-webhook/config/mutatingwebhook.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

helm-charts/stable/amazon-eks-pod-identity-webhook/config/uninstall.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

helm-charts/stable/amazon-eks-pod-identity-webhook/templates/ClusterRole.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

helm-charts/stable/amazon-eks-pod-identity-webhook/templates/ClusterRoleBinding.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

helm-charts/stable/amazon-eks-pod-identity-webhook/templates/Deployment.yaml

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)