Skip to content

Commit 6feb9fb

Browse files
authored
version stream helm package (#73312)
with helm 4.x release, we need to version stream this, 3.x and 4.x are supported together simultaneously.
1 parent 125818e commit 6feb9fb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

helm.yaml renamed to helm-4.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
package:
2-
name: helm
2+
name: helm-4
33
version: "4.0.1"
4-
epoch: 0 # GHSA-j5w8-q4qc-rx2x
4+
epoch: 1 # GHSA-j5w8-q4qc-rx2x
55
description: The Kubernetes Package Manager
66
copyright:
77
- license: Apache-2.0
88
dependencies:
9+
provides:
10+
- helm=${{package.full-version}}
911
runtime:
1012
- ca-certificates-bundle
1113

@@ -48,4 +50,5 @@ update:
4850
enabled: true
4951
github:
5052
identifier: helm/helm
53+
tag-filter-prefix: v4
5154
strip-prefix: v

0 commit comments

Comments
 (0)