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.

Triggered by:
Manual run triggered by: sbernauer with message [ fix: Set correct operator image annotation in Tilt workflow]
  • Loading branch information
stackable-bot committed Jan 3, 2024
1 parent f0e765b commit b667043
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ 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: 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
2 changes: 1 addition & 1 deletion nix/meta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"operator": {"name": "commons-operator", "include_productconfig": false, "pretty_string": "Stackable Commons", "product_string": "commons", "url": "stackabletech/commons-operator.git"}}
{"operator": {"name": "commons-operator", "include_productconfig": false, "has_product": false, "pretty_string": "Stackable Commons", "product_string": "commons", "url": "stackabletech/commons-operator.git"}}

0 comments on commit b667043

Please sign in to comment.