From babb66331f0d659e9d4f7e8545f5ef45427241c9 Mon Sep 17 00:00:00 2001 From: Burak Tungut Date: Wed, 15 Jun 2022 11:50:23 +0300 Subject: [PATCH] 0.0.6 --- README.md | 2 +- helm/Chart.yaml | 4 ++-- helm/values.yaml | 2 +- manifests/03-deployment.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e95c68d..a585804 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/azure-keyvault-secret-operator)](https://artifacthub.io/packages/search?repo=azure-keyvault-secret-operator) -[![Release](https://img.shields.io/github/v/release/btungut/azure-keyvault-secret-operator?include_prereleases&style=plastic)](https://github.com/btungut/azure-keyvault-secret-operator/releases/tag/0.0.5) +[![Release](https://img.shields.io/github/v/release/btungut/azure-keyvault-secret-operator?include_prereleases&style=plastic)](https://github.com/btungut/azure-keyvault-secret-operator/releases/tag/0.0.6) [![LICENSE](https://img.shields.io/github/license/btungut/azure-keyvault-secret-operator?style=plastic)](https://github.com/btungut/azure-keyvault-secret-operator/blob/master/LICENSE) # Azure KeyVault Secret Operator for Kubernetes diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d5ef968..31c46f8 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: kubernetes-azure-keyvault-secret-operator description: Kubernetes Azure KeyVault Secret Operator type: application -version: 0.0.5 -appVersion: "0.0.5" +version: 0.0.6 +appVersion: "0.0.6" sources: - https://github.com/btungut/kubernetes-azure-keyvault-secret-operator home: https://github.com/btungut/kubernetes-azure-keyvault-secret-operator diff --git a/helm/values.yaml b/helm/values.yaml index 940044a..2c469d3 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,7 +3,7 @@ fullnameOverride: "" image: repository: btungut/azure-keyvault-secret-operator - tag: 0.0.5 + tag: 0.0.6 configs: # valid values: Verbose, Debug, Information, Warning, Error, Fatal (default : Information) diff --git a/manifests/03-deployment.yaml b/manifests/03-deployment.yaml index 32b9d17..afa47a5 100644 --- a/manifests/03-deployment.yaml +++ b/manifests/03-deployment.yaml @@ -19,7 +19,7 @@ spec: restartPolicy: Always containers: - name: operator - image: btungut/azure-keyvault-secret-operator:0.0.5 + image: btungut/azure-keyvault-secret-operator:0.0.6 env: # valid values: Verbose, Debug, Information, Warning, Error, Fatal (default : Information) - name: logLevel