Skip to content

Commit

Permalink
Merge pull request external-secrets#1225 from external-secrets/chore/…
Browse files Browse the repository at this point in the history
…bump-0.5.6

bump 0.5.6
  • Loading branch information
paul-the-alien[bot] authored Jun 1, 2022
2 parents c4c567d + a2f2658 commit cc7dd88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/external-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: external-secrets
description: External secret management for Kubernetes
type: application
version: "0.5.5"
appVersion: "v0.5.5"
version: "0.5.6"
appVersion: "v0.5.6"
kubeVersion: ">= 1.19.0-0"
keywords:
- kubernetes-external-secrets
Expand Down
16 changes: 5 additions & 11 deletions deploy/charts/external-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[//]: # (README.md generated by gotmpl. DO NOT EDIT.)

![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.5.6](https://img.shields.io/badge/Version-0.5.6-informational?style=flat-square)

External secret management for Kubernetes

Expand Down Expand Up @@ -37,7 +37,6 @@ The command removes all the Kubernetes components associated with the chart and
| affinity | object | `{}` | |
| certController.affinity | object | `{}` | |
| certController.create | bool | `true` | Specifies whether a certificate controller deployment be created. |
| certController.replicaCount | int | `1` | |
| certController.deploymentAnnotations | object | `{}` | Annotations to add to Deployment |
| certController.extraArgs | object | `{}` | |
| certController.extraEnv | list | `[]` | |
Expand All @@ -49,15 +48,14 @@ The command removes all the Kubernetes components associated with the chart and
| certController.nameOverride | string | `""` | |
| certController.nodeSelector | object | `{}` | |
| certController.podAnnotations | object | `{}` | Annotations to add to Pod |
| certController.podDisruptionBudget | object | `{"enabled":false,"minAvailable":1}` | Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
| certController.podLabels | object | `{}` | |
| certController.podSecurityContext | object | `{}` | |
| certController.priorityClassName | string | `""` | Pod priority class name. |
| certController.podDisruptionBudget.enabled | bool | `false` | Enable Pod disruption budget. |
| certController.podDisruptionBudget.minAvailable | int | `1` | Specifies min available pods. |
| certController.podDisruptionBudget.maxUnavailable | int | `0` | Specifies max unavailable pods. |
| certController.prometheus.enabled | bool | `false` | deprecated. will be removed with 0.7.0, use serviceMonitor instead |
| certController.prometheus.service.port | int | `8080` | deprecated. will be removed with 0.7.0, use serviceMonitor instead |
| certController.rbac.create | bool | `true` | Specifies whether role and rolebinding resources should be created. |
| certController.replicaCount | int | `1` | |
| certController.requeueInterval | string | `"5m"` | |
| certController.resources | object | `{}` | |
| certController.securityContext | object | `{}` | |
Expand Down Expand Up @@ -87,12 +85,10 @@ The command removes all the Kubernetes components associated with the chart and
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | Annotations to add to Pod |
| podDisruptionBudget | object | `{"enabled":false,"minAvailable":1}` | Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
| podLabels | object | `{}` | |
| podSecurityContext | object | `{}` | |
| priorityClassName | string | `""` | Pod priority class name. |
| podDisruptionBudget.enabled | bool | `false` | Enable Pod disruption budget. |
| podDisruptionBudget.minAvailable | int | `1` | Specifies min available pods. |
| podDisruptionBudget.maxUnavailable | int | `0` | Specifies max unavailable pods. |
| processClusterExternalSecret | bool | `true` | if true, the operator will process cluster external secret. Else, it will ignore them. |
| processClusterStore | bool | `true` | if true, the operator will process cluster store. Else, it will ignore them. |
| prometheus.enabled | bool | `false` | deprecated. will be removed with 0.7.0, use serviceMonitor instead. |
Expand Down Expand Up @@ -128,13 +124,11 @@ The command removes all the Kubernetes components associated with the chart and
| webhook.nameOverride | string | `""` | |
| webhook.nodeSelector | object | `{}` | |
| webhook.podAnnotations | object | `{}` | Annotations to add to Pod |
| webhook.podDisruptionBudget | object | `{"enabled":false,"minAvailable":1}` | Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
| webhook.podLabels | object | `{}` | |
| webhook.podSecurityContext | object | `{}` | |
| webhook.port | int | `10250` | The port the webhook will listen to |
| webhook.priorityClassName | string | `""` | Pod priority class name. |
| webhook.podDisruptionBudget.enabled | bool | `false` | Enable Pod disruption budget. |
| webhook.podDisruptionBudget.minAvailable | int | `1` | Specifies min available pods. |
| webhook.podDisruptionBudget.maxUnavailable | int | `0` | Specifies max unavailable pods. |
| webhook.prometheus.enabled | bool | `false` | deprecated. will be removed with 0.7.0, use serviceMonitor instead |
| webhook.prometheus.service.port | int | `8080` | deprecated. will be removed with 0.7.0, use serviceMonitor instead |
| webhook.rbac.create | bool | `true` | Specifies whether role and rolebinding resources should be created. |
Expand Down

0 comments on commit cc7dd88

Please sign in to comment.