UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a797969b authored by runyontr's avatar runyontr
Browse files

Merge branch 'cluster-auditor-ib' into 'master'

IronBank image for Cluster Auditor

See merge request platform-one/big-bang/bigbang!427
parents e3a9d252 a4865ecd
No related branches found
No related tags found
1 merge request!427IronBank image for Cluster Auditor
Pipeline #226676 failed
......@@ -142,7 +142,7 @@ clusterAuditor:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor.git
path: "./chart"
tag: "0.1.8-bb.2"
tag: "0.1.9-bb.0"
# -- Values to passthrough to the cluster auditor chart: https://repo1.dso.mil/platform-one/big-bang/apps/core/cluster-auditor.git
values: {}
......
......@@ -6,4 +6,4 @@ set -e
# Quick check for non iron bank images
echo "Showing images not from ironbank:"
# Ignore rancher images since those are from k3d
kubectl get pods -A -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq -c | grep -v "registry1" | grep -v "rancher"
kubectl get pods -A -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq -c | grep -v "registry1" | ( grep -v "rancher" || echo "None" )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment