bump chart and app version
This commit is contained in:
parent
1d147aad9a
commit
f45e9ed6a4
@ -4,9 +4,9 @@ description: Deploy the Bitwarden CRD Operator
|
||||
|
||||
type: application
|
||||
|
||||
version: "v0.10.1"
|
||||
version: "v0.11.0"
|
||||
|
||||
appVersion: "0.9.1"
|
||||
appVersion: "0.10.0"
|
||||
|
||||
keywords:
|
||||
- operator
|
||||
@ -32,22 +32,22 @@ annotations:
|
||||
url: https://github.com/Lerentis/bitwarden-crd-operator
|
||||
artifacthub.io/crds: |
|
||||
- kind: BitwardenSecret
|
||||
version: v1beta4
|
||||
version: v1beta5
|
||||
name: bitwarden-secret
|
||||
displayName: Bitwarden Secret
|
||||
description: Management Object to create secrets from bitwarden
|
||||
- kind: RegistryCredential
|
||||
version: v1beta4
|
||||
version: v1beta5
|
||||
name: registry-credential
|
||||
displayName: Regestry Credentials
|
||||
description: Management Object to create regestry secrets from bitwarden
|
||||
- kind: BitwardenTemplate
|
||||
version: v1beta1
|
||||
version: v1beta5
|
||||
name: bitwarden-template
|
||||
displayName: Bitwarden Template
|
||||
description: Management Object to create secrets from a jinja template with a bitwarden lookup
|
||||
artifacthub.io/crdsExamples: |
|
||||
- apiVersion: lerentis.uploadfilter24.eu/v1beta4
|
||||
- apiVersion: lerentis.uploadfilter24.eu/v1beta5
|
||||
kind: BitwardenSecret
|
||||
metadata:
|
||||
name: test
|
||||
@ -62,7 +62,9 @@ annotations:
|
||||
id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
|
||||
name: "test-secret"
|
||||
namespace: "default"
|
||||
- apiVersion: lerentis.uploadfilter24.eu/v1beta4
|
||||
labels:
|
||||
key: value
|
||||
- apiVersion: lerentis.uploadfilter24.eu/v1beta5
|
||||
kind: RegistryCredential
|
||||
metadata:
|
||||
name: test
|
||||
@ -73,7 +75,9 @@ annotations:
|
||||
id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
|
||||
name: "test-regcred"
|
||||
namespace: "default"
|
||||
- apiVersion: "lerentis.uploadfilter24.eu/v1beta4"
|
||||
labels:
|
||||
key: value
|
||||
- apiVersion: "lerentis.uploadfilter24.eu/v1beta5"
|
||||
kind: BitwardenTemplate
|
||||
metadata:
|
||||
name: test
|
||||
@ -81,6 +85,8 @@ annotations:
|
||||
filename: "config.yaml"
|
||||
name: "test-regcred"
|
||||
namespace: "default"
|
||||
labels:
|
||||
key: value
|
||||
template: |
|
||||
---
|
||||
api:
|
||||
@ -95,8 +101,8 @@ annotations:
|
||||
artifacthub.io/operator: "true"
|
||||
artifacthub.io/containsSecurityUpdates: "false"
|
||||
artifacthub.io/changes: |
|
||||
- kind: fixed
|
||||
description: "Fixed type and content of RegistryCredential"
|
||||
- kind: changed
|
||||
description: "Added the possibility to add labels to generated secrets"
|
||||
artifacthub.io/images: |
|
||||
- name: bitwarden-crd-operator
|
||||
image: ghcr.io/lerentis/bitwarden-crd-operator:0.9.1
|
||||
image: ghcr.io/lerentis/bitwarden-crd-operator:0.10.0
|
||||
|
Loading…
Reference in New Issue
Block a user