bitwarden-crd-operator/charts/bitwarden-crd-operator/Chart.yaml

108 lines
3.1 KiB
YAML
Raw Normal View History

2022-09-04 21:21:33 +00:00
apiVersion: v2
name: bitwarden-crd-operator
2022-09-14 20:53:48 +00:00
description: Deploy the Bitwarden CRD Operator
2022-09-04 21:21:33 +00:00
type: application
2023-01-22 12:33:43 +00:00
version: "v0.5.1"
2022-09-04 21:21:33 +00:00
2023-01-22 12:33:43 +00:00
appVersion: "0.5.1"
keywords:
- operator
- bitwarden
- vaultwarden
2022-11-26 17:55:42 +00:00
icon: https://lerentis.github.io/bitwarden-crd-operator/logo.png
home: https://lerentis.github.io/bitwarden-crd-operator/
sources:
- https://github.com/Lerentis/bitwarden-crd-operator
2022-10-25 20:04:40 +00:00
kubeVersion: '>= 1.23.0-0'
maintainers:
- name: lerentis
email: lerentis+helm@uploadfilter24.eu
annotations:
artifacthub.io/links: |
- name: Chart Source
url: https://github.com/Lerentis/bitwarden-crd-operator
artifacthub.io/crds: |
- kind: BitwardenSecret
2022-11-26 20:33:31 +00:00
version: v1beta4
name: bitwarden-secret
displayName: Bitwarden Secret
description: Management Object to create secrets from bitwarden
- kind: RegistryCredential
2022-11-26 20:33:31 +00:00
version: v1beta4
name: registry-credential
displayName: Regestry Credentials
description: Management Object to create regestry secrets from bitwarden
2022-11-26 17:55:42 +00:00
- kind: BitwardenTemplate
version: v1beta1
name: bitwarden-template
displayName: Bitwarden Template
description: Management Object to create secrets from a jinja template with a bitwarden lookup
2022-11-19 23:57:01 +00:00
artifacthub.io/crdsExamples: |
2022-11-26 20:33:31 +00:00
- apiVersion: lerentis.uploadfilter24.eu/v1beta4
2022-11-19 23:57:01 +00:00
kind: BitwardenSecret
metadata:
name: test
spec:
content:
- element:
secretName: username
secretRef: nameofUser
- element:
secretName: password
secretRef: passwordOfUser
id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
name: "test-secret"
namespace: "default"
2022-11-26 20:33:31 +00:00
- apiVersion: lerentis.uploadfilter24.eu/v1beta4
2022-11-19 23:57:01 +00:00
kind: RegistryCredential
metadata:
name: test
spec:
usernameRef: "username"
passwordRef: "password"
registry: "docker.io"
id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
name: "test-regcred"
namespace: "default"
2022-11-26 20:33:31 +00:00
- apiVersion: "lerentis.uploadfilter24.eu/v1beta4"
2022-11-26 17:55:42 +00:00
kind: BitwardenTemplate
metadata:
name: test
spec:
filename: "config.yaml"
name: "test-regcred"
namespace: "default"
template: |
---
api:
enabled: True
2022-11-27 12:35:29 +00:00
key: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "fields", "key") }}
2022-11-26 17:55:42 +00:00
allowCrossOrigin: false
apps:
"some.app.identifier:some_version":
2022-11-27 12:35:29 +00:00
pubkey: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "fields", "public_key") }}
2022-11-26 20:33:31 +00:00
enabled: true
artifacthub.io/license: MIT
artifacthub.io/operator: "true"
artifacthub.io/changes: |
2023-01-22 12:33:43 +00:00
- kind: fixed
description: "Unlocking bitwarden only when needed"
2022-12-26 15:29:14 +00:00
- kind: changed
2023-01-22 12:33:43 +00:00
description: "Allow switch of namespaces in CRDs"
- kind: fixed
description: "Handle none existing keys gracefully"
2022-12-26 15:29:14 +00:00
- kind: changed
2023-01-22 12:33:43 +00:00
description: "Bump alpine minor release version"
artifacthub.io/images: |
- name: bitwarden-crd-operator
2023-01-22 12:33:43 +00:00
image: lerentis/bitwarden-crd-operator:0.5.1