Skip to content

Commit

Permalink
Merge pull request #281 from anchore/dev-sync
Browse files Browse the repository at this point in the history
Add Anchore Enterprise Chart
  • Loading branch information
Btodhunter authored Sep 1, 2023
2 parents 37a1d6f + 0a10471 commit 38aa2e0
Show file tree
Hide file tree
Showing 49 changed files with 9,787 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
for chart in ${charts_dirs_changed}; do
echo "running helm unittest . for ${chart}"
pushd "${chart}"
helm dep build
helm repo add anchore https://charts.anchore.io/stable
helm dep up
helm unittest .
popd
done
2 changes: 2 additions & 0 deletions ct-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ remote: origin
target-branch: main
chart-dirs:
- stable
chart-repos:
- anchore=https://charts.anchore.io/stable
namespace: anchore
release-label: anchore
helm-extra-args: --timeout 600s
2 changes: 2 additions & 0 deletions stable/enterprise/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.git
tests/
12 changes: 12 additions & 0 deletions stable/enterprise/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.9
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.11.8
- name: feeds
repository: https://charts.anchore.io/stable
version: 0.0.1
digest: sha256:6d7eeac8b08d99ba32f67ea08376555faa642520eadcfb1b966d9b2c0cbf7778
generated: "2023-09-01T15:50:02.118283-07:00"
45 changes: 45 additions & 0 deletions stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
apiVersion: v2
name: enterprise
version: "0.0.1"
appVersion: "4.9.0"
kubeVersion: 1.23.x - 1.27.x || 1.23.x-x - 1.27.x-x
description: |
Anchore Enterprise is a complete container security workflow solution for professional teams. Easily integrating with CI/CD systems,
it allows developers to bolster security without compromising velocity and enables security teams to audit and verify compliance in real-time.
It is based on Anchore Engine, an open-source image inspection and scanning tool.
keywords:
- analysis
- docker
- anchore
- "anchore-engine"
- "anchore-enterprise"
- image
- security
- vulnerability
- scanner
home: https://anchore.com
sources:
- https://github.com/anchore/anchore-charts/tree/master/stable/enterprise
maintainers:
- name: zhill
email: [email protected]
- name: btodhunter
email: [email protected]
icon: https://anchore.com/wp-content/uploads/2016/08/anchore.png
dependencies:
- name: postgresql
version: "~12.5"
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: postgresql.chartEnabled
- name: redis
version: "~17.11"
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: ui-redis.chartEnabled
alias: ui-redis
- name: feeds
version: "0.0.1"
repository: "@anchore"
condition: feeds.chartEnabled
import-values:
- child: service
parent: feeds.service
Loading

0 comments on commit 38aa2e0

Please sign in to comment.