Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Tungut committed Jun 15, 2022
1 parent 5edc32d commit babb663
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion manifests/03-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit babb663

Please sign in to comment.