Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 5a4e93d

Browse files
authored
Merge pull request #12 from claudiol/stone-soup-chart
Adding hooks to Stone Soup chart
2 parents e45a669 + e6125ee commit 5a4e93d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/stone-soup-pipelines/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.2
18+
version: 0.1.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/stone-soup-pipelines/templates/subscription-osp.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ kind: Subscription
77
metadata:
88
name: openshift-pipelines-operator-rh
99
namespace: openshift-operators
10+
annotations:
11+
# This is what defines this resource as a hook. Without this line, the
12+
# job is considered part of the release.
13+
"helm.sh/hook": pre-install
1014
labels:
1115
app.kubernetes.io/managed-by: helm
1216
spec:

0 commit comments

Comments
 (0)