Skip to content

Commit

Permalink
Merge pull request #66 from neticdk/labels
Browse files Browse the repository at this point in the history
Labels
  • Loading branch information
netic-jsj authored May 15, 2024
2 parents e23fd5c + 7e78d50 commit eaf3d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aoi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: aoi
description: A Helm chart for Netic application operations infrastructure
type: application
version: 0.1.15
version: 0.1.16
dependencies:
- name: grafana
version: 7.3.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
image:
repository: "{{ $.Values.alerting.helmRelease.values.server.image.registry }}/{{ $.Values.alerting.helmRelease.values.server.image.repository }}"
pullPolicy: {{ $.Values.alerting.helmRelease.values.server.image.pullPolicy }}
labels:
podLabels:
netic.dk/allow-prometheus-scraping: "true"
resources:
{{- toYaml $.Values.alerting.helmRelease.values.server.resources | nindent 8 }}
Expand Down

1 comment on commit eaf3d8e

@langecode
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should port this change to: https://github.com/neticdk/k8s-oaas-observability/tree/KUBERNETES-1412/charts/aoi as we would like to move this chart to the common repo for observability related charts.

Please sign in to comment.