File tree Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Expand file tree Collapse file tree 2 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 22apiVersion : v2
33name : parca-operator
44description : Deploy and Operator Parca
5-
6- # A chart can be either an 'application' or a 'library' chart.
7- #
8- # Application charts are a collection of templates that can be packaged into versioned archives
9- # to be deployed.
10- #
11- # Library charts provide useful utilities or functions for the chart developer. They're included as
12- # a dependency of application charts to inject those utilities and functions into the rendering
13- # pipeline. Library charts do not define any templates and therefore cannot be deployed.
145type : application
15-
16- # This is the chart version. This version number should be incremented each time you make changes
17- # to the chart and its templates, including the app version.
18- # Versions are expected to follow Semantic Versioning (https://semver.org/)
19- version : 1.0.1
20-
21- # This is the version number of the application being deployed. This version number should be
22- # incremented each time you make changes to the application. Versions are not expected to
23- # follow Semantic Versioning. They should reflect the version the application is using.
24- # It is recommended to use it with quotes.
25- appVersion : " v0.3.0"
6+ version : 1.0.2
7+ appVersion : " v0.3.1"
Original file line number Diff line number Diff line change 11module github.com/ricoberger/parca-operator
22
33go 1.24.0
4+
45require (
56 github.com/onsi/ginkgo/v2 v2.23.0
67 github.com/onsi/gomega v1.36.2
You can’t perform that action at this time.
0 commit comments