UNCLASSIFIED

Commit 744ec530 authored by bhearn7's avatar bhearn7
Browse files

initial licensed deploy commit

parent 4337b4c8
Pipeline #465162 failed with stages
in 1 minute and 14 seconds
include:
- project: 'platform-one/big-bang/pipeline-templates/pipeline-templates'
ref: master
ref: 711-add-licensed-deployment
file: '/templates/package-tests.yml'
......@@ -3,6 +3,9 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [1.13.0-bb.8]
### Changed
- updated `./tests/test-values.yaml` to use an existing secret so Anchore Enterprise can be deployed and tested in CI pipelines
## [1.13.0-bb.7]
### Fixed
......
apiVersion: v2
name: anchore-engine
version: 1.13.0-bb.7
version: 1.13.0-bb.8
appVersion: 0.10.0
description: Anchore container analysis and policy evaluation engine service
keywords:
......
......@@ -4,6 +4,17 @@ istio:
networkPolicies:
enabled: true
anchoreGlobal:
saml:
secret: ci-testing-only
anchoreAnalyzer:
replicaCount: 1
anchoreEnterpriseGlobal:
enabled: true
licenseSecretName: anchore-enterprise-license
bbtests:
enabled: true
scripts:
......@@ -23,11 +34,4 @@ bbtests:
memory: "1Gi"
limits:
cpu: "1"
memory: "1Gi"
anchoreGlobal:
saml:
secret: ci-testing-only
anchoreAnalyzer:
replicaCount: 1
\ No newline at end of file
memory: "1Gi"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment