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

111 lines
3.2 KiB
YAML
Raw Permalink 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
2024-01-07 20:20:56 +00:00
version: "v0.11.1"
2022-09-04 21:21:33 +00:00
2024-01-07 20:20:56 +00:00
appVersion: "0.10.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
2023-05-11 08:37:44 +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
2024-01-06 13:19:05 +00:00
version: v1beta5
name: bitwarden-secret
displayName: Bitwarden Secret
description: Management Object to create secrets from bitwarden
- kind: RegistryCredential
2024-01-06 13:19:05 +00:00
version: v1beta5
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
2024-01-06 13:19:05 +00:00
version: v1beta5
2022-11-26 17:55:42 +00:00
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: |
2024-01-06 13:19:05 +00:00
- apiVersion: lerentis.uploadfilter24.eu/v1beta5
2022-11-19 23:57:01 +00:00
kind: BitwardenSecret
metadata:
name: test
spec:
content:
- element:
secretName: username
2023-05-11 08:37:44 +00:00
secretRef: nameofUser
2022-11-19 23:57:01 +00:00
- element:
secretName: password
2023-05-11 08:37:44 +00:00
secretRef: passwordOfUser
2022-11-19 23:57:01 +00:00
id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
name: "test-secret"
namespace: "default"
2024-01-06 13:19:05 +00:00
labels:
key: value
- apiVersion: lerentis.uploadfilter24.eu/v1beta5
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"
2024-01-06 13:19:05 +00:00
labels:
key: value
- apiVersion: "lerentis.uploadfilter24.eu/v1beta5"
2022-11-26 17:55:42 +00:00
kind: BitwardenTemplate
metadata:
name: test
spec:
filename: "config.yaml"
name: "test-regcred"
namespace: "default"
2024-01-06 13:19:05 +00:00
labels:
key: value
2022-11-26 17:55:42 +00:00
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":
2023-10-16 11:28:12 +00:00
pubkey: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "attachment", "public_key") }}
2023-05-11 08:37:44 +00:00
enabled: true
artifacthub.io/license: MIT
2023-05-11 08:37:44 +00:00
artifacthub.io/operator: "true"
2023-05-11 08:35:30 +00:00
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
2024-01-07 20:20:56 +00:00
- kind: fixed
description: "Downgrade node to LTS in order to make bw cli work on arm"
2024-01-06 13:19:05 +00:00
- kind: changed
2024-01-07 20:20:56 +00:00
description: "Update bw cli to 2023.7.0 for the same reason"
artifacthub.io/images: |
- name: bitwarden-crd-operator
2024-01-07 20:20:56 +00:00
image: ghcr.io/lerentis/bitwarden-crd-operator:0.10.1