Skip to content

Commit 56d8ad9

Browse files
Generated commit to update templated files based on rev 208c94f in stackabletech/operator-templating repo. (#434)
Triggered by: Manual run triggered by: sbernauer with message [ fix: Set correct operator image annotation in Tilt workflow]
1 parent 515b9bb commit 56d8ad9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ body:
99

1010
- type: input
1111
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?
1419

1520
- type: textarea
1621
attributes:

Tiltfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ watch_file('result')
2222
if os.path.exists('result'):
2323
k8s_yaml('result/crds.yaml')
2424

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+
2530
# Exclude stale CRDs from Helm chart, and apply the rest
2631
helm_crds, helm_non_crds = filter_yaml(
2732
helm(

0 commit comments

Comments
 (0)