Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #111 from DVPE-cloud/feature/changeClusterIssue
Browse files Browse the repository at this point in the history
fix json.schema
  • Loading branch information
felixjenkel authored Jun 5, 2023
2 parents addb1c8 + aef02ae commit a196e53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions charts/dvpe-cluster-issuer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1]
### Changed
* fix json schema

## [0.2.0]
### Changed
* Enable chart to create an arbitrary list of ClusterIssuers
Expand All @@ -17,3 +21,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[0.1.0]: https://github.com/DVPE-cloud/dvpe-helm/tree/dvpe-cluster-issuer-0.1.0/charts/dvpe-cluster-issuer
[0.2.0]: https://github.com/DVPE-cloud/dvpe-helm/tree/dvpe-cluster-issuer-0.2.0/charts/dvpe-cluster-issuer
[0.2.1]: https://github.com/DVPE-cloud/dvpe-helm/tree/dvpe-cluster-issuer-0.2.1/charts/dvpe-cluster-issuer
2 changes: 1 addition & 1 deletion charts/dvpe-cluster-issuer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v1
appVersion: "1.1"
description: Helm chart for installing cert-manager's ClusterIssuer resource, to be used in Kubernetes automation scripts.
name: dvpe-cluster-issuer
version: 0.2.0
version: 0.2.1
home: https://github.com/dvpe-cloud/dvpe-helm
2 changes: 1 addition & 1 deletion charts/dvpe-cluster-issuer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dvpe-cluster-issuer

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square)

Helm chart for installing cert-manager's ClusterIssuer resource, to be used in Kubernetes automation scripts.

Expand Down
1 change: 0 additions & 1 deletion charts/dvpe-cluster-issuer/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"$ref": "#/definitions/issuers"
}
},
"additionalProperties": false,
"required": [
"clcm",
"issuers"
Expand Down

0 comments on commit a196e53

Please sign in to comment.