Skip to content

Commit

Permalink
Update datadog-crds chart.yaml apiVersion to v1 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere authored Nov 16, 2020
1 parent e00b4dc commit 330dc25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions charts/datadog-crds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

## 0.1.1

* Move back `chart.yaml` `apiVersion` to `v1` for compatibily with helm2.

## 0.1.0

* Initial version
Expand Down
4 changes: 2 additions & 2 deletions charts/datadog-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
apiVersion: v1
name: datadog-crds
description: Datadog Kubernetes CRDs chart
type: application
version: 0.1.0
version: 0.1.1
appVersion: "1"
keywords:
- monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog-crds/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datadog CRDs

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1](https://img.shields.io/badge/AppVersion-1-informational?style=flat-square)

This chart was designed to allow other "datadog" charts to share `CustomResourceDefinitions` such as the `DatadogMetric`.

Expand Down

0 comments on commit 330dc25

Please sign in to comment.