We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2337ad commit e3304feCopy full SHA for e3304fe
charts/memobase/Chart.yaml
@@ -6,5 +6,5 @@ sources:
6
- https://github.com/memodb-io/memobase
7
- https://github.com/memodb-io/memobase-helm
8
type: application
9
-version: 0.0.8
+version: 0.0.9
10
appVersion: 0.0.33
charts/memobase/templates/prom-service.yaml
@@ -5,7 +5,7 @@ metadata:
5
name: {{ include "memobase.name" . }}-prometheus
namespace: {{ .Release.Namespace }}
labels:
- app: {{ include "memobase.name" . }}
+ app: {{ include "memobase.name" . }}-prometheus
{{- include "memobase.labels" . | nindent 4 }}
annotations:
11
{{- toYaml .Values.service.annotations | nindent 4 }}
0 commit comments