diff --git a/charts/agents/Chart.lock b/charts/agents/Chart.lock index e139a314e6..645559823f 100644 --- a/charts/agents/Chart.lock +++ b/charts/agents/Chart.lock @@ -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" diff --git a/charts/agents/Chart.yaml b/charts/agents/Chart.yaml index f31c7709d3..18c6c901fb 100644 --- a/charts/agents/Chart.yaml +++ b/charts/agents/Chart.yaml @@ -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 @@ -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 diff --git a/charts/explorer/Chart.yaml b/charts/explorer/Chart.yaml index c6f1520c25..8da7b9b537 100644 --- a/charts/explorer/Chart.yaml +++ b/charts/explorer/Chart.yaml @@ -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 diff --git a/charts/explorer/templates/servicemonitor.yaml b/charts/explorer/templates/servicemonitor.yaml index 36e8cba142..1a5c680d7d 100644 --- a/charts/explorer/templates/servicemonitor.yaml +++ b/charts/explorer/templates/servicemonitor.yaml @@ -9,7 +9,6 @@ spec: selector: matchLabels: {{- include "explorer.selectorLabels" . | nindent 6 }} - explorer-type: server endpoints: - port: http path: /metrics diff --git a/charts/scribe/Chart.yaml b/charts/scribe/Chart.yaml index 686cf01728..5fc1a26be3 100644 --- a/charts/scribe/Chart.yaml +++ b/charts/scribe/Chart.yaml @@ -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 diff --git a/charts/scribe/templates/servicemonitor.yaml b/charts/scribe/templates/servicemonitor.yaml index aa9e74b2bb..3d7bec76e8 100644 --- a/charts/scribe/templates/servicemonitor.yaml +++ b/charts/scribe/templates/servicemonitor.yaml @@ -9,7 +9,6 @@ spec: selector: matchLabels: {{- include "scribe.selectorLabels" . | nindent 6 }} - scribe-type: server endpoints: - port: http path: /metrics