Skip to content

Commit

Permalink
Generated commit to update templated files based on rev 208c94f in st…
Browse files Browse the repository at this point in the history
…ackabletech/operator-templating repo. (#447)

Triggered by:
Manual run triggered by: sbernauer with message [ fix: Set correct operator image annotation in Tilt workflow]
  • Loading branch information
stackable-bot authored Jan 3, 2024
1 parent 049288b commit 78252a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ body:

- type: input
attributes:
label: Affected version
description: Which version do you see this bug in?
label: Affected Stackable version
description: Which version of the Stackable Operator do you see this bug in?

- type: input
attributes:
label: Affected Apache HDFS version
description: Which version of Apache HDFS do you see this bug in?

- type: textarea
attributes:
Expand Down
5 changes: 5 additions & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ watch_file('result')
if os.path.exists('result'):
k8s_yaml('result/crds.yaml')

# We need to set the correct image annotation on the operator Deployment to use e.g.
# docker.stackable.tech/sandbox/opa-operator:7y19m3d8clwxlv34v5q2x4p7v536s00g instead of
# docker.stackable.tech/sandbox/opa-operator:0.0.0-dev (which does not exist)
k8s_kind('Deployment', image_json_path='{.spec.template.metadata.annotations.internal\\.stackable\\.tech/image}')

# Exclude stale CRDs from Helm chart, and apply the rest
helm_crds, helm_non_crds = filter_yaml(
helm(
Expand Down

0 comments on commit 78252a3

Please sign in to comment.