diff --git a/stable/anchore-admission-controller/Chart.yaml b/stable/anchore-admission-controller/Chart.yaml index 3d14a3cd..60e8162f 100644 --- a/stable/anchore-admission-controller/Chart.yaml +++ b/stable/anchore-admission-controller/Chart.yaml @@ -2,7 +2,7 @@ name: anchore-admission-controller description: A kubernetes admission controller for validating and mutating webhooks that operates against Anchore Engine to make access decisions and annotations apiVersion: v1 appVersion: 0.2.2 -version: 0.2.7 +version: 0.2.8 home: https://github.com/anchore/kubernetes-admission-controller maintainers: - name: zhill diff --git a/stable/anchore-admission-controller/files/get_validating_webhook_config.sh b/stable/anchore-admission-controller/files/get_validating_webhook_config.sh deleted file mode 100755 index 6cc75044..00000000 --- a/stable/anchore-admission-controller/files/get_validating_webhook_config.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash - -name=${1} - -KUBE_CA=$(kubectl config view --minify=true --flatten -o json | jq '.clusters[0].cluster."certificate-authority-data"' -r) -cat > validating-webhook.yaml < -kubectl apply -f validating-webhook.yaml - - -KUBE_CA=$(kubectl config view --minify=true --flatten -o json | jq '.clusters[0].cluster."certificate-authority-data"' -r) -cat > validating-webhook.yaml <