Skip to content

Commit

Permalink
Merge branch 'master' into STF-1738/STO-414-416
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc authored Aug 28, 2024
2 parents 63e156a + 27cb54a commit b667bc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/openshift/origin-ansible-operator:4.12
FROM quay.io/openshift/origin-ansible-operator:4.14

# temporarily switch to root user to adjust image layers
USER 0
Expand Down
1 change: 1 addition & 0 deletions roles/servicetelemetry/tasks/component_alertmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
name: '{{ ansible_operator_meta.name }}'
namespace: '{{ ansible_operator_meta.namespace }}'
when:
- "'monitoring.rhobs' in api_groups"
- observability_strategy not in ['use_redhat', 'use_hybrid']

# TODO: expand the management of alertmanager receivers and move this functionality to a common location
Expand Down
1 change: 1 addition & 0 deletions roles/servicetelemetry/tasks/component_prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
name: '{{ ansible_operator_meta.name }}'
namespace: '{{ ansible_operator_meta.namespace }}'
when:
- "'monitoring.rhobs' in api_groups"
- observability_strategy not in ['use_redhat', 'use_hybrid']

- name: Set default prometheus service template
Expand Down

0 comments on commit b667bc5

Please sign in to comment.