Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1013 from flanksource/manifest-updates
Browse files Browse the repository at this point in the history
Manifest updates
  • Loading branch information
moshloop committed Apr 25, 2022
2 parents 10863ab + e5355d4 commit ad8d19d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion manifests/canary-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ spec:
jobLabel: canary-checker
selector:
matchLabels:
app.kubernetes.io/instance: canary-checker
app.kubernetes.io/name: canary-checker
control-plane: canary-checker
---
Expand Down
2 changes: 1 addition & 1 deletion manifests/monitoring/grafana-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/grafana-operator/grafana-operator:v4.1.1
image: quay.io/grafana-operator/grafana-operator:v4.2.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
1 change: 0 additions & 1 deletion manifests/upstream/canary-checker/base/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ spec:
selector:
matchLabels:
app.kubernetes.io/name: canary-checker
app.kubernetes.io/instance: canary-checker
control-plane: canary-checker

2 changes: 1 addition & 1 deletion manifests/upstream/canary-checker/helm/chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
repo: https://flanksource.github.io/charts
chart_name: canary-checker
version: 0.38.98
version: 0.38.103
namespace: platform-system
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resources:
- https://raw.githubusercontent.com/grafana-operator/grafana-operator/master/deploy/manifests/v4.1.1/rbac.yaml
- https://raw.githubusercontent.com/grafana-operator/grafana-operator/master/deploy/manifests/v4.1.1/deployment.yaml
- https://raw.githubusercontent.com/grafana-operator/grafana-operator/master/deploy/manifests/v4.2.0/rbac.yaml
- https://raw.githubusercontent.com/grafana-operator/grafana-operator/master/deploy/manifests/v4.2.0/deployment.yaml
namespace: monitoring
patchesStrategicMerge:
- |-
Expand Down

0 comments on commit ad8d19d

Please sign in to comment.