Skip to content

Commit 9efa4e5

Browse files
Feat/upgrade versions (#24)
* feat(helm-charts): upgrade versions
1 parent 71cd271 commit 9efa4e5

File tree

3 files changed

+10
-26
lines changed

3 files changed

+10
-26
lines changed

charts/azure-prometheus-config/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: azure-prometheus-config
33
description: A Helm chart to configure Azure Managed Prometheus
44
type: application
5-
version: 0.1.1
5+
version: 1.0.0
66
appVersion: "1.0.0"
77
home: https://github.com/devops-ia/helm-charts/tree/main/charts/azure-prometheus-config
88
sources:

charts/ssl-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ssl-exporter
33
description: A Helm Chart to SSL Certificate Exporter for Prometheus
44
type: application
5-
version: 0.1.1
5+
version: 1.0.0
66
appVersion: "2.4.2"
77
home: https://github.com/devops-ia/helm-charts/tree/main/charts/ssl-exporter
88
sources:

charts/steampipe/Chart.yaml

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
11
apiVersion: v2
22
name: steampipe
3-
description: A Helm chart for Kubernetes
4-
5-
maintainers:
6-
- name: amartingarcia
7-
email: adrianmg231189@gmail.com
8-
9-
# A chart can be either an 'application' or a 'library' chart.
10-
#
11-
# Application charts are a collection of templates that can be packaged into versioned archives
12-
# to be deployed.
13-
#
14-
# Library charts provide useful utilities or functions for the chart developer. They're included as
15-
# a dependency of application charts to inject those utilities and functions into the rendering
16-
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
3+
description: A Helm chart for Kubernetes to deploy Steampipe
174
type: application
18-
19-
# This is the chart version. This version number should be incremented each time you make changes
20-
# to the chart and its templates, including the app version.
21-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: 0.1.1
23-
24-
# This is the version number of the application being deployed. This version number should be
25-
# incremented each time you make changes to the application. Versions are not expected to
26-
# follow Semantic Versioning. They should reflect the version the application is using.
27-
# It is recommended to use it with quotes.
5+
version: 1.0.0
286
appVersion: "0.20.2"
7+
home: https://github.com/devops-ia/helm-charts/tree/main/charts/steampipe
8+
sources:
9+
- https://github.com/turbot/steampipe
10+
maintainers:
11+
- name: amartingarcia
12+
url: https://github.com/devops-ia

0 commit comments

Comments
 (0)