File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
- type : input
11
11
attributes :
12
- label : Affected version
13
- description : Which version do you see this bug in?
12
+ label : Affected Stackable version
13
+ description : Which version of the Stackable Operator do you see this bug in?
14
+
15
+ - type : input
16
+ attributes :
17
+ label : Affected Apache HBase version
18
+ description : Which version of Apache HBase do you see this bug in?
14
19
15
20
- type : textarea
16
21
attributes :
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ watch_file('result')
22
22
if os .path .exists ('result' ):
23
23
k8s_yaml ('result/crds.yaml' )
24
24
25
+ # We need to set the correct image annotation on the operator Deployment to use e.g.
26
+ # docker.stackable.tech/sandbox/opa-operator:7y19m3d8clwxlv34v5q2x4p7v536s00g instead of
27
+ # docker.stackable.tech/sandbox/opa-operator:0.0.0-dev (which does not exist)
28
+ k8s_kind ('Deployment' , image_json_path = '{.spec.template.metadata.annotations.internal\\ .stackable\\ .tech/image}' )
29
+
25
30
# Exclude stale CRDs from Helm chart, and apply the rest
26
31
helm_crds , helm_non_crds = filter_yaml (
27
32
helm (
You can’t perform that action at this time.
0 commit comments