Skip to content

Commit

Permalink
make charts
Browse files Browse the repository at this point in the history
  • Loading branch information
skanakal committed Nov 21, 2024
1 parent 3908c6e commit f0de58c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ spec:
{{- toYaml . | nindent 6 }}
{{- end }}
nodeSelector: {{ include "linux-node-selector" . | nindent 8 }}
nodeSelector:
{{- toYaml .Values.nodeSelector | nindent 8 }}
{{- if .Values.nodeSelector }}
{{- toYaml .Values.nodeSelector | nindent 8 }}
{{- end }}
affinity:
{{- toYaml .Values.affinity | nindent 8 }}
topologySpreadConstraints:
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15129,7 +15129,7 @@ entries:
catalog.cattle.io/upstream-version: 57.0.3
apiVersion: v2
appVersion: v0.75.1
created: "2024-11-13T12:22:02.709300875-04:00"
created: "2024-11-21T10:46:31.265432145+05:30"
dependencies:
- condition: grafana.enabled
name: grafana
Expand Down Expand Up @@ -15201,7 +15201,7 @@ entries:
and Prometheus rules combined with documentation and scripts to provide easy
to operate end-to-end Kubernetes cluster monitoring with Prometheus using the
Prometheus Operator.
digest: a436d45fe838f79338da8b2f3fea318b0514edebaaea0bd1e775f7553a0048d7
digest: cd02e99ef2f8007747ce2abdcc91daee2ee54095d02f1073d5789691bebc26c6
home: https://github.com/prometheus-operator/kube-prometheus
icon: file://assets/logos/rancher-monitoring.png
keywords:
Expand Down

0 comments on commit f0de58c

Please sign in to comment.