Skip to content

Commit 12ea9af

Browse files
jelemuxcesmarvin
authored andcommitted
Merge branch 'release/v5.0.2-9' into main
2 parents 6f704cc + 45fecf3 commit 12ea9af

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v5.0.2-9] - 2024-12-05
10+
### Fixed
11+
- [#18] change label of podSelector to match k8s-velero
12+
913
## [v5.0.2-8] - 2024-12-05
1014
### Added
1115
- [#16] add deny all NetworkPolicy

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARTIFACT_ID=k8s-velero
2-
VERSION=5.0.2-8
2+
VERSION=5.0.2-9
33
MAKEFILES_VERSION=9.3.2
44
REGISTRY_NAMESPACE?=k8s
55
HELM_REPO_ENDPOINT=k3ces.local:30099

k8s/helm/templates/network-policy-deny-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
spec:
1212
podSelector:
1313
matchLabels:
14-
app: velero
14+
app.kubernetes.io/name: k8s-velero
1515
policyTypes:
1616
- Ingress
1717
{{- end }}

0 commit comments

Comments
 (0)