Skip to content

Commit

Permalink
Fixed explorer and scribe service monitor labels (#1215)
Browse files Browse the repository at this point in the history
* Fixed explorer and scribe service monitor labels

* Bumped agents chart
  • Loading branch information
bsgrigorov authored Aug 2, 2023
1 parent 8582eb7 commit cb7d98a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/agents/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 0.2.7
- name: scribe
repository: file://../scribe/
version: 0.2.11
version: 0.2.12
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 0.69.1
digest: sha256:94bbce97f3910dbc98efd7b8e47e1ee17130cd56e42cdcefaf032b107a0f216f
generated: "2023-08-02T02:16:45.595473+03:00"
digest: sha256:a8a1765796d6723e457bda17b02aecf0c5bcaac34cd60d0e851febd186217e77
generated: "2023-08-02T03:07:07.884124+03:00"
4 changes: 2 additions & 2 deletions charts/agents/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.25
version: 0.1.26

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -33,7 +33,7 @@ dependencies:
repository: "file://../omnirpc/"
condition: omnirpc.enabled
- name: scribe
version: "0.2.11"
version: "0.2.12"
repository: "file://../scribe/"
condition: scribe.enabled
- name: jaeger
Expand Down
2 changes: 1 addition & 1 deletion charts/explorer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.10
version: 0.2.11

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 0 additions & 1 deletion charts/explorer/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ spec:
selector:
matchLabels:
{{- include "explorer.selectorLabels" . | nindent 6 }}
explorer-type: server
endpoints:
- port: http
path: /metrics
Expand Down
2 changes: 1 addition & 1 deletion charts/scribe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.11
version: 0.2.12

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 0 additions & 1 deletion charts/scribe/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ spec:
selector:
matchLabels:
{{- include "scribe.selectorLabels" . | nindent 6 }}
scribe-type: server
endpoints:
- port: http
path: /metrics
Expand Down

0 comments on commit cb7d98a

Please sign in to comment.