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 #76 from DVPE-cloud/hotfix/cluster-issuers
Browse files Browse the repository at this point in the history
Cluster issuers - hotfix
  • Loading branch information
itera-shortname authored Apr 7, 2022
2 parents acffe47 + 4f25769 commit ba0b959
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions charts/dvpe-certificate-issuer-controller/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]
### Fixed
* Tag of the issuer

## [0.2.0]
### Added
* ClusterIssuer resource and RBAC adjustments
Expand Down Expand Up @@ -55,3 +59,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.0.4]: https://github.com/DVPE-cloud/dvpe-helm/tree/dvpe-certificate-issuer-controller-0.0.4/charts/dvpe-certificate-issuer-controller
[0.1.0]: https://github.com/DVPE-cloud/dvpe-helm/tree/dvpe-certificate-issuer-controller-0.1.0/charts/dvpe-certificate-issuer-controller
[0.2.0]: https://github.com/DVPE-cloud/dvpe-helm/tree/dvpe-certificate-issuer-controller-0.2.0/charts/dvpe-certificate-issuer-controller
[0.2.1]: https://github.com/DVPE-cloud/dvpe-helm/tree/dvpe-certificate-issuer-controller-0.2.1/charts/dvpe-certificate-issuer-controller
2 changes: 1 addition & 1 deletion charts/dvpe-certificate-issuer-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.1.1
description: Helm chart for deploying a custom certificate issuer controller. The certificate issuer controller is a [cert-manager](https://cert-manager.io/docs/) resource managing certificate requests in a private PKI.
name: dvpe-certificate-issuer-controller
version: 0.2.0
version: 0.2.1
keywords:
- automation
- gitops
Expand Down
8 changes: 4 additions & 4 deletions charts/dvpe-certificate-issuer-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dvpe-certificate-issuer-controller

![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 deploying a custom certificate issuer controller. The certificate issuer controller is a [cert-manager](https://cert-manager.io/docs/) resource managing certificate requests in a private PKI.

Expand Down Expand Up @@ -32,11 +32,11 @@ s

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| issuercontroller | object | `{"externalsecrets":{"name":null},"plane":{"name":"wadtfy-cert-issuer-controller-system"},"spec":{"image":{"name":"wadtfy-issuer","pullPolicy":"IfNotPresent","repository":null,"tag":"1.2.0"}}}` | -----------------------------# |
| issuercontroller | object | `{"externalsecrets":{"name":null},"plane":{"name":"wadtfy-cert-issuer-controller-system"},"spec":{"image":{"name":"wadtfy-issuer","pullPolicy":"IfNotPresent","repository":null,"tag":"v1.2.0"}}}` | -----------------------------# |
| issuercontroller.externalsecrets.name | string | `nil` | The name of the external secret key containing the docker credentials for this deployment |
| issuercontroller.plane.name | string | `"wadtfy-cert-issuer-controller-system"` | Name of the Controller Plane |
| issuercontroller.spec.image | object | `{"name":"wadtfy-issuer","pullPolicy":"IfNotPresent","repository":null,"tag":"1.2.0"}` | Name of issuer-controller deployment image |
| issuercontroller.spec.image | object | `{"name":"wadtfy-issuer","pullPolicy":"IfNotPresent","repository":null,"tag":"v1.2.0"}` | Name of issuer-controller deployment image |
| issuercontroller.spec.image.name | string | `"wadtfy-issuer"` | The image name to use. |
| issuercontroller.spec.image.pullPolicy | string | `"IfNotPresent"` | The default rule for downloading images. |
| issuercontroller.spec.image.repository | string | `nil` | The docker repository to pull the service image from. |
| issuercontroller.spec.image.tag | string | `"1.2.0"` | The image version to use. |
| issuercontroller.spec.image.tag | string | `"v1.2.0"` | The image version to use. |
2 changes: 1 addition & 1 deletion charts/dvpe-certificate-issuer-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ issuercontroller:
# issuercontroller.spec.image.name -- The image name to use.
name: wadtfy-issuer
# issuercontroller.spec.image.tag -- The image version to use.
tag: 1.2.0
tag: v1.2.0
# issuercontroller.spec.image.pullPolicy -- The default rule for downloading images.
pullPolicy: IfNotPresent
externalsecrets:
Expand Down

0 comments on commit ba0b959

Please sign in to comment.