-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lerentis <[email protected]>
- Loading branch information
Showing
1 changed file
with
113 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,118 @@ | ||
apiVersion: v1 | ||
entries: | ||
bitwarden-crd-operator: | ||
- annotations: | ||
artifacthub.io/changes: | | ||
- kind: fixed | ||
description: "Revert Removed long deprecated versions" | ||
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/crds: | | ||
- kind: BitwardenSecret | ||
version: v1beta8 | ||
name: bitwarden-secret | ||
displayName: Bitwarden Secret | ||
description: Management Object to create secrets from bitwarden | ||
- kind: RegistryCredential | ||
version: v1beta8 | ||
name: registry-credential | ||
displayName: Regestry Credentials | ||
description: Management Object to create regestry secrets from bitwarden | ||
- kind: BitwardenTemplate | ||
version: v1beta8 | ||
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/v1beta8 | ||
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" | ||
secretType: Obaque #Optional | ||
namespace: "default" | ||
labels: | ||
key: value | ||
annotations: | ||
key: value | ||
- apiVersion: lerentis.uploadfilter24.eu/v1beta8 | ||
kind: RegistryCredential | ||
metadata: | ||
name: test | ||
spec: | ||
usernameRef: "username" | ||
passwordRef: "password" | ||
registry: "docker.io" | ||
id: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" | ||
name: "test-regcred" | ||
namespace: "default" | ||
labels: | ||
key: value | ||
annotations: | ||
key: value | ||
- apiVersion: "lerentis.uploadfilter24.eu/v1beta8" | ||
kind: BitwardenTemplate | ||
metadata: | ||
name: test | ||
spec: | ||
name: "test-regcred" | ||
secretType: Obaque #Optional | ||
namespace: "default" | ||
labels: | ||
key: value | ||
annotations: | ||
key: value | ||
content: | ||
- element: | ||
filename: "config.yaml" | ||
template: | | ||
--- | ||
api: | ||
enabled: True | ||
key: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "fields", "key") }} | ||
allowCrossOrigin: false | ||
apps: | ||
"some.app.identifier:some_version": | ||
pubkey: {{ bitwarden_lookup("aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "attachment", "public_key") }} | ||
enabled: true | ||
artifacthub.io/images: | | ||
- name: bitwarden-crd-operator | ||
image: ghcr.io/lerentis/bitwarden-crd-operator:0.14.0 | ||
artifacthub.io/license: MIT | ||
artifacthub.io/links: | | ||
- name: Chart Source | ||
url: https://github.com/Lerentis/bitwarden-crd-operator | ||
artifacthub.io/operator: "true" | ||
apiVersion: v2 | ||
appVersion: 0.14.0 | ||
created: "2024-10-06T20:59:22.872263935Z" | ||
description: Deploy the Bitwarden CRD Operator | ||
digest: a5b6989feb3b3409b2f9bffc8fd91ac25b287a2893d5f061e9ffb4eb01218950 | ||
home: https://lerentis.github.io/bitwarden-crd-operator/ | ||
icon: https://lerentis.github.io/bitwarden-crd-operator/logo.png | ||
keywords: | ||
- operator | ||
- bitwarden | ||
- vaultwarden | ||
kubeVersion: '>= 1.28.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: lerentis | ||
name: bitwarden-crd-operator | ||
sources: | ||
- https://github.com/Lerentis/bitwarden-crd-operator | ||
type: application | ||
urls: | ||
- https://github.com/Lerentis/bitwarden-crd-operator/releases/download/bitwarden-crd-operator-v0.15.1/bitwarden-crd-operator-v0.15.1.tgz | ||
version: v0.15.1 | ||
- annotations: | ||
artifacthub.io/changes: | | ||
- kind: changed | ||
|
@@ -2842,4 +2954,4 @@ entries: | |
urls: | ||
- https://github.com/Lerentis/bitwarden-crd-operator/releases/download/bitwarden-crd-operator-v0.2.0/bitwarden-crd-operator-v0.2.0.tgz | ||
version: v0.2.0 | ||
generated: "2024-10-06T20:37:54.740700936Z" | ||
generated: "2024-10-06T20:59:22.872517559Z" |