Skip to content

Commit

Permalink
updated name for servicemonitors and bumped up chart versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deshetti committed Dec 31, 2020
1 parent 0a35acf commit a1dbe6f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/dega/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: dega
description: A Helm chart for Kubernetes
description: A Helm chart for Dega. A lightweight, scalable & high performant CMS written in Go. Developed for modern web features with all the best practices built-in.

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -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.1
version: 0.2.2

# 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
2 changes: 1 addition & 1 deletion charts/dega/templates/api/service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: dega-api
name: {{ template "api.fullname" . }}
namespace: {{ template "dega.namespace" . }}
labels:
{{- include "api.labels" . | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/dega/templates/server/service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: dega-server
name: {{ template "server.fullname" . }}
namespace: {{ template "dega.namespace" . }}
labels:
{{- include "server.labels" . | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/kavach/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.0
version: 0.1.1

# 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
2 changes: 1 addition & 1 deletion charts/kavach/templates/server/service-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: kavach-server
name: {{ template "server.fullname" . }}
namespace: {{ template "kavach.namespace" . }}
labels:
{{- include "server.labels" . | nindent 4 }}
Expand Down

0 comments on commit a1dbe6f

Please sign in to comment.