UNCLASSIFIED

Commit 093139e7 authored by bhearn's avatar bhearn
Browse files

Merge branch 'patch-1' into 'main'

fix np lable

See merge request !43
parents b643d164 5dacd16d
Pipeline #368552 passed with stages
in 4 minutes and 45 seconds
...@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
--- ---
## [1.13.0-bb.3]
### Fixed
- incorrect label on `allow-egress-enterprise-engine-upgrade-job` network policy
## [1.13.0-bb.2] ## [1.13.0-bb.2]
### Changed ### Changed
- updated Redis dependency to `14.1.0-bb.2` to utilize `big-bang/base` image for upgrade jobs - updated Redis dependency to `14.1.0-bb.2` to utilize `big-bang/base` image for upgrade jobs
......
apiVersion: v2 apiVersion: v2
name: anchore-engine name: anchore-engine
version: 1.13.0-bb.2 version: 1.13.0-bb.3
appVersion: 0.10.0 appVersion: 0.10.0
description: Anchore container analysis and policy evaluation engine service description: Anchore container analysis and policy evaluation engine service
keywords: keywords:
......
...@@ -52,7 +52,7 @@ metadata: ...@@ -52,7 +52,7 @@ metadata:
spec: spec:
podSelector: podSelector:
matchLabels: matchLabels:
job-name: anchore-engine-upgrade job-name: anchore-enterprise-upgrade
policyTypes: policyTypes:
- Egress - Egress
egress: egress:
......
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