Skip to content

Commit

Permalink
chore: update apimachinery
Browse files Browse the repository at this point in the history
  • Loading branch information
marioferh committed Jul 26, 2023
1 parent a8e2553 commit 31504df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,11 +421,11 @@ spec:
automountServiceAccountToken: true
containers:
- args:
- --prometheus-config-reloader=quay.io/mariofer/prometheus-config-reloader:v66.0_revert_config_reloader
- --prometheus-config-reloader=quay.io/mariofer/obo-prometheus-config-reloader:v0.66.0-rhobs1
- --prometheus-instance-selector=app.kubernetes.io/managed-by=observability-operator
- --alertmanager-instance-selector=app.kubernetes.io/managed-by=observability-operator
- --thanos-ruler-instance-selector=app.kubernetes.io/managed-by=observability-operator
image: quay.io/mariofer/obo-prometheus-operator:v66.0_revert_config_reloader
image: quay.io/mariofer/obo-prometheus-operator:v0.66.0-rhobs1
name: prometheus-operator
ports:
- containerPort: 8080
Expand Down
4 changes: 2 additions & 2 deletions deploy/dependencies/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ patches:
spec:
containers:
- name: prometheus-operator
image: quay.io/mariofer/obo-prometheus-operator:v66.0_revert_config_reloader
image: quay.io/mariofer/obo-prometheus-operator:v0.66.0-rhobs1
args:
- --prometheus-config-reloader=quay.io/mariofer/prometheus-config-reloader:v66.0_revert_config_reloader
- --prometheus-config-reloader=quay.io/mariofer/obo-prometheus-config-reloader:v0.66.0-rhobs1
- --prometheus-instance-selector=app.kubernetes.io/managed-by=observability-operator
- --alertmanager-instance-selector=app.kubernetes.io/managed-by=observability-operator
- --thanos-ruler-instance-selector=app.kubernetes.io/managed-by=observability-operator
Expand Down

0 comments on commit 31504df

Please sign in to comment.