Skip to content

Commit

Permalink
Merge pull request #45 from portefaix/feat/kbs-2.0.0
Browse files Browse the repository at this point in the history
kube-state-metrics v2.0.0
  • Loading branch information
nlamirault committed Jun 12, 2021
2 parents f071454 + 2cf5145 commit e2b9270
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions charts/kube-state-metrics-mixin/Chart.yaml
Expand Up @@ -16,7 +16,7 @@ apiVersion: v2
name: kube-state-metrics-mixin
description: A Helm chart for Kube-State-Metrics Mixin
home: https://charts.portefaix.xyz
icon:
icon: https://bitnami.com/assets/stacks/kube-state-metrics/img/kube-state-metrics-stack-220x234.png
sources:
- https://github.com/nlamirault/portefaix-hub/tree/master/charts/kube-state-metrics-mixin
type: application
Expand All @@ -28,12 +28,12 @@ keywords:
# 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.3.1
version: 0.4.0

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 2.0.0-rc0
appVersion: 2.0.0

maintainers:
- name: nlamirault
Expand All @@ -42,8 +42,7 @@ maintainers:
# https://artifacthub.io/docs/topics/repositories/
annotations:
artifacthub.io/changes: |
- Artifact Hub informations
- Refactoring Prometheus rules configuration
- kube-state-metrics v2.0.0
artifacthub.io/links: |
- name: Kube-State-Metrics
url: https://github.com/kubernetes/kube-state-metrics
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-state-metrics-mixin/README.md
@@ -1,6 +1,6 @@
# kube-state-metrics-mixin

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0-rc0](https://img.shields.io/badge/AppVersion-2.0.0--rc0-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)

A Helm chart for Kube-State-Metrics Mixin

Expand Down
1 change: 1 addition & 0 deletions charts/kube-state-metrics-mixin/templates/alerts.yaml
Expand Up @@ -3,6 +3,7 @@ apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
name: {{ printf "%s-%s" (include "kube-state-metrics-mixin.fullname" .) "alerts" | trunc 63 | trimSuffix "-" }}
namespace: {{ include "kube-state-metrics-mixin.namespace" . }}
annotations:
{{ include "kube-state-metrics-mixin.annotations" . | indent 4 }}
{{- if .Values.additionalAnnotations }}
Expand Down

0 comments on commit e2b9270

Please sign in to comment.