Browse Source

⬆️chore: bump version 0.5.8 (#1353)

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Gustavo Fernandes de Carvalho 3 years ago
parent
commit
6f1d30079a

+ 2 - 2
deploy/charts/external-secrets/Chart.yaml

@@ -2,8 +2,8 @@ apiVersion: v2
 name: external-secrets
 name: external-secrets
 description: External secret management for Kubernetes
 description: External secret management for Kubernetes
 type: application
 type: application
-version: "0.5.7"
-appVersion: "v0.5.7"
+version: "0.5.8"
+appVersion: "v0.5.8"
 kubeVersion: ">= 1.19.0-0"
 kubeVersion: ">= 1.19.0-0"
 keywords:
 keywords:
   - kubernetes-external-secrets
   - kubernetes-external-secrets

+ 2 - 2
deploy/charts/external-secrets/README.md

@@ -4,7 +4,7 @@
 
 
 [//]: # (README.md generated by gotmpl. DO NOT EDIT.)
 [//]: # (README.md generated by gotmpl. DO NOT EDIT.)
 
 
-![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.5.7](https://img.shields.io/badge/Version-0.5.7-informational?style=flat-square)
+![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![Version: 0.5.8](https://img.shields.io/badge/Version-0.5.8-informational?style=flat-square)
 
 
 External secret management for Kubernetes
 External secret management for Kubernetes
 
 
@@ -127,7 +127,7 @@ The command removes all the Kubernetes components associated with the chart and
 | webhook.image.repository | string | `"ghcr.io/external-secrets/external-secrets"` |  |
 | webhook.image.repository | string | `"ghcr.io/external-secrets/external-secrets"` |  |
 | webhook.image.tag | string | `""` | The image tag to use. The default is the chart appVersion. |
 | webhook.image.tag | string | `""` | The image tag to use. The default is the chart appVersion. |
 | webhook.imagePullSecrets | list | `[]` |  |
 | webhook.imagePullSecrets | list | `[]` |  |
-| webhook.lookaheadInterval | string | `"1h"` | Specifices the lookaheadInterval for certificate validity |
+| webhook.lookaheadInterval | string | `""` | Specifices the lookaheadInterval for certificate validity |
 | webhook.nameOverride | string | `""` |  |
 | webhook.nameOverride | string | `""` |  |
 | webhook.nodeSelector | object | `{}` |  |
 | webhook.nodeSelector | object | `{}` |  |
 | webhook.podAnnotations | object | `{}` | Annotations to add to Pod |
 | webhook.podAnnotations | object | `{}` | Annotations to add to Pod |

+ 1 - 1
deploy/charts/external-secrets/README.md.gotmpl

@@ -14,7 +14,7 @@
 ## TL;DR
 ## TL;DR
 ```bash
 ```bash
 helm repo add {{ $org }} {{ $chartRepo }}
 helm repo add {{ $org }} {{ $chartRepo }}
-helm install {{ $org }}/{{ template "chart.name" . }}
+helm install external-secrets {{ $org }}/{{ template "chart.name" . }}
 ```
 ```
 
 
 ## Installing the Chart
 ## Installing the Chart